diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-11 07:10:05 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-11 07:10:05 +0000 |
commit | 40e4bf2cba7753471a546e306adb17ae426b1584 (patch) | |
tree | 386257d9cf418125775bde74f89e6bce68ddbc3a /sbin/pflogd | |
parent | 94f4f01ff0aab4859e02ce82f53b365473340277 (diff) |
mdoc fixes: macros are not allowed inside .Bd -literal blocks
ok deraadt@
Diffstat (limited to 'sbin/pflogd')
-rw-r--r-- | sbin/pflogd/pflogd.8 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index 4aa25e6ae31..0e2c020065d 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.20 2003/02/24 09:30:39 henning Exp $ +.\" $OpenBSD: pflogd.8,v 1.21 2003/03/11 07:10:04 david Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -106,20 +106,18 @@ Selects which packets will be dumped, using the regular language of Log specific tcp packets to a different log file with a large snaplen (useful with a log-all rule to dump complete sessions) .Bd -literal -offset indent -.Xo Ic # pflogd -s 1600 -f suspicious.log port 80\ -.Ic and host evilhost -.Xc +# pflogd -s 1600 -f suspicious.log port 80 and host evilhost .Ed .Pp Display binary logs: .Bd -literal -offset indent -.Ic # tcpdump -n -e -ttt -r /var/log/pflog +# tcpdump -n -e -ttt -r /var/log/pflog .Ed .Pp Display the logs in real time (this does not interfere with the operation of pflogd): .Bd -literal -offset indent -.Ic # tcpdump -n -e -ttt -i pflog0 +# tcpdump -n -e -ttt -i pflog0 .Ed .Pp Tcpdump has been extended to be able to filter on the pfloghdr @@ -155,9 +153,7 @@ The direction was outbound. Display the logs in real time of inbound packets that were blocked on the wi0 interface: .Bd -literal -offset indent -.Xo Ic # tcpdump -n -e -ttt -i pflog0 inbound\ -.Ic and action block and on wi0 -.Xc +# tcpdump -n -e -ttt -i pflog0 inbound and action block and on wi0 .Ed .Sh FILES .Bl -tag -width /var/run/pflogd.pid -compact |