Do not Xr RFCS; give more details for RFCs in SEE ALSO; formatting improvements.

This commit is contained in:
wiz 2002-01-15 01:24:10 +00:00
parent 145034b1e6
commit df84324971

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bah.4,v 1.13 2001/10/28 18:47:03 wiz Exp $
.\" $NetBSD: bah.4,v 1.14 2002/01/15 01:24:10 wiz Exp $
.\"
.\" Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -68,10 +68,7 @@ it does not employ the address resolution protocol described in
.Xr arp 4
to dynamically map between Internet and Ethernet addresses on the local
network. Instead, it uses the least significant 8 bits of the IP address
as hardware address, as described in
.Xr RFC 1051
and
.Xr RFC 1201 .
as hardware address, as described in RFC 1051 and RFC 1201.
.Pp
With the IFF_LINK0 flag cleared, IP and ARP encoding is done according to the
deprecated, but popular among Amiga users, RFC 1051 encoding (that
@ -103,16 +100,32 @@ Ameristar's ARCnet card, manufacturer\ 1053, product\ 9
.Xr arp 4 ,
.Xr inet 4 ,
.Xr intro 4 ,
.Xr ifconfig 8 ,
.Xr RFC1051
,
.Xr RFC1201
,
.Xr RFC2497
.br
.Xr ifconfig 8
.Rs
.%J RFC
.%N 1051
.%D March 1988
.%T "Standard for the transmission of IP datagrams and ARP packets over ARCNET networks."
.%A P.A. Prindeville
.Re
.Rs
.%J RFC
.%N 1201
.%T "Transmitting IP traffic over ARCNET networks."
.%A D. Provan
.%D February 1991
.Re
.Rs
.%J RFC
.%N 2497
.%T "Transmission of IPv6 Packets over ARCnet Networks."
.%A I. Souvatzis
.%D January 1999
.Re
.Pp
ARCnet Packet Header Definition Standard, Novell Inc., 1989
.Sh STANDARDS
RFC 1051 / RFC1201 with ARP, or without, using direct mapping of lower 8 IP
RFC 1051/RFC1201 with ARP, or without, using direct mapping of lower 8 IP
address bits instead.
.Sh HISTORY
The
@ -123,4 +136,4 @@ interface first appeared in
ARP support was added in
.Nx 1.3 .
.Sh AUTHORS
Ignatios Souvatzis
.An Ignatios Souvatzis