BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:08:09 +0000 (01:08 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:08:09 +0000 (01:08 -0800)
Work on file usr/man/man1/expand.1

Synthesized-from: 3bsd

usr/man/man1/expand.1 [new file with mode: 0644]

diff --git a/usr/man/man1/expand.1 b/usr/man/man1/expand.1
new file mode 100644 (file)
index 0000000..bd2c916
--- /dev/null
@@ -0,0 +1,34 @@
+.TH EXPAND 1 2/24/79
+.UC
+.SH NAME
+expand \- expand tabs to spaces
+.SH SYNOPSIS
+.B expand
+[
+\-tabstop
+] [
+\-tab1,tab2,...,tabn
+] [
+file ...
+]
+.SH DESCRIPTION
+.I Expand
+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.
+.I Expand
+is useful for pre-processing character files
+(before sorting, looking at specific columns, etc.) that
+contain tabs.
+.PP
+If a single
+.I tabstop
+argument is given then tabs are set
+.I tabstop
+spaces apart instead of the default 8.
+If multiple tabstops are given then the tabs are set at those
+specific columns.
+.SH AUTHOR
+Bill Joy
+.SH BUGS