summaryrefslogtreecommitdiffstats
path: root/usr.bin/expand
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
committercharnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
commita07fb1cc07255490c7adbf8b4830307c3b6ae34d (patch)
tree1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/expand
parente0fe548473d7c5fb4bd311d674b5af8d589f6c96 (diff)
downloadFreeBSD-src-a07fb1cc07255490c7adbf8b4830307c3b6ae34d.zip
FreeBSD-src-a07fb1cc07255490c7adbf8b4830307c3b6ae34d.tar.gz
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/expand')
-rw-r--r--usr.bin/expand/expand.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1
index 3a92b7a..246f21a 100644
--- a/usr.bin/expand/expand.1
+++ b/usr.bin/expand/expand.1
@@ -53,13 +53,15 @@
.Op Fl a
.Op Ar
.Sh DESCRIPTION
-.Nm Expand
-processes the named files or the standard input writing
+The
+.Nm
+utility processes the named files or the standard input writing
the standard output with tabs changed into blanks.
Backspace characters are preserved into the output and decrement
the column count for tab calculations.
-.Nm Expand
-is useful for pre-processing character files
+The
+.Nm
+utility is useful for pre-processing character files
(before sorting, looking at specific columns, etc.) that
contain tabs.
.Pp
@@ -71,8 +73,9 @@ spaces apart instead of the default 8.
If multiple tabstops are given then the tabs are set at those
specific columns.
.Pp
-.Nm Unexpand
-puts tabs back into the data from the standard input or the named
+The
+.Nm unexpand
+utility puts tabs back into the data from the standard input or the named
files and writes the result on the standard output.
.Pp
Option (with
OpenPOWER on IntegriCloud