diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 13:02:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 13:02:47 +0000 |
commit | c6e5e22b0c1018ac448b278d514a09201dc92f75 (patch) | |
tree | 71ee31315ef93c7a2af334f8de8d4c36e3ab4c4f /usr.bin/rev | |
parent | 72bf1560bcdd6b80ffbe150e3baedf3ec53616f2 (diff) |
Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.
Diffstat (limited to 'usr.bin/rev')
-rw-r--r-- | usr.bin/rev/rev.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 43aa4628ca9..9d2ee0b5766 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rev.1,v 1.3 1999/07/26 14:19:31 aaron Exp $ +.\" $OpenBSD: rev.1,v 1.4 2000/03/06 13:02:46 aaron Exp $ .\" $NetBSD: rev.1,v 1.3 1995/09/28 08:49:39 tls Exp $ .\" .\" Copyright (c) 1985, 1992, 1993 @@ -42,7 +42,7 @@ .Nd reverse lines of a file .Sh SYNOPSIS .Nm rev -.Op Ar file +.Op Ar file ... .Sh DESCRIPTION The .Nm rev |