Commit 2bbc0ab8 authored by Jiri Popelka's avatar Jiri Popelka

arp(8): part of a sentence was missing

also fix fonts of some keywords
parent 293bec6d
...@@ -115,7 +115,7 @@ Tell the user what is going on by being verbose. ...@@ -115,7 +115,7 @@ Tell the user what is going on by being verbose.
shows numerical addresses instead of trying to determine symbolic host, port shows numerical addresses instead of trying to determine symbolic host, port
or user names. or user names.
.TP .TP
.B "\-H type, \-\-hw\-type type, \-t type" \fB\-H\fI type\fR, \fB\-\-hw\-type\fI type\fR, \fB\-t\fI type\fR
When setting or reading the ARP cache, this optional parameter tells When setting or reading the ARP cache, this optional parameter tells
.B arp .B arp
which class of entries it should check for. The default value of which class of entries it should check for. The default value of
...@@ -142,7 +142,7 @@ Instead of a hw_addr, the given argument is the name of an interface. ...@@ -142,7 +142,7 @@ Instead of a hw_addr, the given argument is the name of an interface.
.B arp .B arp
will use the MAC address of that interface for the table entry. This is usually the best option to set up a proxy ARP entry to yourself. will use the MAC address of that interface for the table entry. This is usually the best option to set up a proxy ARP entry to yourself.
.TP .TP
.B "\-i If, \-\-device If" \fB\-i\fI If\fR, \fB\-\-device\fI If\fR
Select an interface. When dumping the ARP cache only entries matching Select an interface. When dumping the ARP cache only entries matching
the specified interface will be printed. When setting a permanent or the specified interface will be printed. When setting a permanent or
.B temp .B temp
...@@ -166,15 +166,16 @@ for details. Also the ...@@ -166,15 +166,16 @@ for details. Also the
option which is available for delete and set operations cannot be option which is available for delete and set operations cannot be
used with 2.4 and newer kernels. used with 2.4 and newer kernels.
.TP .TP
.B "\-f filename, \-\-file filename" \fB\-f\fI filename\fR, \fB\-\-file\fI filename\fR
Similar to the Similar to the
.B \-s .B \-s
option, only this time the address info is taken from file option, only this time the address info is taken from file
.B filename .IR filename .
. This can be used if ARP entries for a lot of hosts have to be This can be used if ARP entries for a lot of hosts have to be
set up. The name of the data file is very often set up. The name of the data file is very often
.IR /etc/ethers , .IR /etc/ethers ,
but this is not official. If no filename is specified /etc/ethers but this is not official. If no filename is specified
.I /etc/ethers
is used as default. is used as default.
.sp 1 .sp 1
The format of the file is simple; it The format of the file is simple; it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment