summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-08 07:27:21 +0000
committertjr <tjr@FreeBSD.org>2002-06-08 07:27:21 +0000
commit38740250412b74e00ddeed31b89d7d2650d6d2de (patch)
treef985afc60a3790626a6a5264b386cc5f31c6125e /usr.bin/cut/cut.1
parent012b4f04b0091641c394bf191c366e74ed5d250d (diff)
downloadFreeBSD-src-38740250412b74e00ddeed31b89d7d2650d6d2de.zip
FreeBSD-src-38740250412b74e00ddeed31b89d7d2650d6d2de.tar.gz
Don't split multibyte characters when the -n option is specified.
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r--usr.bin/cut/cut.113
1 files changed, 13 insertions, 0 deletions
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
OpenPOWER on IntegriCloud