Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/arp Use .Cm markup for the keywords "temp", "pub", ...
details: https://anonhg.NetBSD.org/src/rev/d485dd14e278
branches: trunk
changeset: 787844:d485dd14e278
user: apb <apb%NetBSD.org@localhost>
date: Mon Jul 08 04:31:12 2013 +0000
description:
Use .Cm markup for the keywords "temp", "pub", and "proxy" (suggested
by wiz). Also bump date.
diffstat:
usr.sbin/arp/arp.8 | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (75 lines):
diff -r 9324a217402b -r d485dd14e278 usr.sbin/arp/arp.8
--- a/usr.sbin/arp/arp.8 Sun Jul 07 21:36:42 2013 +0000
+++ b/usr.sbin/arp/arp.8 Mon Jul 08 04:31:12 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: arp.8,v 1.22 2013/06/07 18:33:53 apb Exp $
+.\" $NetBSD: arp.8,v 1.23 2013/07/08 04:31:12 apb Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)arp.8 8.2 (Berkeley) 4/27/95
.\"
-.Dd January 31, 2006
+.Dd July 8, 2013
.Dt ARP 8
.Os
.Sh NAME
@@ -49,11 +49,11 @@
.Nm
.Op Fl v
.Fl d Ar hostname
-.Op proxy
+.Op Cm proxy
.Nm
.Fl s Ar hostname ether_addr
-.Op temp
-.Op pub Op proxy
+.Op Cm temp
+.Op Cm pub Op Cm proxy
.Nm
.Fl f Ar filename
.Sh DESCRIPTION
@@ -82,7 +82,7 @@
.Fl d
flag.
If the
-.Dq proxy
+.Cm 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 temp
-.Op pub
+.Op Cm temp
+.Op Cm 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
-.Dq temp
+.Cm temp
is given in the command.
If the word
-.Dq pub
+.Cm 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
-.Dq proxy
+.Cm proxy
is also given, the published entry will be a
.Dq proxy only
entry.
Home |
Main Index |
Thread Index |
Old Index