Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/arp "temp", "pub", and "proxy" are keywords, not re...



details:   https://anonhg.NetBSD.org/src/rev/92a323a34c34
branches:  trunk
changeset: 787232:92a323a34c34
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Jun 07 18:33:53 2013 +0000

description:
"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.

diffstat:

 usr.sbin/arp/arp.8 |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 01b30f367366 -r 92a323a34c34 usr.sbin/arp/arp.8
--- a/usr.sbin/arp/arp.8        Fri Jun 07 17:23:26 2013 +0000
+++ b/usr.sbin/arp/arp.8        Fri Jun 07 18:33:53 2013 +0000
@@ -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 @@
 .Fl d
 flag.
 If the
-.Cm proxy
+.Dq proxy
 keyword is specified, only the published
 .Dq proxy only
 .Tn ARP
@@ -103,8 +103,8 @@
 .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 @@
 .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 @@
 .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.



Home | Main Index | Thread Index | Old Index