summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-05 17:01:07 +0000
committerru <ru@FreeBSD.org>2001-02-05 17:01:07 +0000
commit9c3b71e869cdd031139aee8095d94618d940d570 (patch)
treef83e5670e1f955890ef77bb7aa93d4cc7b7f19c8 /usr.sbin
parent3bd397644854d72bd7998d0c90ad2e00bf44f8ae (diff)
downloadFreeBSD-src-9c3b71e869cdd031139aee8095d94618d940d570.zip
FreeBSD-src-9c3b71e869cdd031139aee8095d94618d940d570.tar.gz
mdoc(7) police: modifiers should be marked with .Cm, not .Ar.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/arp.833
1 files changed, 19 insertions, 14 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8
index dc6c01b..b4551a7 100644
--- a/usr.sbin/arp/arp.8
+++ b/usr.sbin/arp/arp.8
@@ -47,18 +47,18 @@
.Fl a
.Nm
.Fl d Ar hostname
-.Op Ar proxy
+.Op Cm proxy
.Nm
.Fl d
.Fl a
.Nm
.Fl s Ar hostname ether_addr
-.Op Ar temp
-.Op Ar pub
+.Op Cm temp
+.Op Cm pub
.Nm
.Fl S Ar hostname ether_addr
-.Op Ar temp
-.Op Ar pub
+.Op Cm temp
+.Op Cm pub
.Nm
.Fl f Ar filename
.Sh DESCRIPTION
@@ -75,7 +75,7 @@ The host may be specified by name or by number,
using Internet dot notation.
.Pp
Available options:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl a
The program displays or deletes all of the current
.Tn ARP
@@ -87,7 +87,7 @@ with the
.Fl d
flag.
The
-.Dq Li proxy
+.Cm proxy
keyword is sometimes required when deleting published ARP entries.
This flag may be combined with the
.Fl a
@@ -105,10 +105,10 @@ with the Ethernet address
.Ar ether_addr .
The Ethernet address is given as six hex bytes separated by colons.
The entry will be permanent unless the word
-.Ar temp
+.Cm temp
is given in the command.
If the word
-.Ar pub
+.Cm pub
is given, the entry will be "published"; i.e., this system will
act as an
.Tn ARP
@@ -116,14 +116,19 @@ server,
responding to requests for
.Ar hostname
even though the host address is not its own.
-In this case the ether_addr can be given as ``auto''
+In this case the
+.Ar ether_addr
+can be given as
+.Cm auto
in which case the interfaces on this host will be examined,
and if one of them is found to occupy the same subnet, its
-ether_addr will be used.
+Ethernet address will be used.
.It Fl S Ar hostname ether_addr
Is just like
.Fl s
-except any existing arp entry for this host will be deleted first.
+except any existing
+.Tn ARP
+entry for this host will be deleted first.
.It Fl f
Causes the file
.Ar filename
@@ -134,8 +139,8 @@ in the file should be of the form
.Pp
.Bd -filled -offset indent -compact
.Ar hostname ether_addr
-.Op Ar temp
-.Op Ar pub
+.Op Cm temp
+.Op Cm pub
.Ed
.Pp
with argument meanings as given above.
OpenPOWER on IntegriCloud