diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
| commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
| tree | aa7324a24491215cb462cf95382795f1649d10b6 /libexec/bootpd | |
| parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/bootpd.8 | 8 | ||||
| -rw-r--r-- | libexec/bootpd/bootptab.5 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index fa30a2e6b492e..82c7b40c4170c 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -32,7 +32,7 @@ RFC951, RFC1532, and RFC1533. .Nm Bootpgw 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. +BOOTP server (i.e.\& .Nm ) on another subnet. While either .Nm @@ -132,7 +132,7 @@ useful when client boot files are specified as relative pathnames, and .Nm needs to use the same current directory as the TFTP server (typically -.Pa /tftpboot Ns ). +.Pa /tftpboot ) . This option is not recognized by .Nm bootpgw . .It Fl i @@ -189,7 +189,7 @@ the client has been waiting for at least three seconds. When .Nm is started it reads a configuration file, (normally -.Pa /etc/bootptab Ns ) +.Pa /etc/bootptab ) that initializes the internal database of known clients and client options. This internal database is reloaded from the configuration file when @@ -221,7 +221,7 @@ During initialization, both programs determine the UDP port numbers to be used by calling .Xr getservbyname 3 (which normally uses -.Pa /etc/services Ns ). +.Pa /etc/services ) . Two service names (and port numbers) are used: .Pp .Dl bootps BOOTP Server listening port diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index 30c9d09197816..b6fee66203c07 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -33,7 +33,7 @@ default values used by other entries via the mechanism. Most tags must be followed by an equals-sign and a value as above. Some may also appear in a boolean form with no value (i.e. -.Em :tg: Ns ). +.Em :tg: ) . The currently recognized tags are: .Pp .Bl -tag -width xxx -compact |
