Module Name: src
Committed By: apb
Date: Fri Jun 7 18:33:53 UTC 2013
Modified Files:
src/usr.sbin/arp: arp.8
Log Message:
"temp", "pub", and "proxy" are keywords, not replaceable
parameters, so do not use ".Ar" markup. Use either no markup,
or ".Dq" markup, depending on context.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/arp/arp.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/arp/arp.8
diff -u src/usr.sbin/arp/arp.8:1.21 src/usr.sbin/arp/arp.8:1.22
--- src/usr.sbin/arp/arp.8:1.21 Mon Apr 25 22:20:29 2011
+++ src/usr.sbin/arp/arp.8 Fri Jun 7 18:33:53 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: arp.8,v 1.21 2011/04/25 22:20:29 wiz Exp $
+.\" $NetBSD: arp.8,v 1.22 2013/06/07 18:33:53 apb Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,11 +49,11 @@
.Nm
.Op Fl v
.Fl d Ar hostname
-.Op Ar proxy
+.Op proxy
.Nm
.Fl s Ar hostname ether_addr
-.Op Ar temp
-.Op Ar pub Op Ar proxy
+.Op temp
+.Op pub Op proxy
.Nm
.Fl f Ar filename
.Sh DESCRIPTION
@@ -82,7 +82,7 @@ with the
.Fl d
flag.
If the
-.Cm proxy
+.Dq proxy
keyword is specified, only the published
.Dq proxy only
.Tn ARP
@@ -103,8 +103,8 @@ Entries in the file should be of the for
.Pp
.Bd -filled -offset indent -compact
.Ar hostname ether_addr
-.Op Ar temp
-.Op Ar pub
+.Op temp
+.Op pub
.Ed
.Pp
with argument meanings as described below.
@@ -121,10 +121,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
+.Dq temp
is given in the command.
If the word
-.Ar pub
+.Dq pub
is given, the entry will be "published"; i.e., this system will
act as an
.Tn ARP
@@ -133,7 +133,7 @@ responding to requests for
.Ar hostname
even though the host address is not its own.
If the word
-.Ar proxy
+.Dq proxy
is also given, the published entry will be a
.Dq proxy only
entry.