diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 10:51:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 10:51:47 +0000 |
| commit | 792c362f9c43739cfc49d47bdd6a5ba68b6b17c9 (patch) | |
| tree | aeb2e9d93f94d8607d343d6625504be49cfc9fc0 /usr.bin | |
| parent | b6c7001dccd09627404b8674ff3f1df3bd1f134e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/cut/cut.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 0279ec7e1e163..18374a21f4544 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -119,8 +119,7 @@ Unless specified, lines with no delimiters are passed through unmodified. .El .Sh ENVIRONMENT The -.Ev LANG , -.Ev LC_ALL +.Ev LANG , LC_ALL and .Ev LC_CTYPE environment variables affect the execution of @@ -167,7 +166,8 @@ option, which causes incorrect behaviour in locales that support multibyte characters. .Pp When operating on fields -.Pq Fl f No option is specified , +.Fl ( f +option is specified), .Nm does not recognise multibyte characters, and the .Ar delim |
