summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-08-30 17:51:47 +0000
committerjmc <jmc@openbsd.org>2019-08-30 17:51:47 +0000
commit50f49510371432b21c1ec33cf6afcbcb57b73704 (patch)
treedc59d3879ba616c31457f61757ffc53ba2b9dc90
parentDon't use misleadingly named SCSISPC() which returns SCSI version not (diff)
downloadwireguard-openbsd-50f49510371432b21c1ec33cf6afcbcb57b73704.tar.xz
wireguard-openbsd-50f49510371432b21c1ec33cf6afcbcb57b73704.zip
mop up for the pcap.3 rename;
help/ok deraadt
-rw-r--r--sbin/isakmpd/isakmpd.88
-rw-r--r--sbin/pflogd/pflogd.86
-rw-r--r--share/man/man3/intro.36
-rw-r--r--share/man/man5/pf.conf.58
-rw-r--r--usr.sbin/tcpdump/tcpdump.86
5 files changed, 16 insertions, 18 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8
index 0d06ba7bd8d..7f6a6e3d90c 100644
--- a/sbin/isakmpd/isakmpd.8
+++ b/sbin/isakmpd/isakmpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.8,v 1.122 2019/02/19 06:54:39 jmc Exp $
+.\" $OpenBSD: isakmpd.8,v 1.123 2019/08/30 17:51:47 jmc Exp $
.\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist.
@@ -30,7 +30,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: February 19 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt ISAKMPD 8
.Os
.Sh NAME
@@ -249,7 +249,7 @@ is sending and receiving to the file
which can later be read by
.Xr tcpdump 8
and other utilities using
-.Xr pcap 3 .
+.Xr pcap_open_offline 3 .
.It Fl l Ar packetlog-file
As option
.Fl L
@@ -748,7 +748,7 @@ command is issued in the command FIFO.
.Sh SEE ALSO
.Xr openssl 1 ,
.Xr getnameinfo 3 ,
-.Xr pcap 3 ,
+.Xr pcap_open_offline 3 ,
.Xr ipsec 4 ,
.Xr ipsec.conf 5 ,
.Xr isakmpd.conf 5 ,
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8
index 55f0d71017e..01086b74eb7 100644
--- a/sbin/pflogd/pflogd.8
+++ b/sbin/pflogd/pflogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflogd.8,v 1.50 2018/08/26 18:24:46 brynet Exp $
+.\" $OpenBSD: pflogd.8,v 1.51 2019/08/30 17:51:47 jmc Exp $
.\"
.\" Copyright (c) 2001 Can Erkin Acar. All rights reserved.
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 26 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt PFLOGD 8
.Os
.Sh NAME
@@ -201,7 +201,7 @@ the wi0 interface:
# tcpdump -n -e -ttt -i pflog0 inbound and action block and on wi0
.Ed
.Sh SEE ALSO
-.Xr pcap 3 ,
+.Xr pcap_open_live 3 ,
.Xr pf 4 ,
.Xr pflog 4 ,
.Xr pf.conf 5 ,
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 5d3c12b0712..fc5a913e2a7 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.90 2019/05/15 19:00:47 jmc Exp $
+.\" $OpenBSD: intro.3,v 1.91 2019/08/30 17:51:47 jmc Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: May 15 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt INTRO 3
.Os
.Sh NAME
@@ -273,7 +273,7 @@ Packet capture library.
All packets on the network, even those destined for other hosts,
are accessible through this library.
See
-.Xr pcap 3 .
+.Xr pcap_open_live 3 .
.Pp
.It libperl Pq Fl lperl
Support routines for
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 9d574419546..a17fb795bb8 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.580 2019/05/26 01:16:08 naddy Exp $
+.\" $OpenBSD: pf.conf.5,v 1.581 2019/08/30 17:51:47 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 26 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -249,9 +249,7 @@ pflog0 is monitored by the
.Xr pflogd 8
logging daemon which logs to the file
.Pa /var/log/pflog
-in
-.Xr pcap 3
-binary format.
+in pcap binary format.
.Pp
The keywords
.Cm all , matches , to ,
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index b46f1a168cd..88469dc48c4 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdump.8,v 1.102 2019/05/26 22:42:42 dlg Exp $
+.\" $OpenBSD: tcpdump.8,v 1.103 2019/08/30 17:51:47 jmc Exp $
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -19,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: May 26 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt TCPDUMP 8
.Os
.Sh NAME
@@ -1707,8 +1707,8 @@ sees the packet.
.Sh SEE ALSO
.\" traffic(1C), nit(4P),
.Xr ethers 3 ,
-.Xr pcap 3 ,
.Xr pcap-filter 3 ,
+.Xr pcap_open_live 3 ,
.Xr bpf 4 ,
.Xr ip 4 ,
.Xr pf 4 ,