From 760819894e021bfc2b6c5e86c54a68a7daa65f28 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 20 Nov 2000 14:42:24 +0000 Subject: [PATCH] mdoc(7) police: use the new features of the Nm macro. --- libexec/bootpd/bootpd.8 | 20 ++++++++++---------- libexec/comsat/comsat.8 | 2 +- libexec/fingerd/fingerd.8 | 2 +- libexec/ftpd/ftpd.8 | 4 ++-- libexec/getty/getty.8 | 2 +- libexec/getty/gettytab.5 | 2 +- libexec/makekey/makekey.8 | 2 +- libexec/mknetid/mknetid.8 | 4 ++-- libexec/pppoed/pppoed.8 | 2 +- libexec/rbootd/rbootd.8 | 2 +- libexec/revnetgroup/revnetgroup.8 | 6 +++--- libexec/rexecd/rexecd.8 | 4 ++-- libexec/rlogind/rlogind.8 | 4 ++-- libexec/rshd/rshd.8 | 4 ++-- libexec/talkd/talkd.8 | 2 +- libexec/telnetd/telnetd.8 | 4 ++-- libexec/tftpd/tftpd.8 | 2 +- libexec/ypxfr/ypxfr.8 | 2 +- 18 files changed, 35 insertions(+), 35 deletions(-) diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index 5630167d6cec..b4f212e727dc 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. diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index eb0d7d30cd0f..a7471de97a8a 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -39,7 +39,7 @@ .Nm comsat .Nd biff server .Sh SYNOPSIS -.Nm comsat +.Nm .Sh DESCRIPTION .Nm Comsat is the server process which receives reports of incoming mail diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index 8af1dd34c905..5360dac0d62b 100644 --- a/libexec/fingerd/fingerd.8 +++ b/libexec/fingerd/fingerd.8 @@ -39,7 +39,7 @@ .Nm fingerd .Nd remote user information server .Sh SYNOPSIS -.Nm fingerd +.Nm .Op Fl s .Op Fl l .Op Fl p Ar filename diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index fa3a3a8b6ffd..fc7608d1104a 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -40,7 +40,7 @@ .Nd Internet File Transfer Protocol server .Sh SYNOPSIS -.Nm ftpd +.Nm .Op Fl 4 .Op Fl 6 .Op Fl d @@ -110,7 +110,7 @@ logs all anonymous file downloads to the file when this file exists. .It Fl U In previous versions of -.Nm Ns , +.Nm , 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 will use data ports in the range 49152..65535. Specifying this diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index bd81c0422035..3faf1c643361 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -39,7 +39,7 @@ .Nm getty .Nd set terminal mode .Sh SYNOPSIS -.Nm getty +.Nm .Oo .Ar type .Op Ar tty diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index d44b1e03c3da..27753be72deb 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -39,7 +39,7 @@ .Nm gettytab .Nd terminal configuration data base .Sh SYNOPSIS -.Nm gettytab +.Nm .Sh DESCRIPTION The .Nm diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 9a85c22f19cb..f2751439e369 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -39,7 +39,7 @@ .Nm makekey .Nd make encrypted keys or passwords .Sh SYNOPSIS -.Nm makekey +.Nm .Sh DESCRIPTION .Nm Makekey encrypts a key and salt which it reads from the standard input diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index f5175769a13e..755c9a45f934 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -37,7 +37,7 @@ .Nm mknetid .Nd "generate netid map data" .Sh SYNOPSIS -.Nm mknetid +.Nm .Op Fl q .Op Fl g Ar group_file .Op Fl p Ar passwd_file @@ -122,7 +122,7 @@ flag may be used to override it. the Makefile that calls .Nm yp_mkdb and -.Nm mknetid +.Nm to build the .Tn NIS databases diff --git a/libexec/pppoed/pppoed.8 b/libexec/pppoed/pppoed.8 index c00a74404fb2..1d3d4b5e6b7d 100644 --- a/libexec/pppoed/pppoed.8 +++ b/libexec/pppoed/pppoed.8 @@ -32,7 +32,7 @@ .Nm pppoed .Nd handle incoming PPP over Ethernet connections .Sh SYNOPSIS -.Nm pppoed +.Nm .Op Fl Fd .Op Fl P Ar pidfile .Op Fl a Ar name diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index c18558d42f22..656d03ee45bd 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -50,7 +50,7 @@ .Nm rbootd .Nd HP remote boot server .Sh SYNOPSIS -.Nm rbootd +.Nm .Op Fl ad .Op Fl i Ar interface .Op config_file diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 62953e21de00..044f84d2e9f5 100644 --- a/libexec/revnetgroup/revnetgroup.8 +++ b/libexec/revnetgroup/revnetgroup.8 @@ -37,10 +37,10 @@ .Nm revnetgroup .Nd "generate reverse netgroup data" .Sh SYNOPSIS -.Nm revnetgroup +.Nm .Fl u .Op Fl f Ar netgroup_file -.Nm revnetgroup +.Nm .Fl h .Op Fl f Ar netgroup_file .Sh DESCRIPTION @@ -132,7 +132,7 @@ to read from the standard input. the Makefile that calls .Nm yp_mkdb and -.Nm revnetgroup +.Nm to build the .Tn NIS databases diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index e0dc588b19bd..574ef22457bb 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -39,7 +39,7 @@ .Nm rexecd .Nd remote execution server .Sh SYNOPSIS -.Nm rexecd +.Nm .Op Fl i .Sh DESCRIPTION .Nm Rexecd @@ -96,7 +96,7 @@ and the command line is passed to the normal login shell of the user. The shell inherits the network connections established by -.Nm Ns . +.Nm . .El .Sh CAVEATS .Nm Rexecd diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index dafe9b829101..ba178178d1c0 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -39,7 +39,7 @@ .Nm rlogind .Nd remote login server .Sh SYNOPSIS -.Nm rlogind +.Nm .Op Fl Daln .Sh DESCRIPTION .Nm Rlogind @@ -49,7 +49,7 @@ program. The server provides a remote login facility with authentication based on privileged port numbers from trusted hosts. .Pp Options supported by -.Nm Ns : +.Nm : .Bl -tag -width indent .It Fl D Set TCP_NODELAY socket option. This improves responsiveness at the expense of diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 4e41de6fb9a7..7b11dd010a9b 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -39,7 +39,7 @@ .Nm rshd .Nd remote shell server .Sh SYNOPSIS -.Nm rshd +.Nm .Op Fl alnDL .Sh DESCRIPTION The @@ -148,7 +148,7 @@ and the command line is passed to the normal login shell of the user. The shell inherits the network connections established by -.Nm Ns . +.Nm . .El .Pp Transport-level keepalive messages are enabled unless the diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 001b858f861e..3cf44238293d 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -39,7 +39,7 @@ .Nm talkd .Nd remote user communication server .Sh SYNOPSIS -.Nm talkd +.Nm .Sh DESCRIPTION .Nm Talkd is the server that notifies a user that someone else wants to diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 51c4fb634bda..2c0fe700e708 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -159,7 +159,7 @@ information, plus some additional information about what processing is going on. .It Cm netdata Display the data stream received by -.Nm Ns . +.Nm . .It Cm ptydata Display data written to the pty. .It Cm exercise @@ -321,7 +321,7 @@ It disables the use of authentication, and can be used to temporarily disable a specific authentication type without having to recompile -.Nm Ns . +.Nm . .El .Pp .Nm Telnetd diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 449bd33ac13b..f53229ddd3ef 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -93,7 +93,7 @@ relative filename requests. The .Fl s option provides additional security by changing -.Nm tftpd Ns No 's +.Nm Ns No 's root directory, thereby prohibiting accesses outside of the specified .Ar directory . Because diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index ce3413065ec5..65030aaed3af 100644 --- a/libexec/ypxfr/ypxfr.8 +++ b/libexec/ypxfr/ypxfr.8 @@ -188,7 +188,7 @@ if the master server is also running .Fx . .Sh OPTIONS The following options and flags are supported by -.Nm Ns : +.Nm : .Bl -tag -width indent .It Fl f Force a map transfer. Normally,