diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 10:57:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-26 10:57:57 +0000 |
| commit | 3d0ae2554989e65a926094e933e18683030974ee (patch) | |
| tree | f4969f67cb376939e6e2bb1146365769b163e8d0 /usr.bin/expand | |
| parent | 792c362f9c43739cfc49d47bdd6a5ba68b6b17c9 (diff) | |
Notes
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 06863cdfce5a..2f3e486d2e94 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 |
