diff options
author | 1997-06-11 15:39:17 +0000 | |
---|---|---|
committer | 1997-06-11 15:39:17 +0000 | |
commit | a312fd9c152b77b31cf10e95d6129f1c28869340 (patch) | |
tree | 43952a474422d06f80b7d385a1f864abc6a7c28e | |
parent | docuement (diff) | |
download | wireguard-openbsd-a312fd9c152b77b31cf10e95d6129f1c28869340.tar.xz wireguard-openbsd-a312fd9c152b77b31cf10e95d6129f1c28869340.zip |
gencat can take more than one input file.
-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 |