diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-06 03:58:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-06 03:58:30 +0000 |
commit | 0e6a14b525327082c86ac36122179c0019839bda (patch) | |
tree | 75200bcea036dceebc64ea7339aca462fc30ee90 /sbin/pflogd/pflogd.8 | |
parent | 151ba0e5793883a30584613c091c66aafe6ffbce (diff) |
When you give command examples in a manual page prefix them with
$ command
or
# command
Depending on if is a regular user command, or root-only. Please?
Diffstat (limited to 'sbin/pflogd/pflogd.8')
-rw-r--r-- | sbin/pflogd/pflogd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index e0b938d8683..51955cd5fab 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.8 2001/12/02 00:14:26 frantzen Exp $ +.\" $OpenBSD: pflogd.8,v 1.9 2001/12/06 03:58:29 deraadt Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -104,18 +104,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 -pflogd -s 1600 -f suspicious.log port 80 and host evilhost +# pflogd -s 1600 -f suspicious.log port 80 and host evilhost .Ed .Pp Display binary logs: .Bd -literal -offset indent -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 -tcpdump -n -e -ttt -i pflog0 +# tcpdump -n -e -ttt -i pflog0 .Ed .Sh FILES .Bl -tag -width /var/run/pflogd.pid -compact |