mdoc(7) police: use the new features of the Nm macro.
This commit is contained in:
parent
a304568fd9
commit
760819894e
@ -9,7 +9,7 @@
|
|||||||
.Nm bootpd , bootpgw
|
.Nm bootpd , bootpgw
|
||||||
.Nd Internet Boot Protocol server/gateway
|
.Nd Internet Boot Protocol server/gateway
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm bootpd
|
.Nm
|
||||||
.Op Fl i
|
.Op Fl i
|
||||||
.Op Fl s
|
.Op Fl s
|
||||||
.Op Fl t Ar timeout
|
.Op Fl t Ar timeout
|
||||||
@ -33,7 +33,7 @@ RFC951, RFC1532, and RFC1533.
|
|||||||
implements a simple BOOTP gateway which can be used to forward
|
implements a simple BOOTP gateway which can be used to forward
|
||||||
requests and responses between clients on one subnet and a
|
requests and responses between clients on one subnet and a
|
||||||
BOOTP server (i.e.
|
BOOTP server (i.e.
|
||||||
.Nm Ns )
|
.Nm )
|
||||||
on another subnet. While either
|
on another subnet. While either
|
||||||
.Nm
|
.Nm
|
||||||
or
|
or
|
||||||
@ -120,7 +120,7 @@ or
|
|||||||
.Fl d
|
.Fl d
|
||||||
4 will set the debugging level to 4.
|
4 will set the debugging level to 4.
|
||||||
For compatibility with older versions of
|
For compatibility with older versions of
|
||||||
.Nm Ns ,
|
.Nm ,
|
||||||
omitting the numeric parameter (i.e. just
|
omitting the numeric parameter (i.e. just
|
||||||
.Fl d Ns )
|
.Fl d Ns )
|
||||||
will simply increment the debug level by one.
|
will simply increment the debug level by one.
|
||||||
@ -138,23 +138,23 @@ This option is not recognized by
|
|||||||
.It Fl i
|
.It Fl i
|
||||||
Force inetd mode. This option is obsolete, but remains for
|
Force inetd mode. This option is obsolete, but remains for
|
||||||
compatibility with older versions of
|
compatibility with older versions of
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.It Fl s
|
.It Fl s
|
||||||
Force standalone mode. This option is obsolete, but remains for
|
Force standalone mode. This option is obsolete, but remains for
|
||||||
compatibility with older versions of
|
compatibility with older versions of
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.It Ar bootptab
|
.It Ar bootptab
|
||||||
Specify the name of the configuration file from which
|
Specify the name of the configuration file from which
|
||||||
.Nm
|
.Nm
|
||||||
loads its database of known clients and client options
|
loads its database of known clients and client options
|
||||||
.Pf ( Nm bootpd
|
.No ( Nm
|
||||||
only).
|
only).
|
||||||
.It Ar dumpfile
|
.It Ar dumpfile
|
||||||
Specify the name of the file that
|
Specify the name of the file that
|
||||||
.Nm
|
.Nm
|
||||||
will dump its internal database into when it receives a
|
will dump its internal database into when it receives a
|
||||||
SIGUSR1 signal
|
SIGUSR1 signal
|
||||||
.Pf ( Nm bootpd
|
.No ( Nm
|
||||||
only). This option is only recognized if
|
only). This option is only recognized if
|
||||||
.Nm
|
.Nm
|
||||||
was compiled with the -DDEBUG flag.
|
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
|
.Bl -tag -width /tmp/bootpd.dump -compact
|
||||||
.It Pa /etc/bootptab
|
.It Pa /etc/bootptab
|
||||||
Database file read by
|
Database file read by
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.It Pa /tmp/bootpd.dump
|
.It Pa /tmp/bootpd.dump
|
||||||
Debugging dump file created by
|
Debugging dump file created by
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.It Pa /etc/services
|
.It Pa /etc/services
|
||||||
Internet service numbers.
|
Internet service numbers.
|
||||||
.It Pa /tftpboot
|
.It Pa /tftpboot
|
||||||
Current directory typically used by the TFTP server and
|
Current directory typically used by the TFTP server and
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.El
|
.El
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Individual host entries must not exceed 1024 characters.
|
Individual host entries must not exceed 1024 characters.
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm comsat
|
.Nm comsat
|
||||||
.Nd biff server
|
.Nd biff server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm comsat
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Comsat
|
.Nm Comsat
|
||||||
is the server process which receives reports of incoming mail
|
is the server process which receives reports of incoming mail
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm fingerd
|
.Nm fingerd
|
||||||
.Nd remote user information server
|
.Nd remote user information server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm fingerd
|
.Nm
|
||||||
.Op Fl s
|
.Op Fl s
|
||||||
.Op Fl l
|
.Op Fl l
|
||||||
.Op Fl p Ar filename
|
.Op Fl p Ar filename
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
.Nd
|
.Nd
|
||||||
Internet File Transfer Protocol server
|
Internet File Transfer Protocol server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm ftpd
|
.Nm
|
||||||
.Op Fl 4
|
.Op Fl 4
|
||||||
.Op Fl 6
|
.Op Fl 6
|
||||||
.Op Fl d
|
.Op Fl d
|
||||||
@ -110,7 +110,7 @@ logs all anonymous file downloads to the file
|
|||||||
when this file exists.
|
when this file exists.
|
||||||
.It Fl U
|
.It Fl U
|
||||||
In previous versions of
|
In previous versions of
|
||||||
.Nm Ns ,
|
.Nm ,
|
||||||
when a passive mode client requested a data connection to the server,
|
when a passive mode client requested a data connection to the server,
|
||||||
the server would use data ports in the range 1024..4999. Now, by default,
|
the server would use data ports in the range 1024..4999. Now, by default,
|
||||||
the server will use data ports in the range 49152..65535. Specifying this
|
the server will use data ports in the range 49152..65535. Specifying this
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm getty
|
.Nm getty
|
||||||
.Nd set terminal mode
|
.Nd set terminal mode
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm getty
|
.Nm
|
||||||
.Oo
|
.Oo
|
||||||
.Ar type
|
.Ar type
|
||||||
.Op Ar tty
|
.Op Ar tty
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm gettytab
|
.Nm gettytab
|
||||||
.Nd terminal configuration data base
|
.Nd terminal configuration data base
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm gettytab
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm makekey
|
.Nm makekey
|
||||||
.Nd make encrypted keys or passwords
|
.Nd make encrypted keys or passwords
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm makekey
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Makekey
|
.Nm Makekey
|
||||||
encrypts a key and salt which it reads from the standard input
|
encrypts a key and salt which it reads from the standard input
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
.Nm mknetid
|
.Nm mknetid
|
||||||
.Nd "generate netid map data"
|
.Nd "generate netid map data"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm mknetid
|
.Nm
|
||||||
.Op Fl q
|
.Op Fl q
|
||||||
.Op Fl g Ar group_file
|
.Op Fl g Ar group_file
|
||||||
.Op Fl p Ar passwd_file
|
.Op Fl p Ar passwd_file
|
||||||
@ -122,7 +122,7 @@ flag may be used to override it.
|
|||||||
the Makefile that calls
|
the Makefile that calls
|
||||||
.Nm yp_mkdb
|
.Nm yp_mkdb
|
||||||
and
|
and
|
||||||
.Nm mknetid
|
.Nm
|
||||||
to build the
|
to build the
|
||||||
.Tn NIS
|
.Tn NIS
|
||||||
databases
|
databases
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
.Nm pppoed
|
.Nm pppoed
|
||||||
.Nd handle incoming PPP over Ethernet connections
|
.Nd handle incoming PPP over Ethernet connections
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm pppoed
|
.Nm
|
||||||
.Op Fl Fd
|
.Op Fl Fd
|
||||||
.Op Fl P Ar pidfile
|
.Op Fl P Ar pidfile
|
||||||
.Op Fl a Ar name
|
.Op Fl a Ar name
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
.Nm rbootd
|
.Nm rbootd
|
||||||
.Nd HP remote boot server
|
.Nd HP remote boot server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rbootd
|
.Nm
|
||||||
.Op Fl ad
|
.Op Fl ad
|
||||||
.Op Fl i Ar interface
|
.Op Fl i Ar interface
|
||||||
.Op config_file
|
.Op config_file
|
||||||
|
@ -37,10 +37,10 @@
|
|||||||
.Nm revnetgroup
|
.Nm revnetgroup
|
||||||
.Nd "generate reverse netgroup data"
|
.Nd "generate reverse netgroup data"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm revnetgroup
|
.Nm
|
||||||
.Fl u
|
.Fl u
|
||||||
.Op Fl f Ar netgroup_file
|
.Op Fl f Ar netgroup_file
|
||||||
.Nm revnetgroup
|
.Nm
|
||||||
.Fl h
|
.Fl h
|
||||||
.Op Fl f Ar netgroup_file
|
.Op Fl f Ar netgroup_file
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
@ -132,7 +132,7 @@ to read from the standard input.
|
|||||||
the Makefile that calls
|
the Makefile that calls
|
||||||
.Nm yp_mkdb
|
.Nm yp_mkdb
|
||||||
and
|
and
|
||||||
.Nm revnetgroup
|
.Nm
|
||||||
to build the
|
to build the
|
||||||
.Tn NIS
|
.Tn NIS
|
||||||
databases
|
databases
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm rexecd
|
.Nm rexecd
|
||||||
.Nd remote execution server
|
.Nd remote execution server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rexecd
|
.Nm
|
||||||
.Op Fl i
|
.Op Fl i
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Rexecd
|
.Nm Rexecd
|
||||||
@ -96,7 +96,7 @@ and the command line is passed to the normal login
|
|||||||
shell of the user. The
|
shell of the user. The
|
||||||
shell inherits the network connections established
|
shell inherits the network connections established
|
||||||
by
|
by
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.El
|
.El
|
||||||
.Sh CAVEATS
|
.Sh CAVEATS
|
||||||
.Nm Rexecd
|
.Nm Rexecd
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm rlogind
|
.Nm rlogind
|
||||||
.Nd remote login server
|
.Nd remote login server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rlogind
|
.Nm
|
||||||
.Op Fl Daln
|
.Op Fl Daln
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Rlogind
|
.Nm Rlogind
|
||||||
@ -49,7 +49,7 @@ program. The server provides a remote login facility
|
|||||||
with authentication based on privileged port numbers from trusted hosts.
|
with authentication based on privileged port numbers from trusted hosts.
|
||||||
.Pp
|
.Pp
|
||||||
Options supported by
|
Options supported by
|
||||||
.Nm Ns :
|
.Nm :
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl D
|
.It Fl D
|
||||||
Set TCP_NODELAY socket option. This improves responsiveness at the expense of
|
Set TCP_NODELAY socket option. This improves responsiveness at the expense of
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm rshd
|
.Nm rshd
|
||||||
.Nd remote shell server
|
.Nd remote shell server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rshd
|
.Nm
|
||||||
.Op Fl alnDL
|
.Op Fl alnDL
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
@ -148,7 +148,7 @@ and the command line is passed to the normal login
|
|||||||
shell of the user. The
|
shell of the user. The
|
||||||
shell inherits the network connections established
|
shell inherits the network connections established
|
||||||
by
|
by
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
Transport-level keepalive messages are enabled unless the
|
Transport-level keepalive messages are enabled unless the
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.Nm talkd
|
.Nm talkd
|
||||||
.Nd remote user communication server
|
.Nd remote user communication server
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm talkd
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Talkd
|
.Nm Talkd
|
||||||
is the server that notifies a user that someone else wants to
|
is the server that notifies a user that someone else wants to
|
||||||
|
@ -159,7 +159,7 @@ information, plus some additional information
|
|||||||
about what processing is going on.
|
about what processing is going on.
|
||||||
.It Cm netdata
|
.It Cm netdata
|
||||||
Display the data stream received by
|
Display the data stream received by
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.It Cm ptydata
|
.It Cm ptydata
|
||||||
Display data written to the pty.
|
Display data written to the pty.
|
||||||
.It Cm exercise
|
.It Cm exercise
|
||||||
@ -321,7 +321,7 @@ It disables the use of
|
|||||||
authentication, and
|
authentication, and
|
||||||
can be used to temporarily disable
|
can be used to temporarily disable
|
||||||
a specific authentication type without having to recompile
|
a specific authentication type without having to recompile
|
||||||
.Nm Ns .
|
.Nm .
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Nm Telnetd
|
.Nm Telnetd
|
||||||
|
@ -93,7 +93,7 @@ relative filename requests.
|
|||||||
The
|
The
|
||||||
.Fl s
|
.Fl s
|
||||||
option provides additional security by changing
|
option provides additional security by changing
|
||||||
.Nm tftpd Ns No 's
|
.Nm Ns No 's
|
||||||
root directory, thereby prohibiting accesses outside of the specified
|
root directory, thereby prohibiting accesses outside of the specified
|
||||||
.Ar directory .
|
.Ar directory .
|
||||||
Because
|
Because
|
||||||
|
@ -188,7 +188,7 @@ if the master server is also running
|
|||||||
.Fx .
|
.Fx .
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
The following options and flags are supported by
|
The following options and flags are supported by
|
||||||
.Nm Ns :
|
.Nm :
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl f
|
.It Fl f
|
||||||
Force a map transfer. Normally,
|
Force a map transfer. Normally,
|
||||||
|
Loading…
Reference in New Issue
Block a user