summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste/paste.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-07-31 06:59:26 +0000
committercharnier <charnier@FreeBSD.org>1997-07-31 06:59:26 +0000
commit491754a358a73af434ddea8e9cc0a33daf66748e (patch)
tree87cc467aeb287c89d55a2b1b110608f59abc9c88 /usr.bin/paste/paste.1
parent9aa2e32f1626d81b913f323f0e57d4e189bc147d (diff)
downloadFreeBSD-src-491754a358a73af434ddea8e9cc0a33daf66748e.zip
FreeBSD-src-491754a358a73af434ddea8e9cc0a33daf66748e.tar.gz
Use err(3). Add prototypes. Silent -Wall.
Diffstat (limited to 'usr.bin/paste/paste.1')
-rw-r--r--usr.bin/paste/paste.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index f62b994..c9d9a5f 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -42,13 +42,13 @@
.Nm paste
.Nd merge corresponding or subsequent lines of files
.Sh SYNOPSIS
-.Nm paste
+.Nm
.Op Fl s
.Op Fl d Ar list
.Ar file ...
.Sh DESCRIPTION
The
-.Nm paste
+.Nm
utility concatenates the corresponding lines of the given input files,
replacing all but the last file's newline characters with a single tab
character, and writes the resulting lines to standard output.
@@ -71,7 +71,7 @@ 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
time
-.Nm paste
+.Nm
begins selecting characters from the beginning of
.Ar list
again.
@@ -107,13 +107,13 @@ for each instance of
.Ql Fl .
.Pp
The
-.Nm paste
+.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr cut 1
.Sh STANDARDS
The
-.Nm paste
+.Nm
utility is expected to be
.St -p1003.2
compatible.
OpenPOWER on IntegriCloud