git: 91dba0dae7da - main - Correct wrong sections for bpf and pcap.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 17:04:15 UTC
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