diff options
| -rw-r--r-- | sys/man/6/ndb | 6 | ||||
| -rw-r--r-- | sys/man/8/dhcpd | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/man/6/ndb b/sys/man/6/ndb index 9289de21f..a4d45750d 100644 --- a/sys/man/6/ndb +++ b/sys/man/6/ndb @@ -189,6 +189,12 @@ file to download for initial bootstrap; .B /386/9bootpxe to boot a PC via PXE. .TP +.B vendor +Specific vendor attribute for dhcp and bootp +.TP +.B rootserver +used by Unix machines for boot NFS server +.TP .B tftp an TFTP server to use for PXE bootstrap .TP diff --git a/sys/man/8/dhcpd b/sys/man/8/dhcpd index b61c5abdb..ab3807c6b 100644 --- a/sys/man/8/dhcpd +++ b/sys/man/8/dhcpd @@ -160,8 +160,11 @@ the default boot file; see .IR ndb (6) .TP -.B swap +.B rootserver used by Unix machines for boot NFS server +.TP +.B vendor +Specific vendor attribute for dhcp and bootp .PD .PP .I Dhcpd |
