diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-08-01 06:44:23 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-08-01 06:44:23 +0000 |
| commit | 641b924ce2e34670fd29d7cc818f855cb68740d8 (patch) | |
| tree | 1bc3f0dfde473d75027e9666400f5da17859ae34 /usr.bin/paste/paste.1 | |
| parent | 341dc955c8644fd71edb72a5f74333d0af42b742 (diff) | |
Notes
Diffstat (limited to 'usr.bin/paste/paste.1')
| -rw-r--r-- | usr.bin/paste/paste.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index f62b99479047..c9d9a5f989a2 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. |
