View | Details | Raw Unified | Return to bug 32662
Collapse All | Expand All

(-)/tmp/arp.8 (-6 / +11 lines)
Lines 81-87 Link Here
81
.Tn ARP
81
.Tn ARP
82
entries.
82
entries.
83
.It Fl d
83
.It Fl d
84
A super-user may delete an entry for the host called
84
A super-user may delete an entry for the host named
85
.Ar hostname
85
.Ar hostname
86
with the
86
with the
87
.Fl d
87
.Fl d
Lines 96-105 Link Here
96
Show network addresses as numbers (normally
96
Show network addresses as numbers (normally
97
.Nm
97
.Nm
98
attempts to display addresses symbolically).
98
attempts to display addresses symbolically).
99
.It Fl s Ar hostname ether_addr
99
.It Fl s
100
Create an
100
Create an
101
.Tn ARP
101
.Tn ARP
102
entry for the host called
102
entry for the host named
103
.Ar hostname
103
.Ar hostname
104
with the Ethernet address
104
with the Ethernet address
105
.Ar ether_addr .
105
.Ar ether_addr .
Lines 122-136 Link Here
122
.Ar ether_addr
122
.Ar ether_addr
123
can be given as
123
can be given as
124
.Cm auto
124
.Cm auto
125
in which case the interfaces on this host will be examined,
125
in which case the interfaces of the computer running
126
.Nm
127
will be examined,
126
and if one of them is found to occupy the same subnet, its
128
and if one of them is found to occupy the same subnet, its
127
Ethernet address will be used.
129
Ethernet address will be used.
128
.It Fl S Ar hostname ether_addr
130
.It Fl S
129
Is just like
131
Is just like
130
.Fl s
132
.Fl s
131
except any existing
133
except any existing
132
.Tn ARP
134
.Tn ARP
133
entry for this host will be deleted first.
135
entry for the host named
136
.Ar hostname
137
will be deleted first.
134
.It Fl f
138
.It Fl f
135
Causes the file
139
Causes the file
136
.Ar filename
140
.Ar filename
Lines 146-151 Link Here
146
.Ed
150
.Ed
147
.Pp
151
.Pp
148
with argument meanings as given above.
152
with argument meanings as given above.
153
There is no support for comments in the file.
149
.El
154
.El
150
.Sh SEE ALSO
155
.Sh SEE ALSO
151
.Xr inet 3 ,
156
.Xr inet 3 ,

Return to bug 32662