diff options
author | Jiri Popelka <jpopelka@redhat.com> | 2012-10-04 12:38:31 +0200 |
---|---|---|
committer | Jiri Popelka <jpopelka@redhat.com> | 2012-10-05 10:55:05 +0200 |
commit | 2bbc0ab8b4139c8ac5bbf361b480fb286765f913 (patch) | |
tree | 0e11a52684ea8a4f28afe8300b65c212e7eae0c3 | |
parent | 293bec6d24f7316328887b988e11484fdb2fd21b (diff) | |
download | net-tools-2bbc0ab8b4139c8ac5bbf361b480fb286765f913.tar.gz net-tools-2bbc0ab8b4139c8ac5bbf361b480fb286765f913.tar.bz2 net-tools-2bbc0ab8b4139c8ac5bbf361b480fb286765f913.zip |
arp(8): part of a sentence was missing
also fix fonts of some keywords
-rw-r--r-- | man/en_US/arp.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/en_US/arp.8 b/man/en_US/arp.8 index db4e47a..9cd911d 100644 --- a/man/en_US/arp.8 +++ b/man/en_US/arp.8 @@ -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 or user names. .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 .B arp 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. .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. .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 the specified interface will be printed. When setting a permanent or .B temp @@ -166,15 +166,16 @@ for details. Also the option which is available for delete and set operations cannot be used with 2.4 and newer kernels. .TP -.B "\-f filename, \-\-file filename" +\fB\-f\fI filename\fR, \fB\-\-file\fI filename\fR Similar to the .B \-s option, only this time the address info is taken from file -.B filename -. This can be used if ARP entries for a lot of hosts have to be +.IR filename . +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 .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. .sp 1 The format of the file is simple; it |