From 38740250412b74e00ddeed31b89d7d2650d6d2de Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 8 Jun 2002 07:27:21 +0000 Subject: Don't split multibyte characters when the -n option is specified. --- usr.bin/cut/cut.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'usr.bin/cut/cut.1') diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 0f6420f8..3da80f7 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -115,6 +115,19 @@ Do not split multi-byte characters. Suppress lines with no field delimiter characters. Unless specified, lines with no delimiters are passed through unmodified. .El +.Sh ENVIRONMENT +The +.Ev LANG , +.Ev LC_ALL +and +.Ev LC_CTYPE +environment variables affect the execution of +.Nm +if the +.Fl n +option is specified. +Their effect is described in +.Xr environ 7 . .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO -- cgit v1.1