Sort sections.

This commit is contained in:
wiz 2016-04-04 13:29:12 +00:00
parent 386cb828c3
commit 4120986a4e
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: route.4,v 1.26 2016/04/04 07:37:07 ozaki-r Exp $
.\" $NetBSD: route.4,v 1.27 2016/04/04 13:29:12 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -349,6 +349,9 @@ Flags for IPv6 addresses:
#define IN6_IFF_AUTOCONF 0x40 /* autoconfigurable address. */
#define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */
.Ed
.Sh SEE ALSO
.Xr socket 2 ,
.Xr sysctl 3
.Sh HISTORY
Since
.Nx 8.0 ,
@ -364,6 +367,3 @@ and
.Cm RTF_LLDATA
appeared in
.Nx 8.0 .
.Sh SEE ALSO
.Xr socket 2 ,
.Xr sysctl 3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: arp.4,v 1.11 2016/04/04 07:37:08 ozaki-r Exp $
.\" $NetBSD: arp.4,v 1.12 2016/04/04 13:32:37 wiz Exp $
.\"
.\" Copyright (c) 1985, 1986, 1988, 1994
.\" The Regents of the University of California. All rights reserved.
@ -91,10 +91,6 @@ mapping requests for its own Internet address with a different Ethernet
address, generally indicating that two hosts are attempting to use the
same Internet address.
.El
.Sh HISTORY
Since
.Nx 8.0 ,
the ARP cache was not stored in the routing table.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr route 4 ,
@ -113,3 +109,7 @@ the ARP cache was not stored in the routing table.
.%B "Trailer Encapsulations"
.%T RFC 893
.Re
.Sh HISTORY
Since
.Nx 8.0 ,
the ARP cache was not stored in the routing table.