Module Name: src
Committed By: joerg
Date: Fri May 14 18:52:54 UTC 2010
Modified Files:
src/share/man/man9: arp.9
Log Message:
Resort sections to canonical order
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/arp.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/arp.9
diff -u src/share/man/man9/arp.9:1.24 src/share/man/man9/arp.9:1.25
--- src/share/man/man9/arp.9:1.24 Tue Mar 10 11:56:48 2009
+++ src/share/man/man9/arp.9 Fri May 14 18:52:53 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: arp.9,v 1.24 2009/03/10 11:56:48 joerg Exp $
+.\" $NetBSD: arp.9,v 1.25 2010/05/14 18:52:53 joerg Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -120,6 +120,11 @@
.\" .Xr arc_ifattach 9
.Pp
Plummer, D., "RFC826", An Ethernet Address Resolution Protocol.
+.Sh STANDARDS
+RFC 826
+.Sh HISTORY
+Rewritten to support other than Ethernet link level addresses in
+.Nx 1.3 .
.Sh AUTHORS
.An UCB CSRG
(original implementation)
@@ -131,8 +136,3 @@
.Pa sys/netinet/if_inarp.h
and
.Pa sys/netinet/if_arp.c .
-.Sh STANDARDS
-RFC 826
-.Sh HISTORY
-Rewritten to support other than Ethernet link level addresses in
-.Nx 1.3 .