diff options
author | bms <bms@FreeBSD.org> | 2003-10-03 07:48:56 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-03 07:48:56 +0000 |
commit | 672a34781c4f9b65e20ea7d547f59890042f5a81 (patch) | |
tree | 764c54243274674031d2d181d78cdd3d53b317cf /usr.sbin/arp/arp.4 | |
parent | 1d961a2a8f9313c2d48cb45e0b03d6711474e68b (diff) | |
download | FreeBSD-src-672a34781c4f9b65e20ea7d547f59890042f5a81.zip FreeBSD-src-672a34781c4f9b65e20ea7d547f59890042f5a81.tar.gz |
mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)
Reviewed by: ru
Diffstat (limited to 'usr.sbin/arp/arp.4')
-rw-r--r-- | usr.sbin/arp/arp.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 9c8fbcf..6773ddf 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -119,7 +119,7 @@ This can happen normally when host hardware addresses change, or when a mobile node arrives or leaves the local subnet. It can also indicate a problem with proxy ARP. This message can only be issued if the sysctl -.Dv net.link.ether.inet.log_arp_movements +.Va net.link.ether.inet.log_arp_movements is set to 1, which is the system's default behaviour. .Pp .Em "arpresolve: can't allocate llinfo for %d.%d.%d.%d" : @@ -135,7 +135,7 @@ It can also occur if an entry already exists in the ARP cache for the IP address above, and the cable has been disconnected from if0, then reconnected to if1. This message can only be issued if the sysctl -.Dv net.link.ether.inet.log_arp_wrong_iface +.Va net.link.ether.inet.log_arp_wrong_iface is set to 1, which is the system's default behaviour. .Sh SEE ALSO .Xr inet 4 , |