diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:30:14 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:30:14 +0100 |
commit | 63a0d519bcdb02b226023b1c07343bc52791a677 (patch) | |
tree | 090ac1b90ba681334cbfc6a6565d5a875142f57e /sys/man/8 | |
parent | 4e91e4a2dbab9d79e1047cfc2094a438561b5a21 (diff) |
dhcpd(8), ndb(6): group related ndb attributes together
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/dhcpd | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/man/8/dhcpd b/sys/man/8/dhcpd index ab3807c6b..082a28114 100644 --- a/sys/man/8/dhcpd +++ b/sys/man/8/dhcpd @@ -112,7 +112,7 @@ Attributes come from either the NDB entry for the system, the entry for its subnet, or the entry for its network. The system entry has precedence, then the subnet, then the network. The NDB attributes used are: -.TF ipmask +.TF rootserver .TP .B ip the IP address @@ -160,8 +160,17 @@ the default boot file; see .IR ndb (6) .TP +.B tftp +the TFTP server to fetch +.I bootf +from +.TP +.B rootpath +the NFS root for unix machines +.TP .B rootserver -used by Unix machines for boot NFS server +the NFS server used with +.I rootpath .TP .B vendor Specific vendor attribute for dhcp and bootp |