diff options
| author | reed <reed@NetBSD.org> | 2008-11-28 20:30:05 +0000 |
|---|---|---|
| committer | reed <reed@NetBSD.org> | 2008-11-28 20:30:05 +0000 |
| commit | b9585ffdeda2a6999535eae11bbdefdf6f40d741 (patch) | |
| tree | e4a1ea5e844cb134c0b83ee6cf9801b18eef8201 | |
| parent | 8e03e5a4c8efd39ddfdb0840216c95fb201c4396 (diff) | |
May have multiple files on command line.
Fixed PR #40058.
| -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 3a73ec747f0..e46b0ce8cd5 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rev.1,v 1.6 2003/08/07 11:15:39 agc Exp $ +.\" $NetBSD: rev.1,v 1.7 2008/11/28 20:30:05 reed Exp $ .\" .\" Copyright (c) 1985, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -37,7 +37,7 @@ .Nd reverse order of characters of lines in a file .Sh SYNOPSIS .Nm -.Op Ar file +.Op Ar .Sh DESCRIPTION The .Nm |
