aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-10 07:55:13 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-10 07:55:13 +0000
commite7cc3a2191f47ba549e0f61127f206ca4b246a77 (patch)
treee438d99e04ba41c9fd344cd802e403ba02380d43 /usr.bin/sed
parent1fa600e8fe2ea1932bc50c37b09358f0b9ba22d4 (diff)
downloadsrc-e7cc3a2191f47ba549e0f61127f206ca4b246a77.tar.gz
src-e7cc3a2191f47ba549e0f61127f206ca4b246a77.zip
Refer to environ(7) for description of COLUMNS instead of describing it
in-line. Document effects of locale environment variables in the same way.
Notes
Notes: svn path=/head/; revision=98088
Diffstat (limited to 'usr.bin/sed')
-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 9fd369a12beb..7ff323bdf640 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