summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 22:09:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 22:09:28 +0000
commit7292c25fed3a2918321ff6a541c9c0472576de8a (patch)
tree15247a8a90736ed5077951ebdf2039519909bf4e /sbin
parentb40ba8334ca37ae8c7a4946056482ff520fee907 (diff)
extra plurals; openbsd@davidkrause.com
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.86
-rw-r--r--sbin/pfctl/pfctl.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 863851eae26..783e010395f 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.82 2003/02/20 11:08:06 cedric Exp $
+.\" $OpenBSD: pfctl.8,v 1.83 2003/02/20 22:09:27 deraadt Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -41,7 +41,7 @@
.Op Fl k Ar host
.Op Fl s Ar modifier
.Op Fl t Ar table
-.Op Fl T Ar command [addresses ...]
+.Op Fl T Ar command [address ...]
.Op Fl x Ar level
.Ek
.Sh DESCRIPTION
@@ -233,7 +233,7 @@ Show all of the above.
.El
.It Fl t Ar table
Specify the name of the table.
-.It Fl T Ar command [addresses ...]
+.It Fl T Ar command [address ...]
Specify the command to apply to the table.
Commands include:
.Bl -tag -width "T Replace " -compact
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index f75d634eefd..e43a0ecd5b5 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.155 2003/02/20 11:08:06 cedric Exp $ */
+/* $OpenBSD: pfctl.c,v 1.156 2003/02/20 22:09:27 deraadt Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -187,7 +187,7 @@ usage(void)
fprintf(stderr, " ");
fprintf(stderr, "[-f file] [-F modifier] [-k host] [-s modifier]\n");
fprintf(stderr, " ");
- fprintf(stderr, "[-t table] [-T command [addresses ...]] [-x level]\n");
+ fprintf(stderr, "[-t table] [-T command [address ...]] [-x level]\n");
exit(1);
}