diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
commit | acf930c59c72b8618852e05d61e1709e6190a3d0 (patch) | |
tree | 5ec14226bce7b092465925b57a97d3a3812d2691 /sbin/pflogd/pflogd.8 | |
parent | 908d14f9c35bb3bc8b5ff316e6fb6c06ae6447b7 (diff) |
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.
ok schwarze@
Diffstat (limited to 'sbin/pflogd/pflogd.8')
-rw-r--r-- | sbin/pflogd/pflogd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index e303c6cda53..1f3be089737 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.46 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: pflogd.8,v 1.47 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: February 15 2015 $ .Dt PFLOGD 8 .Os .Sh NAME @@ -137,7 +137,7 @@ Selects which packets will be dumped, using the regular language of .Xr tcpdump 8 . Tcpdump has been extended to be able to filter on the pfloghdr structure defined in -.Aq Ar net/if_pflog.h . +.In net/if_pflog.h . It can restrict the output to packets logged on a specified interface, a rule number, a reason, a direction, an IP family or an action. |