summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/bootpef.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/bootpef.8')
-rw-r--r--usr.sbin/bootpd/bootpef.886
1 files changed, 46 insertions, 40 deletions
diff --git a/usr.sbin/bootpd/bootpef.8 b/usr.sbin/bootpd/bootpef.8
index 0f0b1fc7b43..edd725f8092 100644
--- a/usr.sbin/bootpd/bootpef.8
+++ b/usr.sbin/bootpd/bootpef.8
@@ -1,52 +1,58 @@
.\" bootpef.8
-.TH BOOTPEF 8 "4 Dec 1993" "MAINTENANCE COMMANDS"
-.SH NAME
-bootpef \- BOOTP Extension File compiler
-.SH SYNOPSIS
-.LP
-.B bootpef
-.RI [ "-c chdir" ]
-.RI [ "-d debug-level" ]
-.RI [ "-f config-file" ]
-.RI [ client-name " [...]]"
-.SH DESCRIPTION
-.B bootpef
+.Dd 12 June, 1999
+.Os
+.Dt BOOTPEF 8
+.Sh NAME
+.Nm bootpef
+.Nd BOOTP Extension File compiler
+.Sh SYNOPSIS
+.Nm bootpef
+.Op Fl c Ar chdir
+.Op Fl d Ar debug-level
+.Op Fl f Ar config-file
+.Op Ar client-name Op Ar ...
+.Sh DESCRIPTION
+.Nm
builds the
-.I Extension Path
-files described by RFC 1497 (tag 18).
+.Sy Extension Path
+files described by
+.Tn RFC 2132
+(tag 18).
If any
-.I client-name
+.Ar client-name
arguments are specified, then
-.I bootpef
+.Nm
compiles the extension files for only those clients.
-.SH OPTIONS
-.TP
-.BI \-c \ chdir\-path
+.Sh OPTIONS
+.Bl -tag -width "-d debug-level"
+.It Fl c Ar chdir-path
Sets the current directory used by
-.I bootpef
+.Nm
while creating extension files. This is useful when the
extension file names are specified as relative pathnames, and
-.I bootpef
+.Nm
needs to use the same current directory as the TFTP server
-(typically /tftpboot).
-.TP
-.BI \-d \ debug\-level
+(typically
+.Pa /tftpboot ) .
+.It Fl d Ar debug-level
Sets the
-.I debug\-level
+.Ar debug-level
variable that controls the amount of debugging messages generated.
-For example, -d4 or -d 4 will set the debugging level to 4.
-.TP
-.BI \-f \ config\-file
-Set the name of the config file that specifies the option
+For example,
+.Fl d Ns 4
+or
+.Fl d No 4
+will set the debugging level to 4.
+.It Fl f Ar config-file
+Sets the name of the config file that specifies the option
data to be sent to each client.
-.SH "SEE ALSO"
-bootpd(8), tftpd(8)
-.SH REFERENCES
-.TP
-RFC951
-BOOTSTRAP PROTOCOL (BOOTP)
-.TP
-RFC1497
-BOOTP Vendor Information Extensions
-
-
+.Sh SEE ALSO
+.Xr bootpd 8 ,
+.Xr tftpd 8
+.Pp
+.Bl -tag -width "RFC 2132" -compact
+.It Tn RFC 951
+Bootstrap Protocol (BOOTP),
+.It RFC 2132
+DHCP Options and BOOTP Vendor Extensions
+.El