summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootpef/bootpef.8
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/tools/bootpef/bootpef.8')
-rw-r--r--libexec/bootpd/tools/bootpef/bootpef.889
1 files changed, 49 insertions, 40 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8
index f7f5dce..78fc41b 100644
--- a/libexec/bootpd/tools/bootpef/bootpef.8
+++ b/libexec/bootpd/tools/bootpef/bootpef.8
@@ -1,54 +1,63 @@
.\" $FreeBSD$
.\"
.\" 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 December 4, 1993
+.Dt BOOTPEF 8
+.Os
+.Sh NAME
+.Nm bootpef
+.Nd "BOOTP Extension File compiler"
+.Sh SYNOPSIS
+.Bk -words
+.Nm
+.Op Fl c Ar chdir\-path
+.Op Fl d Ar debug\-level
+.Op Fl f Ar config\-file
+.Op Ar client\-name ...
+.Ek
+.Sh DESCRIPTION
+.Nm
builds the
-.I Extension Path
-files described by RFC 1497 (tag 18).
+.Em "Extension Path"
+files described by
+.%T "RFC 1497"
+(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 indent
+.It Fl c Ar chdir\-path
Sets the current directory used by
-.I bootpef
-while creating extension files. This is useful when the
+.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
+For example,
+.Fl d Ar 4
+will set the debugging level to 4.
+.It Fl f Ar config\-file
Set 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
-
-
+.El
+.Sh SEE ALSO
+.Xr bootpd 8 ,
+.Xr tftpd 8
+.Rs
+.%O RFC951
+.%T "BOOTSTRAP PROTOCOL (BOOTP)"
+.Re
+.Rs
+.%O RFC1497
+.%T "BOOTP Vendor Information Extensions"
+.Re
OpenPOWER on IntegriCloud