aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp/arp.4
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-03 07:48:56 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-03 07:48:56 +0000
commit43039b7df5a70fc9e07293084b5a8f88ee477b5c (patch)
tree764c54243274674031d2d181d78cdd3d53b317cf /usr.sbin/arp/arp.4
parent5bf2d2b6b4fefd21a2a96cad079ccb2d8e52b6aa (diff)
downloadsrc-43039b7df5a70fc9e07293084b5a8f88ee477b5c.tar.gz
src-43039b7df5a70fc9e07293084b5a8f88ee477b5c.zip
mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)
Reviewed by: ru
Notes
Notes: svn path=/head/; revision=120684
Diffstat (limited to 'usr.sbin/arp/arp.4')
-rw-r--r--usr.sbin/arp/arp.44
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 9c8fbcf0937e..6773ddf093cd 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 ,