Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2022 17:04:15 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 91dba0dae7da - main - Correct wrong sections for bpf and pcap.
Message-ID:  <202209161704.28GH4FhV075158@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=91dba0dae7dad021090e1a2dd7d02cc024ad06d2

commit 91dba0dae7dad021090e1a2dd7d02cc024ad06d2
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-09-16 17:03:37 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-09-16 17:03:37 +0000

    Correct wrong sections for bpf and pcap.
---
 tools/tools/ether_reflect/ether_reflect.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/tools/ether_reflect/ether_reflect.1 b/tools/tools/ether_reflect/ether_reflect.1
index eccc5ebf6558..e38e74d49f0a 100644
--- a/tools/tools/ether_reflect/ether_reflect.1
+++ b/tools/tools/ether_reflect/ether_reflect.1
@@ -96,8 +96,8 @@ Rewrite the destination address in each packet to 00:00:00:aa:bb:cc
 before reflecting the packet.
 .Sh SEE ALSO
 .Xr tcpdump 1 ,
-.Xr bpf 2 ,
-.Xr pcap 4 ,
+.Xr bpf 4 ,
+.Xr pcap 3 ,
 .Xr ifconfig 8
 .Sh HISTORY
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209161704.28GH4FhV075158>