Fix tcpdump example from "‐i npflog0.pcap" to "‐i npflog0"
This commit is contained in:
parent
5d507f2d93
commit
c30a39f078
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: npfd.8,v 1.6 2018/08/31 10:38:17 maxv Exp $
|
||||
.\" $NetBSD: npfd.8,v 1.7 2020/10/30 09:23:36 abs Exp $
|
||||
.\" $OpenBSD: pflogd.8,v 1.35 2007/05/31 19:19:47 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Can Erkin Acar. All rights reserved.
|
||||
|
@ -171,7 +171,7 @@ Display the logs in real time (this does not interfere with the
|
|||
operation of
|
||||
.Nm ) :
|
||||
.Bd -literal -offset indent
|
||||
# tcpdump -n -e -ttt -i npflog0.pcap
|
||||
# tcpdump -n -e -ttt -i npflog0
|
||||
.Ed
|
||||
.Pp
|
||||
Tcpdump has been extended to be able to filter on the
|
||||
|
|
Loading…
Reference in New Issue