diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-12-05 16:08:24 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-12-05 16:08:24 +0000 |
commit | b13ed4289048c41624c077f9f8aea7da002aa0cf (patch) | |
tree | 4cee975d40f46000f23fdc74e93457d5e09a4a9d | |
parent | 90de97105e1b88a6d9cdba79ffb5729d1e010073 (diff) |
Make nroff happy with .Sq rather than literal quotes.
-rw-r--r-- | share/man/man4/bridge.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index e8554241445..6d1cddcb849 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.37 2001/10/07 12:24:39 dhartmei Exp $ +.\" $OpenBSD: bridge.4,v 1.38 2001/12/05 16:08:23 hugh Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -517,8 +517,8 @@ Bridged packets pass through twice. They can be filtered on any interface, in both directions. For stateful filtering, filtering on only one interface (using -'keep state') and passing all traffic on the other interfaces is -recommended. +.Sq keep state ) +and passing all traffic on the other interfaces is recommended. A state entry only permits outgoing packets from initial source to destination and incoming packets from initial destination to source. Since bridged packets pass through the filter twice with the source |