Mon Apr 25 22:20:30 2011 UTC ()
New sentence, new line. Remove trailing whitespace.


(wiz)
diff -r1.20 -r1.21 src/usr.sbin/arp/arp.8

cvs diff -r1.20 -r1.21 src/usr.sbin/arp/arp.8 (expand / switch to unified diff)

--- src/usr.sbin/arp/arp.8 2008/01/10 14:16:26 1.20
+++ src/usr.sbin/arp/arp.8 2011/04/25 22:20:29 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: arp.8,v 1.20 2008/01/10 14:16:26 seanb Exp $ 1.\" $NetBSD: arp.8,v 1.21 2011/04/25 22:20:29 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1991, 1993 3.\" Copyright (c) 1985, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -70,27 +70,27 @@ The host may be specified by name or by  @@ -70,27 +70,27 @@ The host may be specified by name or by
70using Internet dot notation. 70using Internet dot notation.
71.Pp 71.Pp
72Available options: 72Available options:
73.Bl -tag -width Ds 73.Bl -tag -width Ds
74.It Fl a 74.It Fl a
75The program displays all of the current 75The program displays all of the current
76.Tn ARP 76.Tn ARP
77entries. 77entries.
78.It Fl d 78.It Fl d
79A super-user may delete an entry for the host called 79A super-user may delete an entry for the host called
80.Ar hostname 80.Ar hostname
81with the 81with the
82.Fl d 82.Fl d
83flag.  83flag.
84If the 84If the
85.Cm proxy 85.Cm proxy
86keyword is specified, only the published 86keyword is specified, only the published
87.Dq proxy only 87.Dq proxy only
88.Tn ARP 88.Tn ARP
89entry 89entry
90for this host will be deleted. 90for this host will be deleted.
91If used with 91If used with
92.Fl a 92.Fl a
93instead of a 93instead of a
94.Ar hostname , 94.Ar hostname ,
95it will delete all arp entries. 95it will delete all arp entries.
96.It Fl f 96.It Fl f
@@ -121,27 +121,28 @@ with the Ethernet address @@ -121,27 +121,28 @@ with the Ethernet address
121.Ar ether_addr . 121.Ar ether_addr .
122The Ethernet address is given as six hex bytes separated by colons. 122The Ethernet address is given as six hex bytes separated by colons.
123The entry will be permanent unless the word 123The entry will be permanent unless the word
124.Ar temp 124.Ar temp
125is given in the command. 125is given in the command.
126If the word 126If the word
127.Ar pub 127.Ar pub
128is given, the entry will be "published"; i.e., this system will 128is given, the entry will be "published"; i.e., this system will
129act as an 129act as an
130.Tn ARP 130.Tn ARP
131server, 131server,
132responding to requests for 132responding to requests for
133.Ar hostname 133.Ar hostname
134even though the host address is not its own. If the word 134even though the host address is not its own.
 135If the word
135.Ar proxy 136.Ar proxy
136is also given, the published entry will be a 137is also given, the published entry will be a
137.Dq proxy only 138.Dq proxy only
138entry. 139entry.
139.It Fl v 140.It Fl v
140Display verbose information when adding or deleting 141Display verbose information when adding or deleting
141.Tn ARP 142.Tn ARP
142entries. 143entries.
143.El 144.El
144.Sh SEE ALSO 145.Sh SEE ALSO
145.Xr inet 3 , 146.Xr inet 3 ,
146.Xr arp 4 , 147.Xr arp 4 ,
147.Xr ifconfig 8 148.Xr ifconfig 8