summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-26 14:47:43 +0000
committercharnier <charnier@FreeBSD.org>2000-03-26 14:47:43 +0000
commit1a3d0bcf01063961881d5f6bfbe8607807798306 (patch)
treee8ee06c31e704dede5add475f0ff48fd2d791d85 /usr.bin/paste
parentb7d47847507c6e86738b1e18766fc0a7414792ee (diff)
downloadFreeBSD-src-1a3d0bcf01063961881d5f6bfbe8607807798306.zip
FreeBSD-src-1a3d0bcf01063961881d5f6bfbe8607807798306.tar.gz
Put flags under .Fl. Add DIAGNOSTICS section name
Diffstat (limited to 'usr.bin/paste')
-rw-r--r--usr.bin/paste/paste.110
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 77253ff..5225ccf 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -70,7 +70,9 @@ is exhausted the first character from
.Ar list
is reused.
This continues until a line from the last input file (in default operation)
-or the last line in each file (using the -s option) is displayed, at which
+or the last line in each file (using the
+.Fl s
+option) is displayed, at which
time
.Nm
begins selecting characters from the beginning of
@@ -97,7 +99,9 @@ Concatenate all of the lines of each separate input file in command line
order.
The newline character of every line except the last line in each input
file is replaced with the tab character, unless otherwise specified by
-the -d option.
+the
+.Fl d
+option.
.El
.Pp
If
@@ -106,7 +110,7 @@ is specified for one or more of the input files, the standard
input is used; standard input is read one line at a time, circularly,
for each instance of
.Ql Fl .
-.Pp
+.Sh DIAGNOSTICS
The
.Nm
utility exits 0 on success, and >0 if an error occurs.
OpenPOWER on IntegriCloud