diff options
author | 2003-03-11 07:10:04 +0000 | |
---|---|---|
committer | 2003-03-11 07:10:04 +0000 | |
commit | ace587793a43b1ea1ce1b4e7ef7bc2efe57f48cf (patch) | |
tree | abcfc984b0fedb5df0c4a3eac2d95164ca015aaa | |
parent | The variable cse_not_expected must be initialized. (diff) | |
download | wireguard-openbsd-ace587793a43b1ea1ce1b4e7ef7bc2efe57f48cf.tar.xz wireguard-openbsd-ace587793a43b1ea1ce1b4e7ef7bc2efe57f48cf.zip |
mdoc fixes: macros are not allowed inside .Bd -literal blocks
ok deraadt@
-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 |