From 91dba0dae7dad021090e1a2dd7d02cc024ad06d2 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Fri, 16 Sep 2022 19:03:37 +0200 Subject: [PATCH] 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 eccc5ebf655..e38e74d49f0 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