diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-11 15:39:18 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-11 15:39:18 +0000 |
commit | 6162e69a8569b86678c4f93d375151c3bdbf7a93 (patch) | |
tree | c0cf96c4344771a165665e830be967efb5f074fb /usr.bin/gencat | |
parent | 7c69da3c139e4f77db85db1c76afac11166550c5 (diff) |
gencat can take more than one input file.
Diffstat (limited to 'usr.bin/gencat')
-rw-r--r-- | usr.bin/gencat/gencat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index d52636b069f..ca2be69cfb8 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gencat.1,v 1.1 1997/06/11 15:31:07 kstailey Exp $ +.\" $OpenBSD: gencat.1,v 1.2 1997/06/11 15:39:17 kstailey Exp $ .\" .\" Copyright (c) 1997 Ken Stailey .\" The Regents of the University of California. All rights reserved. @@ -35,7 +35,7 @@ .Sh SYNOPSIS .Nm gencat .Ar "output-file" -.Ar "input-file" +.Ar "input-file..." .Sh DESCRIPTION The .Nm gencat |