diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
| commit | 3f162cb85dafb6f4c8537b3e606c2ccdaa12a424 (patch) | |
| tree | a6b4b2576ebd3b2a11ee774c4c4c22866c4c05b5 /libexec/bootpd | |
| parent | 4690560d06982b398ace1f6da555bfad95e82024 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/bootpd.8 | 9 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.8 | 3 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.8 | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index b06b4f6ec8fe4..e6ab9a8baf665 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 78fc41b025135..841b01cd4ff6f 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 08e19a32917de..e6e48843f437d 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 |
