Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/usr.sbin/npf/npfd Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/77afb33b003e
branches:  netbsd-9
changeset: 374353:77afb33b003e
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 20 14:13:27 2023 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1629):

        usr.sbin/npf/npfd/npfd.8: revision 1.7

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 25963a1da60c -r 77afb33b003e usr.sbin/npf/npfd/npfd.8
--- a/usr.sbin/npf/npfd/npfd.8  Thu Apr 20 14:08:07 2023 +0000
+++ b/usr.sbin/npf/npfd/npfd.8  Thu Apr 20 14:13:27 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npfd.8,v 1.6 2018/08/31 10:38:17 maxv Exp $
+.\"    $NetBSD: npfd.8,v 1.6.2.1 2023/04/20 14:13:27 martin 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
 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