Whitespace nits.

This commit is contained in:
wiz 2002-01-19 03:05:58 +00:00
parent 776f7c2e1e
commit 302fd23037
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: arp.4,v 1.5 2000/10/17 12:23:03 kleink Exp $
.\" $NetBSD: arp.4,v 1.6 2002/01/19 03:05:58 wiz Exp $
.\"
.\" Copyright (c) 1985, 1986, 1988, 1994
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,7 @@ It is used by all the Ethernet interface drivers.
It is not specific to Internet protocols or to Ethernet,
but this implementation currently supports only that combination.
.Pp
ARP caches Internet-Ethernet address mappings.
ARP caches Internet-Ethernet address mappings.
When an interface requests a mapping for an address not in the cache,
ARP queues the message which requires the mapping and broadcasts
a message on the associated network requesting the address mapping.
@ -125,4 +125,3 @@ same Internet address.
.%B "Trailer Encapsulations"
.%T RFC893
.Re

View File

@ -1,4 +1,4 @@
.\" $NetBSD: arp.8,v 1.12 2001/04/24 23:11:06 atatat Exp $
.\" $NetBSD: arp.8,v 1.13 2002/01/19 03:06:07 wiz Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,7 @@
.Fl a
.Nm ""
.Op Fl v
.Fl d
.Fl d
.Op Ar -a|hostname
.Nm ""
.Fl s Ar hostname ether_addr
@ -94,19 +94,19 @@ Create an
.Tn ARP
entry for the host called
.Ar hostname
with the Ethernet address
with the Ethernet address
.Ar ether_addr .
The Ethernet address is given as six hex bytes separated by colons.
The entry will be permanent unless the word
.Ar temp
is given in the command.
is given in the command.
If the word
.Ar pub
is given, the entry will be "published"; i.e., this system will
act as an
.Tn ARP
server,
responding to requests for
responding to requests for
.Ar hostname
even though the host address is not its own.
.It Fl f