diff options
author | joel <joel@FreeBSD.org> | 2014-12-27 07:07:37 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-12-27 07:07:37 +0000 |
commit | 7e529110a7268741eadb0715cb63e07635cb5f85 (patch) | |
tree | 5594b3fb1c520419f6472683b25175bd7bb76f05 /tools | |
parent | ec5ce2742ea264cdf15e37343c5d4c3d6b556f63 (diff) | |
download | FreeBSD-src-7e529110a7268741eadb0715cb63e07635cb5f85.zip FreeBSD-src-7e529110a7268741eadb0715cb63e07635cb5f85.tar.gz |
mdoc: improvements to SEE ALSO.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ether_reflect/ether_reflect.1 | 4 | ||||
-rw-r--r-- | tools/tools/vimage/vimage.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/ether_reflect/ether_reflect.1 b/tools/tools/ether_reflect/ether_reflect.1 index e6539b1..421136b 100644 --- a/tools/tools/ether_reflect/ether_reflect.1 +++ b/tools/tools/ether_reflect/ether_reflect.1 @@ -91,10 +91,10 @@ are seen on ineterface em0. The timeout is 1 millisecond. Rewrite the destination address in each packet to 00:00:00:aa:bb:cc before reflecting the packet. .Sh SEE ALSO -.Xr ifconfig 8 , .Xr tcpdump 1 , +.Xr bpf 2 , .Xr pcap 4 , -.Xr bpf 2 . +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/tools/tools/vimage/vimage.8 b/tools/tools/vimage/vimage.8 index 306bf83..3ceb069 100644 --- a/tools/tools/vimage/vimage.8 +++ b/tools/tools/vimage/vimage.8 @@ -178,8 +178,8 @@ The .Nm command exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr jail 8 -.Xr jexec 8 +.Xr jail 8 , +.Xr jexec 8 , .Xr jls 8 .Sh HISTORY Network stack virtualization framework first appeared as a patchset |