summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 14:42:24 +0000
committerru <ru@FreeBSD.org>2000-11-20 14:42:24 +0000
commitfda4c0a9900658f582331f89dfd90dd2bcfb4f66 (patch)
tree5a2d747773e51e63e3c896812a9a919a71606655 /libexec/bootpd
parent26c9ec6216eeb89fdb1cf655ab4272c100ada6f4 (diff)
downloadFreeBSD-src-fda4c0a9900658f582331f89dfd90dd2bcfb4f66.zip
FreeBSD-src-fda4c0a9900658f582331f89dfd90dd2bcfb4f66.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpd.820
1 files changed, 10 insertions, 10 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8
index 5630167..b4f212e 100644
--- a/libexec/bootpd/bootpd.8
+++ b/libexec/bootpd/bootpd.8
@@ -9,7 +9,7 @@
.Nm bootpd , bootpgw
.Nd Internet Boot Protocol server/gateway
.Sh SYNOPSIS
-.Nm bootpd
+.Nm
.Op Fl i
.Op Fl s
.Op Fl t Ar timeout
@@ -33,7 +33,7 @@ RFC951, RFC1532, and RFC1533.
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.
-.Nm Ns )
+.Nm )
on another subnet. While either
.Nm
or
@@ -120,7 +120,7 @@ or
.Fl d
4 will set the debugging level to 4.
For compatibility with older versions of
-.Nm Ns ,
+.Nm ,
omitting the numeric parameter (i.e. just
.Fl d Ns )
will simply increment the debug level by one.
@@ -138,23 +138,23 @@ This option is not recognized by
.It Fl i
Force inetd mode. This option is obsolete, but remains for
compatibility with older versions of
-.Nm Ns .
+.Nm .
.It Fl s
Force standalone mode. This option is obsolete, but remains for
compatibility with older versions of
-.Nm Ns .
+.Nm .
.It Ar bootptab
Specify the name of the configuration file from which
.Nm
loads its database of known clients and client options
-.Pf ( Nm bootpd
+.No ( Nm
only).
.It Ar dumpfile
Specify the name of the file that
.Nm
will dump its internal database into when it receives a
SIGUSR1 signal
-.Pf ( Nm bootpd
+.No ( Nm
only). This option is only recognized if
.Nm
was compiled with the -DDEBUG flag.
@@ -234,15 +234,15 @@ then the values default to bootps=67 and bootpc=68.
.Bl -tag -width /tmp/bootpd.dump -compact
.It Pa /etc/bootptab
Database file read by
-.Nm Ns .
+.Nm .
.It Pa /tmp/bootpd.dump
Debugging dump file created by
-.Nm Ns .
+.Nm .
.It Pa /etc/services
Internet service numbers.
.It Pa /tftpboot
Current directory typically used by the TFTP server and
-.Nm Ns .
+.Nm .
.El
.Sh BUGS
Individual host entries must not exceed 1024 characters.
OpenPOWER on IntegriCloud