summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-07-06 19:19:48 +0000
committercharnier <charnier@FreeBSD.org>2002-07-06 19:19:48 +0000
commit9639b20db64d084fa58b75058a2bd896b1f743e1 (patch)
treea6b4b2576ebd3b2a11ee774c4c4c22866c4c05b5 /libexec/bootpd
parent26da445d07574246abb5617f3bb216069636355d (diff)
downloadFreeBSD-src-9639b20db64d084fa58b75058a2bd896b1f743e1.zip
FreeBSD-src-9639b20db64d084fa58b75058a2bd896b1f743e1.tar.gz
The .Nm utility
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpd.89
-rw-r--r--libexec/bootpd/tools/bootpef/bootpef.83
-rw-r--r--libexec/bootpd/tools/bootptest/bootptest.85
3 files changed, 11 insertions, 6 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8
index b06b4f6..e6ab9a8 100644
--- a/libexec/bootpd/bootpd.8
+++ b/libexec/bootpd/bootpd.8
@@ -26,11 +26,14 @@
.Op Fl d Ar level
.Ar server
.Sh DESCRIPTION
-.Nm Bootpd
+The
+.Nm
+utility
implements an Internet Bootstrap Protocol (BOOTP) server as defined in
RFC951, RFC1532, and RFC1533.
-.Nm Bootpgw
-implements a simple BOOTP gateway which can be used to forward
+The
+.Nm bootpgw
+utility implements a simple BOOTP gateway which can be used to forward
requests and responses between clients on one subnet and a
BOOTP server (i.e.\&
.Nm )
diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8
index 78fc41b..841b01c 100644
--- a/libexec/bootpd/tools/bootpef/bootpef.8
+++ b/libexec/bootpd/tools/bootpef/bootpef.8
@@ -16,8 +16,9 @@
.Op Ar client\-name ...
.Ek
.Sh DESCRIPTION
+The
.Nm
-builds the
+utility builds the
.Em "Extension Path"
files described by
.%T "RFC 1497"
diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8
index 08e19a3..e6e4884 100644
--- a/libexec/bootpd/tools/bootptest/bootptest.8
+++ b/libexec/bootpd/tools/bootptest/bootptest.8
@@ -15,8 +15,9 @@
.Ar server\-name
.Op Ar template\-file
.Sh DESCRIPTION
+The
.Nm
-sends BOOTP requests to the host specified as
+utility sends BOOTP requests to the host specified as
.Ar server\-name
at one\-second intervals until either a response is received,
or until ten requests have gone unanswered.
@@ -47,7 +48,7 @@ area of the request packet.
.Sh AUTHORS
The
.Nm
-program is a combination of original and derived works.
+utility is a combination of original and derived works.
The main program module
.Pq Pa bootptest.c
is original work by
OpenPOWER on IntegriCloud