summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/sed.1
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-10 07:55:13 +0000
committertjr <tjr@FreeBSD.org>2002-06-10 07:55:13 +0000
commitde5809df72e6772efce8d432e72b0fa1c695604f (patch)
treee438d99e04ba41c9fd344cd802e403ba02380d43 /usr.bin/sed/sed.1
parentf8ee1d2d03e5b6044082d1b9a4b15883ac8a34cc (diff)
downloadFreeBSD-src-de5809df72e6772efce8d432e72b0fa1c695604f.zip
FreeBSD-src-de5809df72e6772efce8d432e72b0fa1c695604f.tar.gz
Refer to environ(7) for description of COLUMNS instead of describing it
in-line. Document effects of locale environment variables in the same way.
Diffstat (limited to 'usr.bin/sed/sed.1')
-rw-r--r--usr.bin/sed/sed.119
1 files changed, 9 insertions, 10 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 9fd369a..7ff323b 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -505,18 +505,17 @@ This is the same as specifying the
option on the command line.
.El
.Sh ENVIRONMENT
-The following environment variables affect the execution of
-.Nm :
-.Bl -tag -width ".Ev COLUMNS"
-.It Ev COLUMNS
-If set, specifies the user's preferred output width in column positions.
The
-.Dq l
-command uses this value to fold long lines to an appropriate width.
-By default,
+.Ev COLUMNS ,
+.Ev LANG ,
+.Ev LC_ALL ,
+.Ev LC_CTYPE
+and
+.Ev LC_COLLATE
+environment variables affect the execution of
.Nm
-attempts to automatically determine the terminal width.
-.El
+as described in
+.Xr environ 7 .
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO
OpenPOWER on IntegriCloud