diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 20:17:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 20:17:53 +0000 |
commit | 8beef7d0a675bc64e2923d671c5b161fa58495c1 (patch) | |
tree | f314076febb8e5c2bf99469fcae5a35f516008a6 /usr.bin/paste | |
parent | be14c55d489e58f3ab7be4c8e95236a8e54673a0 (diff) |
Various cleanups and standardization.
Diffstat (limited to 'usr.bin/paste')
-rw-r--r-- | usr.bin/paste/paste.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index a4ecf7ccc0e..9dbb9492db4 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -1,4 +1,5 @@ -.\" $OpenBSD: paste.1,v 1.4 1999/06/05 01:21:36 aaron Exp $ +.\" $OpenBSD: paste.1,v 1.5 2000/03/10 20:17:49 aaron Exp $ +.\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -59,7 +60,7 @@ of empty lines. .Pp The options are as follows: .Bl -tag -width Fl -.It Fl d Ar list +.It Fl d Ar list Use one or more of the provided characters to replace the newline characters instead of the default tab. The characters in @@ -105,11 +106,11 @@ option. .El .Pp If -.Ql Fl +.Dq - 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 . +.Dq - . .Pp The .Nm paste |