diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /sbin/ipf/ipf.5 | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'sbin/ipf/ipf.5')
-rw-r--r-- | sbin/ipf/ipf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipf/ipf.5 b/sbin/ipf/ipf.5 index f35f1f95d67..dbbd7125347 100644 --- a/sbin/ipf/ipf.5 +++ b/sbin/ipf/ipf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.5,v 1.19 2000/02/19 21:46:46 aaron Exp $ +.\" $OpenBSD: ipf.5,v 1.20 2000/03/06 21:46:55 aaron Exp $ .Dd July 9, 1999 .Dt IPF 5 .Os @@ -491,8 +491,8 @@ rule, rule processing isn't stopped until it has returned from processing the group. .Pp A rule may be both the head for a new group and a member of a non-default -group ( -.Cm head +group +.Pf ( Cm head and .Cm group may be used together in a rule). |