diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man4/bridge.4 | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man4/bridge.4')
-rw-r--r-- | share/man/man4/bridge.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index ff2d81eab97..51e80d49f39 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.34 2001/07/18 22:53:57 kjell Exp $ +.\" $OpenBSD: bridge.4,v 1.35 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -541,7 +541,6 @@ command and the kernel interface first appeared in .Ox 2.5 . .Sh BUGS -.Pp Incoming packets are only checked against .Xr pf 4 input rules. There is no easy way to handle output rules. |