diff options
author | 2000-03-06 13:02:46 +0000 | |
---|---|---|
committer | 2000-03-06 13:02:46 +0000 | |
commit | 8f777873f62b7f70a515d6e3848f01c97c189ca7 (patch) | |
tree | b08962ab1b4dbad9bd7deedf103d48b9cc64d778 /usr.bin/rev/rev.1 | |
parent | Covert to mdoc; from FreeBSD, with some modifications by me. (diff) | |
download | wireguard-openbsd-8f777873f62b7f70a515d6e3848f01c97c189ca7.tar.xz wireguard-openbsd-8f777873f62b7f70a515d6e3848f01c97c189ca7.zip |
Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.
Diffstat (limited to 'usr.bin/rev/rev.1')
-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 |