aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/expand/expand.1
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-15 10:16:39 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-15 10:16:39 +0000
commitec85e6a06cc75ff714e9ff3a64015647bfd972b2 (patch)
treeb199ebf8a677f0f2b99f1a002484730913785de0 /usr.bin/expand/expand.1
parent3ba0209ecff98522f806c94326a2bbeec1ba1c24 (diff)
downloadsrc-ec85e6a06cc75ff714e9ff3a64015647bfd972b2.tar.gz
src-ec85e6a06cc75ff714e9ff3a64015647bfd972b2.zip
Allow <blank>s to be used to separate tab stop positions with the -t
argument, not just ASCII space characters and commas. Don't count non-printing characters when determining column position.
Notes
Notes: svn path=/head/; revision=98251
Diffstat (limited to 'usr.bin/expand/expand.1')
-rw-r--r--usr.bin/expand/expand.112
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1
index 99d89a0a3af6..812691f348f6 100644
--- a/usr.bin/expand/expand.1
+++ b/usr.bin/expand/expand.1
@@ -95,6 +95,18 @@ are reconverted to maximal strings of tabs. If the
option is given, then tabs are inserted whenever they would compress the
resultant file by replacing two or more characters.
.El
+.Sh ENVIRONMENT
+The
+.Ev LANG ,
+.Ev LC_ALL
+and
+.Ev LC_CTYPE
+environment variables affect the execution of
+.Nm expand
+and
+.Nm unexpand
+as described in
+.Xr environ 7 .
.Sh STANDARDS
The
.Nm expand