diff options
author | ru <ru@FreeBSD.org> | 2002-11-26 10:57:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-26 10:57:57 +0000 |
commit | 81e17b9eadfd50337ea79e56a7201904e6d62b8d (patch) | |
tree | f4969f67cb376939e6e2bb1146365769b163e8d0 /usr.bin/expand | |
parent | 92183801f56f8a2d738abcb3aeb7774cb5906814 (diff) | |
download | FreeBSD-src-81e17b9eadfd50337ea79e56a7201904e6d62b8d.zip FreeBSD-src-81e17b9eadfd50337ea79e56a7201904e6d62b8d.tar.gz |
mdoc(7) police: markup polishing.
Approved by: re
Diffstat (limited to 'usr.bin/expand')
-rw-r--r-- | usr.bin/expand/expand.1 | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 06863cd..2f3e486 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -78,34 +78,26 @@ files and writes the result on the standard output. The following options are available: .Bl -tag -width indent .It Fl a -.Pq Nm unexpand No only +.Nm ( unexpand +only.) By default, only leading blanks and tabs are reconverted to maximal strings of tabs. If the .Fl a option is given, then tabs are inserted whenever they would compress the resultant file by replacing two or more characters. -.It Xo -.Fl t -.Sm off -.Ar tab1 , tab2 , ... , tabn -.Sm on -.Xc +.It Fl t Sm Ar tab1 , tab2 , ... , tabn Sm Set tab stops at column positions -.Ar tab1 , -.Ar tab2 , -\&..., -.Ar tabn . +.Ar tab1 , tab2 , ... , tabn . If only a single number is given, tab stops are set that number of column positions apart instead of the default number of 8. .El .Sh ENVIRONMENT The -.Ev LANG , -.Ev LC_ALL +.Ev LANG , LC_ALL and .Ev LC_CTYPE environment variables affect the execution of -.Nm expand +.Nm and .Nm unexpand as described in @@ -114,7 +106,7 @@ as described in .Ex -std expand unexpand .Sh STANDARDS The -.Nm expand +.Nm and .Nm unexpand utilities conform to |