Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfd Fix tcpdump example from "‐i npflog0.pcap"...
details: https://anonhg.NetBSD.org/src/rev/f5dca8c21f4d
branches: trunk
changeset: 941763:f5dca8c21f4d
user: abs <abs%NetBSD.org@localhost>
date: Fri Oct 30 09:23:36 2020 +0000
description:
Fix tcpdump example from "‐i npflog0.pcap" to "‐i npflog0"
diffstat:
usr.sbin/npf/npfd/npfd.8 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d9e694b8b5a5 -r f5dca8c21f4d usr.sbin/npf/npfd/npfd.8
--- a/usr.sbin/npf/npfd/npfd.8 Fri Oct 30 08:41:58 2020 +0000
+++ b/usr.sbin/npf/npfd/npfd.8 Fri Oct 30 09:23:36 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index