Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/ipf/man Fix syntax rule (PR#16499).



details:   https://anonhg.NetBSD.org/src/rev/28113c0887f7
branches:  trunk
changeset: 537001:28113c0887f7
user:      martti <martti%NetBSD.org@localhost>
date:      Wed Sep 25 12:49:40 2002 +0000

description:
Fix syntax rule (PR#16499).

diffstat:

 dist/ipf/man/ipf.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1468d585711a -r 28113c0887f7 dist/ipf/man/ipf.5
--- a/dist/ipf/man/ipf.5        Wed Sep 25 11:49:48 2002 +0000
+++ b/dist/ipf/man/ipf.5        Wed Sep 25 12:49:40 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipf.5,v 1.7 2002/01/24 08:24:15 martti Exp $
+.\"    $NetBSD: ipf.5,v 1.8 2002/09/25 12:49:40 martti Exp $
 .\"
 .TH IPF 5
 .SH NAME
@@ -63,7 +63,7 @@
 port-num = service-name | decnumber .
 
 withopt = [ "not" | "no" ] opttype [ withopt ] .
-opttype = "ipopts" | "short" | "frag" | "opt" ipopts  .
+opttype = "ipopts" | "short" | "frag" | "opt" optname  .
 optname        = ipopts [ "," optname ] .
 ipopts  = optlist | "sec-class" [ secname ] .
 secname        = seclvl [ "," secname ] .



Home | Main Index | Thread Index | Old Index