aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-03-25 16:00:56 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-03-25 16:00:56 +0000
commit12afe06c06846b49eab319388a689123dd7860a4 (patch)
treedbe9b4470af7195ad940bc288cb0ea4b23dc7c8c /libexec
parent0d1723240053e99843509ab1ab0ff00449eeba74 (diff)
downloadsrc-12afe06c06846b49eab319388a689123dd7860a4.tar.gz
src-12afe06c06846b49eab319388a689123dd7860a4.zip
Make sure sections are sorted into conventional order.
Notes
Notes: svn path=/head/; revision=233466
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/bootpd.834
1 files changed, 17 insertions, 17 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8
index b3818589017a..78afa37756b6 100644
--- a/libexec/bootpd/bootpd.8
+++ b/libexec/bootpd/bootpd.8
@@ -263,9 +263,21 @@ Internet service numbers.
Current directory typically used by the TFTP server and
.Nm .
.El
-.Sh BUGS
-Individual host entries must not exceed 1024 characters.
-.Sh CREDITS
+.Sh "SEE ALSO"
+.Xr bootptab 5 ,
+.Xr inetd 8 ,
+.Xr tftpd 8
+.Pp
+DARPA Internet Request For Comments:
+.Bl -tag -width RFC1533 -compact
+.It RFC951
+Bootstrap Protocol
+.It RFC1532
+Clarifications and Extensions for the Bootstrap Protocol
+.It RFC1533
+DHCP Options and BOOTP Vendor Extensions
+.El
+.Sh AUTHORS
This distribution is currently maintained by
.An Walter L. Wimer Aq walt+@cmu.edu .
.Pp
@@ -294,17 +306,5 @@ Enhancements and bug-fixes have been contributed by:
.An Jim McKim Aq mckim@lerc.nasa.gov
.An Gordon W. Ross Aq gwr@mc.com
.An Jason Zions Aq jazz@hal.com .
-.Sh "SEE ALSO"
-.Xr bootptab 5 ,
-.Xr inetd 8 ,
-.Xr tftpd 8
-.Pp
-DARPA Internet Request For Comments:
-.Bl -tag -width RFC1533 -compact
-.It RFC951
-Bootstrap Protocol
-.It RFC1532
-Clarifications and Extensions for the Bootstrap Protocol
-.It RFC1533
-DHCP Options and BOOTP Vendor Extensions
-.El
+.Sh BUGS
+Individual host entries must not exceed 1024 characters.