summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-06 23:18:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-06 23:18:24 +0000
commit8794e569f8df80f191a5595e10f0a69c83745f16 (patch)
treecda315f0ca5af7164a677f5a0e801f3101268354
parentc746259a09ff923fa86232162959940823c5f22b (diff)
match usage and man page
-rw-r--r--sbin/ipf/ipf.85
-rw-r--r--sbin/ipf/ipf.c6
2 files changed, 5 insertions, 6 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8
index fd0bf8de17a..9966fba909f 100644
--- a/sbin/ipf/ipf.8
+++ b/sbin/ipf/ipf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipf.8,v 1.4 1999/02/25 00:20:54 kjell Exp $
+.\" $OpenBSD: ipf.8,v 1.5 1999/03/06 23:18:23 deraadt Exp $
.Dd February 6, 1999
.Dt IPF 8
.Os
@@ -10,8 +10,7 @@
.Op Fl AdDEInorsUvyzZ
.Op Fl l Ar block|pass|nomatch
.Op Fl F Ar i|o|a|s|S
-.Fl f Ar filename
-.Op Fl f Ar filename ...
+.Op Fl f Ar filename
.Sh DESCRIPTION
.Pp
.Nm
diff --git a/sbin/ipf/ipf.c b/sbin/ipf/ipf.c
index 5a612c8f0dd..41476ccaf2a 100644
--- a/sbin/ipf/ipf.c
+++ b/sbin/ipf/ipf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipf.c,v 1.17 1999/02/08 18:58:59 millert Exp $ */
+/* $OpenBSD: ipf.c,v 1.18 1999/03/06 23:18:23 deraadt Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
*
@@ -45,7 +45,7 @@
#if !defined(lint)
static const char sccsid[] = "@(#)ipf.c 1.23 6/5/96 (C) 1993-1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: ipf.c,v 1.17 1999/02/08 18:58:59 millert Exp $";
+static const char rcsid[] = "@(#)$Id: ipf.c,v 1.18 1999/03/06 23:18:23 deraadt Exp $";
#endif
static void frsync __P((void));
@@ -80,7 +80,7 @@ static char *ipfname = IPL_NAME;
void usage()
{
fprintf(stderr, "usage: ipf [-AdDEInorsUvyzZ] [-l block|pass|nomatch] "
- "[-F i|o|a|s|S] -f file ...\n");
+ "[-F i|o|a|s|S] [-f filename]\n");
exit(1);
}