diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1 index 16adc3fc8f14..3958f20fbe36 100644 --- a/contrib/telnet/telnet/telnet.1 +++ b/contrib/telnet/telnet/telnet.1 @@ -41,7 +41,7 @@ .Tn TELNET protocol .Sh SYNOPSIS -.Nm telnet +.Nm .Op Fl 8EFKLNacdfrx .Op Fl S Ar tos .Op Fl X Ar authtype @@ -56,18 +56,18 @@ protocol .Oc .Sh DESCRIPTION The -.Nm telnet +.Nm command is used to communicate with another host using the .Tn TELNET protocol. If -.Nm telnet +.Nm is invoked without the .Ar host argument, it enters command mode, indicated by its prompt -.Pq Nm telnet\&> . +.Pq Dq Li telnet\&> . In this mode, it accepts and executes the commands listed below. If it is invoked with arguments, it performs an .Ic open @@ -133,7 +133,7 @@ toggle to .It Fl e Ar escape char Sets the initial .Nm -.Nm telnet +.Nm escape character to .Ar escape char. If @@ -193,7 +193,7 @@ of a remote host. .It Ar port Indicates a port number (address of an application). If a number is not specified, the default -.Nm telnet +.Nm port is used. .El .Pp @@ -203,12 +203,12 @@ Similarly, the line ~^Z suspends the telnet session. The line ~^] escapes to the normal telnet escape prompt. .Pp Once a connection has been opened, -.Nm telnet +.Nm will attempt to enable the .Dv TELNET LINEMODE option. If this fails, then -.Nm telnet +.Nm will revert to one of two input modes: either \*(Lqcharacter at a time\*(Rq or \*(Lqold line by line\*(Rq @@ -280,14 +280,14 @@ and .Ic intr ) . .Pp While connected to a remote host, -.Nm telnet +.Nm command mode may be entered by typing the -.Nm telnet +.Nm \*(Lqescape character\*(Rq (initially \*(Lq^]\*(Rq). When in command mode, the normal terminal editing conventions are available. .Pp The following -.Nm telnet +.Nm commands are available. Only enough of each command to uniquely identify it need be typed (this is also true for arguments to the @@ -543,7 +543,7 @@ command. Open a connection to the named host. If no port number is specified, -.Nm telnet +.Nm will attempt to contact a .Tn TELNET server at the default port. @@ -559,7 +559,7 @@ to be passed to the remote system via the .Ev ENVIRON option. When connecting to a non-standard port, -.Nm telnet +.Nm omits any automatic initiation of .Tn TELNET options. When the port number is preceded by a minus sign, @@ -573,16 +573,16 @@ without white space are the start of a machine entry. The first thing on the line is the name of the machine that is being connected to. The rest of the line, and successive lines that begin with white space are assumed to be -.Nm telnet +.Nm commands and are processed as if they had been typed in manually to the -.Nm telnet +.Nm command prompt. .It Ic quit Close any open .Tn TELNET session and exit -.Nm telnet . +.Nm . An end of file (in command mode) will also close a session and exit. .It Ic send Ar arguments Sends one or more special character sequences to the remote host. @@ -639,7 +639,7 @@ Sends the sequence. .It Ic escape Sends the current -.Nm telnet +.Nm escape character (initially \*(Lq^\*(Rq). .It Ic ga Sends the @@ -711,7 +711,7 @@ command. The .Ic set command will set any one of a number of -.Nm telnet +.Nm variables to a specific value or to .Dv TRUE . The special value @@ -757,7 +757,7 @@ of entered characters (for normal processing), and suppressing echoing of entered characters (for entering, say, a password). .It Ic eof If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Rq mode, entering this character @@ -768,7 +768,7 @@ The initial value of the eof character is taken to be the terminal's character. .It Ic erase If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -777,7 +777,7 @@ mode (see below), .Sy and if -.Nm telnet +.Nm is operating in \*(Lqcharacter at a time\*(Rq mode, then when this character is typed, a .Dv TELNET EC @@ -792,14 +792,14 @@ the terminal's character. .It Ic escape This is the -.Nm telnet +.Nm escape character (initially \*(Lq^[\*(Rq) which causes entry into -.Nm telnet +.Nm command mode (when connected to a remote system). .It Ic flushoutput If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -832,7 +832,7 @@ the forwarding characters are taken from the terminal's eol and eol2 characters. .It Ic interrupt If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -854,7 +854,7 @@ the terminal's character. .It Ic kill If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -863,7 +863,7 @@ mode (see below), .Ic and if -.Nm telnet +.Nm is operating in \*(Lqcharacter at a time\*(Rq mode, then when this character is typed, a .Dv TELNET EL @@ -878,7 +878,7 @@ the terminal's character. .It Ic lnext If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -891,7 +891,7 @@ the terminal's character. .It Ic quit If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -913,7 +913,7 @@ the terminal's character. .It Ic reprint If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -960,7 +960,7 @@ the terminal's character. .It Ic susp If -.Nm telnet +.Nm is in .Ic localchars mode, or @@ -990,7 +990,7 @@ will be written. If it is set to then tracing information will be written to standard output (the default). .It Ic worderase If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -1041,7 +1041,7 @@ the local side, the local side will switch to the remote value. Switch to the local defaults for the special characters. The local default characters are those of the local terminal at the time when -.Nm telnet +.Nm was started. .It Ic import Switch to the remote defaults for the special characters. @@ -1056,7 +1056,7 @@ command. .El .It Ic status Show the current status of -.Nm telnet . +.Nm . This includes the peer one is connected to, as well as the current mode. .It Ic toggle Ar arguments ... @@ -1065,7 +1065,7 @@ Toggle (between and .Dv FALSE ) various flags that control how -.Nm telnet +.Nm responds to events. These flags may be set explicitly to .Dv TRUE @@ -1100,7 +1100,7 @@ characters are recognized (and transformed into sequences; see .Ic set above for details), -.Nm telnet +.Nm refuses to display any data on the user's terminal until the remote system acknowledges (via a .Dv TELNET TIMING MARK @@ -1273,7 +1273,7 @@ The initial value for this toggle is .Dv FALSE . .It Ic options Toggles the display of some internal -.Nm telnet +.Nm protocol processing (having to do with .Tn TELNET options). @@ -1323,7 +1323,7 @@ commands. .El .It Ic z Suspend -.Nm telnet . +.Nm . This command only works when the user is using the .Xr csh 1 . .It Ic \&! Op Ar command @@ -1334,10 +1334,10 @@ is omitted, then an interactive subshell is invoked. .It Ic \&? Op Ar command Get help. With no arguments, -.Nm telnet +.Nm prints a help summary. If a command is specified, -.Nm telnet +.Nm will print the help information for just that command. .El .Sh ENVIRONMENT diff --git a/contrib/telnet/telnetd/telnetd.8 b/contrib/telnet/telnetd/telnetd.8 index 875f8469b2eb..38c791e47fc6 100644 --- a/contrib/telnet/telnetd/telnetd.8 +++ b/contrib/telnet/telnetd/telnetd.8 @@ -170,7 +170,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 @@ -332,7 +332,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/crypto/telnet/telnet/telnet.1 b/crypto/telnet/telnet/telnet.1 index 16adc3fc8f14..3958f20fbe36 100644 --- a/crypto/telnet/telnet/telnet.1 +++ b/crypto/telnet/telnet/telnet.1 @@ -41,7 +41,7 @@ .Tn TELNET protocol .Sh SYNOPSIS -.Nm telnet +.Nm .Op Fl 8EFKLNacdfrx .Op Fl S Ar tos .Op Fl X Ar authtype @@ -56,18 +56,18 @@ protocol .Oc .Sh DESCRIPTION The -.Nm telnet +.Nm command is used to communicate with another host using the .Tn TELNET protocol. If -.Nm telnet +.Nm is invoked without the .Ar host argument, it enters command mode, indicated by its prompt -.Pq Nm telnet\&> . +.Pq Dq Li telnet\&> . In this mode, it accepts and executes the commands listed below. If it is invoked with arguments, it performs an .Ic open @@ -133,7 +133,7 @@ toggle to .It Fl e Ar escape char Sets the initial .Nm -.Nm telnet +.Nm escape character to .Ar escape char. If @@ -193,7 +193,7 @@ of a remote host. .It Ar port Indicates a port number (address of an application). If a number is not specified, the default -.Nm telnet +.Nm port is used. .El .Pp @@ -203,12 +203,12 @@ Similarly, the line ~^Z suspends the telnet session. The line ~^] escapes to the normal telnet escape prompt. .Pp Once a connection has been opened, -.Nm telnet +.Nm will attempt to enable the .Dv TELNET LINEMODE option. If this fails, then -.Nm telnet +.Nm will revert to one of two input modes: either \*(Lqcharacter at a time\*(Rq or \*(Lqold line by line\*(Rq @@ -280,14 +280,14 @@ and .Ic intr ) . .Pp While connected to a remote host, -.Nm telnet +.Nm command mode may be entered by typing the -.Nm telnet +.Nm \*(Lqescape character\*(Rq (initially \*(Lq^]\*(Rq). When in command mode, the normal terminal editing conventions are available. .Pp The following -.Nm telnet +.Nm commands are available. Only enough of each command to uniquely identify it need be typed (this is also true for arguments to the @@ -543,7 +543,7 @@ command. Open a connection to the named host. If no port number is specified, -.Nm telnet +.Nm will attempt to contact a .Tn TELNET server at the default port. @@ -559,7 +559,7 @@ to be passed to the remote system via the .Ev ENVIRON option. When connecting to a non-standard port, -.Nm telnet +.Nm omits any automatic initiation of .Tn TELNET options. When the port number is preceded by a minus sign, @@ -573,16 +573,16 @@ without white space are the start of a machine entry. The first thing on the line is the name of the machine that is being connected to. The rest of the line, and successive lines that begin with white space are assumed to be -.Nm telnet +.Nm commands and are processed as if they had been typed in manually to the -.Nm telnet +.Nm command prompt. .It Ic quit Close any open .Tn TELNET session and exit -.Nm telnet . +.Nm . An end of file (in command mode) will also close a session and exit. .It Ic send Ar arguments Sends one or more special character sequences to the remote host. @@ -639,7 +639,7 @@ Sends the sequence. .It Ic escape Sends the current -.Nm telnet +.Nm escape character (initially \*(Lq^\*(Rq). .It Ic ga Sends the @@ -711,7 +711,7 @@ command. The .Ic set command will set any one of a number of -.Nm telnet +.Nm variables to a specific value or to .Dv TRUE . The special value @@ -757,7 +757,7 @@ of entered characters (for normal processing), and suppressing echoing of entered characters (for entering, say, a password). .It Ic eof If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Rq mode, entering this character @@ -768,7 +768,7 @@ The initial value of the eof character is taken to be the terminal's character. .It Ic erase If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -777,7 +777,7 @@ mode (see below), .Sy and if -.Nm telnet +.Nm is operating in \*(Lqcharacter at a time\*(Rq mode, then when this character is typed, a .Dv TELNET EC @@ -792,14 +792,14 @@ the terminal's character. .It Ic escape This is the -.Nm telnet +.Nm escape character (initially \*(Lq^[\*(Rq) which causes entry into -.Nm telnet +.Nm command mode (when connected to a remote system). .It Ic flushoutput If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -832,7 +832,7 @@ the forwarding characters are taken from the terminal's eol and eol2 characters. .It Ic interrupt If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -854,7 +854,7 @@ the terminal's character. .It Ic kill If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -863,7 +863,7 @@ mode (see below), .Ic and if -.Nm telnet +.Nm is operating in \*(Lqcharacter at a time\*(Rq mode, then when this character is typed, a .Dv TELNET EL @@ -878,7 +878,7 @@ the terminal's character. .It Ic lnext If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -891,7 +891,7 @@ the terminal's character. .It Ic quit If -.Nm telnet +.Nm is in .Ic localchars mode (see @@ -913,7 +913,7 @@ the terminal's character. .It Ic reprint If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -960,7 +960,7 @@ the terminal's character. .It Ic susp If -.Nm telnet +.Nm is in .Ic localchars mode, or @@ -990,7 +990,7 @@ will be written. If it is set to then tracing information will be written to standard output (the default). .It Ic worderase If -.Nm telnet +.Nm is operating in .Dv LINEMODE or \*(Lqold line by line\*(Lq mode, then this character is taken to @@ -1041,7 +1041,7 @@ the local side, the local side will switch to the remote value. Switch to the local defaults for the special characters. The local default characters are those of the local terminal at the time when -.Nm telnet +.Nm was started. .It Ic import Switch to the remote defaults for the special characters. @@ -1056,7 +1056,7 @@ command. .El .It Ic status Show the current status of -.Nm telnet . +.Nm . This includes the peer one is connected to, as well as the current mode. .It Ic toggle Ar arguments ... @@ -1065,7 +1065,7 @@ Toggle (between and .Dv FALSE ) various flags that control how -.Nm telnet +.Nm responds to events. These flags may be set explicitly to .Dv TRUE @@ -1100,7 +1100,7 @@ characters are recognized (and transformed into sequences; see .Ic set above for details), -.Nm telnet +.Nm refuses to display any data on the user's terminal until the remote system acknowledges (via a .Dv TELNET TIMING MARK @@ -1273,7 +1273,7 @@ The initial value for this toggle is .Dv FALSE . .It Ic options Toggles the display of some internal -.Nm telnet +.Nm protocol processing (having to do with .Tn TELNET options). @@ -1323,7 +1323,7 @@ commands. .El .It Ic z Suspend -.Nm telnet . +.Nm . This command only works when the user is using the .Xr csh 1 . .It Ic \&! Op Ar command @@ -1334,10 +1334,10 @@ is omitted, then an interactive subshell is invoked. .It Ic \&? Op Ar command Get help. With no arguments, -.Nm telnet +.Nm prints a help summary. If a command is specified, -.Nm telnet +.Nm will print the help information for just that command. .El .Sh ENVIRONMENT diff --git a/crypto/telnet/telnetd/telnetd.8 b/crypto/telnet/telnetd/telnetd.8 index 875f8469b2eb..38c791e47fc6 100644 --- a/crypto/telnet/telnetd/telnetd.8 +++ b/crypto/telnet/telnetd/telnetd.8 @@ -170,7 +170,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 @@ -332,7 +332,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/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 4736657c8356..70da99d3beb4 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -37,19 +37,19 @@ .Nd manually manipulate the IPsec SA/SP database. .\" .Sh SYNOPSIS -.Nm setkey +.Nm .Op Fl dv .Fl c -.Nm setkey +.Nm .Op Fl dv .Fl f Ar filename -.Nm setkey +.Nm .Op Fl adPlv .Fl D -.Nm setkey +.Nm .Op Fl dPv .Fl F -.Nm setkey +.Nm .Op Fl h .Fl x .\" diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8 index c9e5946aab7e..814e2e276700 100644 --- a/usr.sbin/IPXrouted/IPXrouted.8 +++ b/usr.sbin/IPXrouted/IPXrouted.8 @@ -40,7 +40,7 @@ .Nm IPXrouted .Nd IPX Routing Information Protocol daemon .Sh SYNOPSIS -.Nm IPXrouted +.Nm .Op Fl N .Op Fl q .Op Fl s @@ -48,7 +48,7 @@ .Op Fl t .Op Ar logfile .Sh DESCRIPTION -.Nm IPXrouted +.Nm is invoked at boot time to manage the IPX routing tables. The IPX routing daemon uses the Novell IPX Routing Information Protocol in maintaining up to date kernel routing @@ -64,25 +64,25 @@ Do not supply routing information (opposite of option below). .It Fl s Forces -.Nm IPXrouted +.Nm to supply routing information whether it is acting as an internetwork router or not. .It Fl S Do not supply Service Advertizing Protocol -.Nm (SAP) +(SAP) information. The default is to supply -.Nm SAP +SAP information. .It Fl t All packets sent or received are printed on the standard output. In addition, -.Nm IPXrouted +.Nm will not divorce itself from the controlling terminal so that interrupts from the keyboard will kill the process. .It Ar logfile Name of file in which -.Nm IPXrouted Ns 's +.Nm Ns 's actions should be logged. This log contains information about any changes to the routing tables and a history of recent messages sent and received which are related to @@ -90,7 +90,7 @@ the changed route. .El .Pp In normal operation -.Nm IPXrouted +.Nm listens for routing information packets. If the host is connected to multiple IPX networks, it periodically supplies copies @@ -98,7 +98,7 @@ of its routing tables to any directly connected hosts and networks. .Pp When -.Nm IPXrouted +.Nm is started, it uses the .Dv SIOCGIFCONF .Xr ioctl 2 @@ -110,7 +110,7 @@ system and marked is ignored). If multiple interfaces are present, it is assumed the host will forward packets between networks. -.Nm IPXrouted +.Nm then transmits a .Em request packet on each interface (using a broadcast packet if @@ -124,7 +124,7 @@ packets from other hosts. When a .Em request packet is received, -.Nm IPXrouted +.Nm formulates a reply based on the information maintained in its internal tables. The .Em response @@ -140,7 +140,7 @@ route returned provides a metric .Pp .Em Response packets received by -.Nm IPXrouted +.Nm are used to update the routing tables if one of the following conditions is satisfied: .Bl -bullet @@ -165,7 +165,7 @@ to decide this. .El .Pp When an update is applied, -.Nm IPXrouted +.Nm records the change in its internal tables and generates a .Em response packet to all directly connected hosts and networks. @@ -175,7 +175,7 @@ of time (no more than 30 seconds) before modifying the kernel's routing tables to allow possible unstable situations to settle. .Pp In addition to processing incoming packets, -.Nm IPXrouted +.Nm also periodically checks the routing table entries. If an entry has not been updated for 3 minutes, the entry's metric is set to infinity and marked for deletion. Deletions are delayed @@ -187,7 +187,7 @@ routing tables every 30 seconds to all directly connected hosts and networks. .Pp If -.Nm IPXrouted +.Nm receives a SIGINFO signal the current contents of the RIP and SAP tables are appended to the file /var/log/ipxrouted.dmp. .Sh SEE ALSO diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index f78fb8d9c2c5..40b656d4555a 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -37,7 +37,7 @@ .Nm ac .Nd connect time accounting .Sh SYNOPSIS -.Nm ac +.Nm .Op Fl dp .\".Op Fl c Ar console .Op Fl t Ar tty diff --git a/usr.sbin/accton/accton.8 b/usr.sbin/accton/accton.8 index 17ee6741ef0c..d457052331da 100644 --- a/usr.sbin/accton/accton.8 +++ b/usr.sbin/accton/accton.8 @@ -7,7 +7,7 @@ .Nm accton .Nd enable/disable system accounting .Sh SYNOPSIS -.Nm accton +.Nm .Op Ar acctfile .Sh DESCRIPTION The diff --git a/usr.sbin/acpi/acpidump/acpidump.8 b/usr.sbin/acpi/acpidump/acpidump.8 index a9919bd1fa9f..bb48afbc44b4 100644 --- a/usr.sbin/acpi/acpidump/acpidump.8 +++ b/usr.sbin/acpi/acpidump/acpidump.8 @@ -36,10 +36,10 @@ .Nm acpidump .Nd dump ACPI tables .Sh SYNOPSIS -.Nm acpidump -.Nm acpidump +.Nm +.Nm .Op Fl o Ar dsdt_file_for_output -.Nm acpidump +.Nm .Op Fl f Ar dsdt_file_for_input .Sh DESCRIPTION The @@ -108,7 +108,7 @@ outputs DSDT, it disassembles the AML data and translates them into ASL. .Sh OPTIONS The following options are supported by -.Nm Ns : +.Nm : .Bl -tag -width indent .It Fl o Ar dsdt_file_for_output Stores DSDT data block from physical memory into a file specified in diff --git a/usr.sbin/acpi/amldb/amldb.8 b/usr.sbin/acpi/amldb/amldb.8 index bcfa01c8f1f7..db692a8a3637 100644 --- a/usr.sbin/acpi/amldb/amldb.8 +++ b/usr.sbin/acpi/amldb/amldb.8 @@ -36,7 +36,7 @@ .Nd executing and debugging AML interpreter .Pq with DSDT files .Sh SYNOPSIS -.Nm amldb +.Nm .Op Fl dhst .Ar dsdt_file ... .Sh DESCRIPTION @@ -204,12 +204,12 @@ occurs as the beginning of word with the specified number of characters. .It Cm h .Em Show help messsage: Displays the command summary of -.Nm amldb . +.Nm . .El .Pp .Sh OPTIONS Exactly one of the following options must be specified. Otherwise, -.Nm amldb +.Nm shows its usage and terminates. .Bl -tag -width indent .It Fl d @@ -230,7 +230,7 @@ DSDT data file is read. .El .Sh EXAMPLES The following is an example including, invoking the -.Nm amldb , +.Nm , searching .Li _PRS .Pq Possible Resource Settings diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 461ac17a3f92..c1c3f4f0dfef 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -31,7 +31,7 @@ .Nm adduser .Nd command for adding new users .Sh SYNOPSIS -.Nm adduser +.Nm .Bk -words .Op Fl check_only .Op Fl class Ar login_class diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index d3b76489b186..3743fa4496a2 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/adduser/rmuser.8 @@ -33,7 +33,7 @@ .Nm rmuser .Nd removes users from the system .Sh SYNOPSIS -.Nm rmuser +.Nm .Op Fl y .Op Ar username .Sh DESCRIPTION diff --git a/usr.sbin/ancontrol/ancontrol.8 b/usr.sbin/ancontrol/ancontrol.8 index 85c64285fb33..a5d6799fd02b 100644 --- a/usr.sbin/ancontrol/ancontrol.8 +++ b/usr.sbin/ancontrol/ancontrol.8 @@ -37,65 +37,65 @@ .Nm ancontrol .Nd configure Aironet 4500/4800 devices .Sh SYNOPSIS -.Nm ancontrol +.Nm .Fl i Ar iface Fl A -.Nm ancontrol +.Nm .Fl i Ar iface Fl N -.Nm ancontrol +.Nm .Fl i Ar iface Fl S -.Nm ancontrol +.Nm .Fl i Ar iface Fl I -.Nm ancontrol +.Nm .Fl i Ar iface Fl T -.Nm ancontrol +.Nm .Fl i Ar iface Fl C -.Nm ancontrol +.Nm .Fl i Ar iface Fl t Ar 0|1|2|3|4 -.Nm ancontrol +.Nm .Fl i Ar iface Fl s Ar 0|1|2|3 -.Nm ancontrol +.Nm .Fl i Ar iface .Op Fl v Ar 1|2|3|4 .Fl a Ar AP -.Nm ancontrol +.Nm .Fl i Ar iface Fl b Ar beacon period -.Nm ancontrol +.Nm .Fl i Ar iface .Op v Ar 0|1 .Fl d Ar 0|1|2|3 -.Nm ancontrol +.Nm .Fl i Ar iface Fl e Ar 0|1 -.Nm ancontrol +.Nm .Fl i Ar iface .Op Fl v Ar 0|1 .Fl k Ar key -.Nm ancontrol +.Nm .Fl i Ar iface .Fl K Ar mode -.Nm ancontrol +.Nm .Fl i Ar iface .Fl W Ar mode -.Nm ancontrol +.Nm .Fl i Ar iface Fl j Ar netjoin timeout -.Nm ancontrol +.Nm .Fl i Ar iface Fl l Ar station name -.Nm ancontrol +.Nm .Fl i Ar iface Fl m Ar mac address -.Nm ancontrol +.Nm .Fl i Ar iface .Op Fl v Ar 1|2|3 .Fl n Ar SSID -.Nm ancontrol +.Nm .Fl i Ar iface Fl o Ar 0|1 -.Nm ancontrol +.Nm .Fl i Ar iface Fl p Ar tx power -.Nm ancontrol +.Nm .Fl i Ar iface Fl c Ar channel number -.Nm ancontrol +.Nm .Fl i Ar iface Fl f Ar fragmentation threshold -.Nm ancontrol +.Nm .Fl i Ar iface Fl r Ar RTS threshold -.Nm ancontrol +.Nm .Fl h .Sh DESCRIPTION The diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 6f1cb4f9d7e6..fc36deb43646 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -15,10 +15,10 @@ .Dt APM 8 .Os .Sh NAME -.Nm apm, zzz +.Nm apm , zzz .Nd control the APM BIOS and display its information .Sh SYNOPSIS -.Nm apm +.Nm .Op Fl ablstzZ .Op Fl d Ar enable .Op Fl e Ar enable @@ -34,12 +34,12 @@ displays the current status of APM on laptop PCs. suspends the system by controlling APM. .Pp The following options are available for -.Nm apm +.Nm (no options are available for .Nm zzz ). If no options are specified, -.Nm apm +.Nm displays information and current status of APM in verbose mode. If multiple display options are given, the values are displayed one per line in the order given here. @@ -117,9 +117,9 @@ It is equivalent to .El .Sh BUGS Some APM implementations do not support parameters needed by -.Nm apm . +.Nm . On such systems, -.Nm apm +.Nm displays them as unknown. .Pp Some APM implementations cannot handle events such as pushing the @@ -128,7 +128,7 @@ power button or closing the cover. On such implementations, the system be suspended .Ar only by using -.Nm apm +.Nm or .Nm zzz . .Sh NOTES diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index d7ef98d29687..d425bcc3a195 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -35,7 +35,7 @@ .Nm apmd .Nd Advanced Power Management monitor daemon .Sh SYNOPSIS -.Nm apmd +.Nm .Op Fl d .Op Fl f file .Op Fl v @@ -46,12 +46,12 @@ monitors the occurrence of the specified Advanced Power Management events and, if one of the events occurs, it executes the sequence of commands corresponding to the event. Only the events specified in the configuration file are notified to -.Nm apmd ; +.Nm ; all other events are ignored. For each event posted by the APM BIOS, -.Nm apmd +.Nm invokes the sequence of commands specified in the configuration file. When -.Nm apmd +.Nm is running with monitoring suspend/standby requests, the kernel will not process those requests. Therefore, if you wish action to be taken when these events @@ -63,7 +63,7 @@ recognizes the following runtime options: .Bl -tag -width -f_file .It Fl d Starts in debug mode. This causes -.Nm apmd +.Nm to execute in the foreground instead of in daemon mode. .It Fl f Ar file Specifies a different configuration file @@ -75,7 +75,7 @@ Verbose mode. .El .Pp When -.Nm apmd +.Nm starts, it reads the configuration file .Po .Pa /etc/apmd.conf @@ -86,7 +86,7 @@ When it terminates, the APM device driver automatically cancels monitored events. .Pp If the -.Nm apmd +.Nm process receives a SIGHUP, it will reread its configuration file and notify the APM device driver of any changes to its configuration. .Pp @@ -97,34 +97,34 @@ to issue .Xr ioctl 2 requests for monitoring events and for controlling the APM system. This device file is opened exclusively, so only a single -.Nm apmd +.Nm process can be running at any time. .Pp When -.Nm apmd +.Nm receives an APM event, it forks a child process to execute the commands specified in the configuration file and then continues listening for more events. The child process executes the commands specified, one at a time and in the order that they are listed. .Pp While -.Nm apmd +.Nm is processing the command list for SUSPEND/STANDBY requests, the APM kernel device driver issues notifications to APM BIOS once per second so that the BIOS knows that there are still some commands pending, and that it should not complete the request just yet. .Pp The -.Nm apmd +.Nm daemon creates the file .Pa /var/run/apmd.pid , and stores its process id there. This can be used to kill or reconfigure -.Nm apmd . +.Nm . .Sh CONFIGURATION FILE The structure of the -.Nm apmd +.Nm configuration file is quite simple. For example: .Pp .Bd -literal @@ -136,7 +136,7 @@ apm_event SUSPENDREQ { .Ed .Pp will cause -.Nm apmd +.Nm to receive the APM event .Ql SUSPENDREQ (which may be posted by an LCD close), run the @@ -162,7 +162,7 @@ valid event names: .Bl -item .It - Events ignored by the kernel if -.Nm apmd +.Nm is running: .Pp .Bl -tag -hang -width USERSUSPENDREQ -compact -offset indent @@ -177,7 +177,7 @@ only zzz should be specified in the command list. .El .It - Events passed to -.Nm apmd +.Nm after kernel handling: .Pp .Bl -tag -hang -width USERSUSPENDREQ -compact -offset indent @@ -190,7 +190,7 @@ after kernel handling: .El .Pp Other events will not be sent to -.Nm apmd . +.Nm . .El .Ed .It @@ -204,14 +204,14 @@ The command list for the event should be enclosed by .Ql { and .Ql } . -.Nm apmd +.Nm uses .Pa /bin/sh for double-quotation enclosed command execution, just as with .Xr system 3 . Each command is executed in order until the end of the list is reached or a command finishes with a non-zero status code. -.Nm apmd +.Nm will report any failed command's status code via .Xr syslog 3 and will then reject the request event posted by the APM BIOS. @@ -220,7 +220,7 @@ and will then reject the request event posted by the APM BIOS. Built-in functions .Bd -ragged -offset indent You can also specify -.Nm apmd +.Nm built-in functions instead of command lines. A built-in function name should be terminated with a semicolon, just as with a command line. @@ -292,6 +292,6 @@ and .An Nick Hilliard Aq nick@foobar.org . .Sh HISTORY The -.Nm apmd +.Nm command appeared in .Fx 3.3 . diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 1c6fb6712a37..ee309dc1fc8b 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -39,27 +39,27 @@ .Nm arp .Nd address resolution display and control .Sh SYNOPSIS -.Nm arp +.Nm .Op Fl n .Ar hostname -.Nm arp +.Nm .Op Fl n .Fl a -.Nm arp +.Nm .Fl d Ar hostname .Op Ar proxy -.Nm arp +.Nm .Fl d .Fl a -.Nm arp +.Nm .Fl s Ar hostname ether_addr .Op Ar temp .Op Ar pub -.Nm arp +.Nm .Fl S Ar hostname ether_addr .Op Ar temp .Op Ar pub -.Nm arp +.Nm .Fl f Ar filename .Sh DESCRIPTION The diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index 83027e63233b..be2127a8d0e8 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -31,7 +31,7 @@ .Nm boot0cfg .Nd boot manager installation/configuration utility .Sh SYNOPSIS -.Nm boot0cfg +.Nm .Op Fl Bv .Op Fl b Ar boot0 .Op Fl d Ar drive diff --git a/usr.sbin/btxld/btxld.8 b/usr.sbin/btxld/btxld.8 index 1510ba2a1aa6..1ab188aac629 100644 --- a/usr.sbin/btxld/btxld.8 +++ b/usr.sbin/btxld/btxld.8 @@ -31,7 +31,7 @@ .Nm btxld .Nd link editor for BTX clients .Sh SYNOPSIS -.Nm btxld +.Nm .Op Fl qv .Op Fl b Ar file .Op Fl E Ar address diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 5b3617ad4fc3..ad86abfb5940 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -34,7 +34,7 @@ .Nm burncd .Nd control the ATAPI CD-R/RW driver .Sh SYNOPSIS -.Nm burncd +.Nm .Op Fl f Ar device .Op Fl s Ar speed .Op Fl e @@ -115,7 +115,7 @@ The typical usage for burning a mixed mode CD-R: .Sh BUGS Probably, please report when found. .Sh HISTORY -.Nm burncd +.Nm is currently under development. The .Nm diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index 20b070439d9c..ce94ab8c84d8 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -7,7 +7,7 @@ .Nm cdcontrol .Nd compact disc control utility .Sh SYNOPSIS -.Nm cdcontrol +.Nm .Op Fl sv .Op Fl f Ar device .Op Ar command ... diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index b4d46b6d1b98..acee740c5511 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -42,7 +42,7 @@ .Nm chgrp .Nd change group .Sh SYNOPSIS -.Nm chgrp +.Nm .Op Fl fhv .Oo .Fl R diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index fcb0464859c6..0d9020d728a0 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -39,7 +39,7 @@ .Nm chown .Nd change file owner and group .Sh SYNOPSIS -.Nm chown +.Nm .Op Fl fhv .Oo .Fl R @@ -47,7 +47,7 @@ .Oc .Ar owner Ns Op Ar :group .Ar file ... -.Nm chown +.Nm .Op Fl fhv .Oo .Fl R diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index b51123e0bd87..5aaa51de584c 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -39,7 +39,7 @@ .Nm chroot .Nd change root directory .Sh SYNOPSIS -.Nm chroot +.Nm .Ar newroot .Op Ar command .Sh DESCRIPTION @@ -56,7 +56,7 @@ Note, or the shell are run as your real-user-id. .Sh ENVIRONMENT The following environment variable is referenced by -.Nm chroot : +.Nm : .Bl -tag -width SHELL .It Ev SHELL If set, diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1 index 2656f690cab8..997b6d17a01b 100644 --- a/usr.sbin/ckdist/ckdist.1 +++ b/usr.sbin/ckdist/ckdist.1 @@ -31,7 +31,7 @@ .Nm ckdist .Nd check software distributions .Sh SYNOPSIS -.Nm ckdist +.Nm .Bq Fl airsx .Bq Fl d Ar dir .Bq Fl n Ar name diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 8d4692e80d86..520d8377a762 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -39,7 +39,7 @@ .Nm config .Nd build system configuration files .Sh SYNOPSIS -.Nm config +.Nm .Op Fl gpr .Op Fl d Ar destdir .Ar SYSTEM_NAME @@ -137,7 +137,7 @@ definitions of the number of various devices that will be compiled into the system. .Pp After running -.Nm Ns , +.Nm , it is necessary to run .Dq Li make depend in the directory where the new makefile @@ -146,7 +146,7 @@ was created. prints a reminder of this when it completes. .Pp If any other error messages are produced by -.Nm Ns , +.Nm , the problems in the configuration file should be corrected and .Nm should be run again. diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index d43ea58c53a3..84d962ff50d5 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -24,7 +24,7 @@ .Nm cron .Nd daemon to execute scheduled commands (Vixie Cron) .Sh SYNOPSIS -.Nm cron +.Nm .Op Fl x Ar debugflag Ns Op ,... .Sh DESCRIPTION .Nm Cron diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index cfda0389fd8b..ed4aad96d172 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -24,10 +24,10 @@ .Nm crontab .Nd maintain crontab files for individual users (V3) .Sh SYNOPSIS -.Nm crontab +.Nm .Op Fl u Ar user .Ar file -.Nm crontab +.Nm .Op Fl u Ar user { .Fl l | diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1 index 30c40a78ff82..42357076246f 100644 --- a/usr.sbin/crunch/crunchgen/crunchgen.1 +++ b/usr.sbin/crunch/crunchgen/crunchgen.1 @@ -31,7 +31,7 @@ .Nm crunchgen .Nd generates build environment for a crunched binary .Sh SYNOPSIS -.Nm crunchgen +.Nm .Op Fl foql .Op Fl h Ar makefile-header-name .Op Fl m Ar makefile-name @@ -128,7 +128,7 @@ Lists the names this binary will respond to. Set the name of a file to be included at the beginning of the .Pa Makefile Ns s generated by -.Nm No . +.Nm . This is useful to define some make variables such as .Va RELEASE_CRUNCH or similar, which might affect the behaviour of @@ -285,7 +285,7 @@ have a symbol resolve. Only the .Ic objpaths parameter is actually needed by -.Nm No , +.Nm , but it is calculated from .Ic objdir and diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1 index 90f9792448f0..b1c8060c7878 100644 --- a/usr.sbin/crunch/crunchide/crunchide.1 +++ b/usr.sbin/crunch/crunchide/crunchide.1 @@ -31,7 +31,7 @@ .Nm crunchide .Nd hides symbol names from ld, for crunching programs together .Sh SYNOPSIS -.Nm crunchide +.Nm .Op Fl f Ar keep-list-file .Op Fl k Ar keep-symbol .Op Ar object-file ... diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index 9e82107cbd09..c4dda67d1801 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -19,7 +19,7 @@ .Nm ctm .Nd source code mirror program .Sh SYNOPSIS -.Nm ctm +.Nm .Op Fl cFklquv .Op Fl b Ar basedir .Op Fl B Ar backup-file @@ -106,7 +106,7 @@ and options are applied in order of appearance on the command line. The last filter that matched a given file name determines whether the file would be operated on or left alone by -.Nm ctm . +.Nm . .Nm Ctm will extract the file hierarchy below its working directory. Absolute @@ -270,7 +270,7 @@ flag. .Pa .ctm_status contains the sequence number of the last CTM delta applied. Changing or removing this file will greatly confuse -.Nm ctm . +.Nm . Using the .Fl e diff --git a/usr.sbin/dev_mkdb/dev_mkdb.8 b/usr.sbin/dev_mkdb/dev_mkdb.8 index 496b4845d1b0..097009feeb23 100644 --- a/usr.sbin/dev_mkdb/dev_mkdb.8 +++ b/usr.sbin/dev_mkdb/dev_mkdb.8 @@ -41,7 +41,7 @@ .Pa /dev database .Sh SYNOPSIS -.Nm dev_mkdb +.Nm .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/diskpart/diskpart.8 b/usr.sbin/diskpart/diskpart.8 index d4a11a42da69..4135734e9d25 100644 --- a/usr.sbin/diskpart/diskpart.8 +++ b/usr.sbin/diskpart/diskpart.8 @@ -39,7 +39,7 @@ .Nm diskpart .Nd calculate default disk partition sizes .Sh SYNOPSIS -.Nm diskpart +.Nm .Op Fl p .Op Fl d .Op Fl s Ar size diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index e19be6b65f05..49f8c1f4a327 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -42,18 +42,18 @@ .Nm edquota .Nd edit user quotas .Sh SYNOPSIS -.Nm edquota +.Nm .Op Fl u .Op Fl p Ar proto-username .Ar username ... -.Nm edquota +.Nm .Fl g .Op Fl p Ar proto-groupname .Ar groupname ... -.Nm edquota +.Nm .Fl t .Op Fl u -.Nm edquota +.Nm .Fl t .Fl g .Sh DESCRIPTION diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index dadd6dd93310..e3447b999657 100644 --- a/usr.sbin/elf2exe/elf2exe.8 +++ b/usr.sbin/elf2exe/elf2exe.8 @@ -18,7 +18,7 @@ .Nm elf2exe .Nd convert Alpha ELF executable to AlphaBIOS / ARCS format .Sh SYNOPSIS -.Nm elf2exe +.Nm .Ar infile .Ar outfile .Sh DESCRIPTION diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index fba5b5b0d963..e1f5c7e6aa56 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -32,24 +32,24 @@ .Nm extattrctl .Nd manage FFS extended attributes .Sh SYNOPSIS -.Nm extattrctl +.Nm .Cm start .Ar path -.Nm extattrctl +.Nm .Cm stop .Ar path -.Nm extattrctl +.Nm .Cm initattr .Op Fl f .Op Fl p Ar path .Ar attrsize .Ar attrfile -.Nm extattrctl +.Nm .Cm enable .Ar path .Ar attrname .Ar attrfile -.Nm extattrctl +.Nm .Cm disable .Ar path .Ar attrname diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index 91e8fae5711f..5b292de81c2b 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -63,7 +63,7 @@ destination. For example, if .Li 3ffe:0501:4819:ffff:: is reserved for -.Nm Ns , +.Nm , and the .Tn TCPv6 destination address is @@ -125,7 +125,7 @@ or other standard mechanisms. By specifying .Ar serverpath to -.Nm Ns , +.Nm , you can run local daemons on the router. .Nm will invoke local daemon at @@ -227,7 +227,7 @@ in .Xr inetd 8 . .Sh EXAMPLES Before invoking -.Nm Ns , +.Nm , .Xr faith 4 interface has to be configured properly. .Bd -literal -offset diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index f5adc0876cfc..2829a2b1f1d7 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -33,10 +33,10 @@ .Nm fdcontrol .Nd modify floppy disk parameters .Sh SYNOPSIS -.Nm fdcontrol +.Nm .Op Fl d Ar 0|1 .Ar device -.Nm fdcontrol +.Nm .Op Fl s .Ar device .Sh DESCRIPTION diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 7e944d5521fd..e979224eb1a2 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -31,7 +31,7 @@ .Nm fdformat .Nd format floppy disks .Sh SYNOPSIS -.Nm fdformat +.Nm .Op Fl q .Op Fl y .Op Fl v | Fl n @@ -39,7 +39,7 @@ .Op Fl c Ar cyls .Op Fl s Ar secs .Op Fl h Ar heads -.Nm fdformat +.Nm .Op Fl r Ar rate .Op Fl g Ar gap3len .Op Fl i Ar intleave @@ -66,7 +66,7 @@ to the Note that any geometry constraints of the device node .Pq minor device number are meaningless, since they're overridden by -.Nm Ns . +.Nm . .Pp The options are as follows: .Bl -tag -width 10n -offset indent diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index 834fcc09aa9b..a948c3284064 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -16,7 +16,7 @@ .Nm fdwrite .Nd format and write floppy disks .Sh SYNOPSIS -.Nm fdwrite +.Nm .Op Fl v .Op Fl y .Op Fl f Ar inputfile diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8 index 069552795676..75881d9db60f 100644 --- a/usr.sbin/getextattr/getextattr.8 +++ b/usr.sbin/getextattr/getextattr.8 @@ -32,7 +32,7 @@ .Nm getextattr .Nd retrieve a named extended attribute .Sh SYNOPSIS -.Nm getextattr +.Nm .Op Fl ls .Ar attrname .Ar filename ... diff --git a/usr.sbin/gifconfig/gifconfig.8 b/usr.sbin/gifconfig/gifconfig.8 index 6a4e491fd4ce..c8516248c47a 100644 --- a/usr.sbin/gifconfig/gifconfig.8 +++ b/usr.sbin/gifconfig/gifconfig.8 @@ -39,10 +39,10 @@ .Ar interface .Op Ar af .Op Ar physsrc physdest -.Nm gifconfig +.Nm .Ar interface .Ic delete -.Nm gifconfig +.Nm .Fl a .Sh DESCRIPTION .Nm diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 index eef204a18ded..2e0bc835a682 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 @@ -38,7 +38,7 @@ .Sh SYNOPSIS .Nm .Sh DESCRIPTION -.Nm dtmfdecode +.Nm is part of the isdn4bsd package and is used to detect DTMF tones in the audio stream. .Pp diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1 index effd29a89d33..ac1c3d295f93 100644 --- a/usr.sbin/i4b/g711conv/g711conv.1 +++ b/usr.sbin/i4b/g711conv/g711conv.1 @@ -42,7 +42,7 @@ .Op Fl A .Op Fl R .Sh DESCRIPTION -.Nm g711conv +.Nm is part of the isdn4bsd package and is used to convert between the A-Law and u-law formats as specified in ITU G.711. It is based on a freely available and freely usable reference implementation done by Sun Microsystems, Inc. diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8 index 273704e0a069..ead73c3300e1 100644 --- a/usr.sbin/i4b/isdnd/isdnd.8 +++ b/usr.sbin/i4b/isdnd/isdnd.8 @@ -35,7 +35,7 @@ .Nm isdnd .Nd isdn4bsd ISDN connection management daemon .Sh SYNOPSIS -.Nm isdnd +.Nm .Op Fl c Ar configfile .Op Fl d Ar debuglevel .Op Fl f @@ -59,12 +59,12 @@ The options are as follows: Use .Ar configfile as the name of the runtime configuration filename for -.Nm isdnd +.Nm instead of the default file .Li /etc/isdn/isdnd.rc . .It Fl d If debugging support is compiled into -.Nm isdnd +.Nm this option is used to specify the debugging level, or better which kind of debugging messages are displayed. The debugging level is the sum of the following values: @@ -103,7 +103,7 @@ disable displaying debug messages on the full-screen display. .Pp .It Fl f Specifying this option causes -.Nm isdnd +.Nm to enter the full-screen mode of operation. When operating in this mode, entering the control character .Em Control-L @@ -151,7 +151,7 @@ The exits after the printout is done. .It Fl F This option prevents -.Nm isdnd +.Nm to detach from the controlling tty and become a daemon. .It Fl r In conjunction with the @@ -159,7 +159,7 @@ In conjunction with the option, .Ar device specifies a terminal device which becomes the controlling tty for -.Nm isdnd +.Nm and on which the full-screen mode output is displayed. .It Fl s This option may be used to specify the logging facility in case @@ -176,7 +176,7 @@ options, .Ar terminaltype specifies a terminal type or termcap entry name (such as vt220) for the device used for -.Nm isdnd +.Nm full-screen output. This is useful if an unused (no getty running) tty line is used for full-screen output for which no .Li TERM @@ -337,7 +337,7 @@ facility) to be closed and reopened to make logfile rotation possible. .Sh ENVIRONMENT The following environment variables affect the execution of -.Nm isdnd : +.Nm : .Bl -tag -width Ds .It Ev TERM The terminal type when running in full-screen display mode. @@ -397,7 +397,7 @@ isdnd -d0xf9 -f -r /dev/ttyv3 -t vt100 .Ed .Pp will start -.Nm isdnd +.Nm with reasonable debugging messages enabled, full-screen mode of operation, full-screen display redirected to /dev/ttyv03 and using a termcap entry for vt100 on this display. diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8 index 75f18b041ca3..7643f3db97d8 100644 --- a/usr.sbin/i4b/isdndebug/isdndebug.8 +++ b/usr.sbin/i4b/isdndebug/isdndebug.8 @@ -49,7 +49,7 @@ .Op Fl C .Op Fl Q .Sh DESCRIPTION -.Nm isdndebug +.Nm is part of the isdn4bsd package and is used to control the level of debugging output of the isdn4bsd kernel part. Every layer of the isdn4bsd kernel uses a debugging mask which can be diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8 index 5236e99d61f3..db9a77b7b3c6 100644 --- a/usr.sbin/i4b/isdndecode/isdndecode.8 +++ b/usr.sbin/i4b/isdndecode/isdndecode.8 @@ -35,7 +35,7 @@ .Nm isdndecode .Nd isdn4bsd ISDN protocol decode utility .Sh SYNOPSIS -.Nm isdndecode +.Nm .Op Fl a .Op Fl b .Op Fl d @@ -52,7 +52,7 @@ .Op Fl R Ar unit .Op Fl T Ar unit .Sh DESCRIPTION -.Nm isdndecode +.Nm is part of the isdn4bsd package and is used to provide the user with a detailed mnemonic display of the layers 1, 2 and 3 protocol activities on the D channel and hex dump of the B channel(s) activities. diff --git a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 index 9b15a650a232..1a8aca0e1877 100644 --- a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 +++ b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 @@ -35,7 +35,7 @@ .Nm isdnmonitor .Nd isdn4bsd / isdnd remote monitoring tool .Sh SYNOPSIS -.Nm isdnmonitor +.Nm .Op Fl c .Op Fl d Ar debuglevel .Op Fl f Ar filename @@ -81,7 +81,7 @@ item to be executed or enter the capitalized character in the menu item description. .It Fl d If debugging support is compiled into -.Nm isdnmonitor +.Nm this option is used to specify the debugging level. .\" The debugging level is the sum of the .\" following values: @@ -118,7 +118,7 @@ disable displaying debug messages on the full-screen display. .Pp .It Fl f Specifying this option causes -.Nm isdnmonitor +.Nm to write its normal output and - if enabled - debugging output to a file which name is specified as the argument. .It Fl l @@ -126,7 +126,7 @@ is used to specify a Unix local domain socket name to be used for communication between .Xr isdnd 8 and -.Nm isdnmonitor . +.Nm . .It Fl h is used to specify a hostname or a dotted-quad IP address of a machine where an @@ -141,7 +141,7 @@ option. .Sh ENVIRONMENT The following environment variables affect the execution of -.Nm isdnmonitor : +.Nm : .Bl -tag -width Ds .It Ev TERM The terminal type when running in full-screen display mode. diff --git a/usr.sbin/i4b/isdnphone/isdnphone.8 b/usr.sbin/i4b/isdnphone/isdnphone.8 index c0060840d81f..4587947e56fd 100644 --- a/usr.sbin/i4b/isdnphone/isdnphone.8 +++ b/usr.sbin/i4b/isdnphone/isdnphone.8 @@ -41,7 +41,7 @@ .Op Fl n Ar number .Op Fl u Ar unit .Sh DESCRIPTION -.Nm isdnphone +.Nm is part of the isdn4bsd package and is used to handle dialing and hangup for the telephone control interfaces /dev/i4bteld. .Pp diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8 index 882592b95442..068c45cf9689 100644 --- a/usr.sbin/i4b/isdntel/isdntel.8 +++ b/usr.sbin/i4b/isdntel/isdntel.8 @@ -35,7 +35,7 @@ .Nm isdntel .Nd isdn4bsd telephone answering management utility .Sh SYNOPSIS -.Nm isdntel +.Nm .Op Fl a Ar aliasfile .Op Fl d Ar spooldir .Op Fl p Ar playcommand diff --git a/usr.sbin/i4b/isdntelctl/isdntelctl.8 b/usr.sbin/i4b/isdntelctl/isdntelctl.8 index ecdf0e5bd4fe..dd889a3e4eaa 100644 --- a/usr.sbin/i4b/isdntelctl/isdntelctl.8 +++ b/usr.sbin/i4b/isdntelctl/isdntelctl.8 @@ -43,7 +43,7 @@ .Op Fl U .Op Fl N .Sh DESCRIPTION -.Nm isdntelctl +.Nm is part of the isdn4bsd package and is used to configure the sound format conversion facilities of the /dev/i4btel interfaces. .Pp diff --git a/usr.sbin/i4b/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8 index 87fe0e84994b..e4f8180596b1 100644 --- a/usr.sbin/i4b/isdntest/isdntest.8 +++ b/usr.sbin/i4b/isdntest/isdntest.8 @@ -44,7 +44,7 @@ .Op Fl t Ar num .Op Fl w .Sh DESCRIPTION -.Nm isdntest +.Nm is part of the isdn4bsd package and may be used as a stimulation tool for debugging the isdn4bsd kernel functionality. .Pp diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8 index fee2df48d399..3f29df0b9268 100644 --- a/usr.sbin/i4b/isdntrace/isdntrace.8 +++ b/usr.sbin/i4b/isdntrace/isdntrace.8 @@ -35,7 +35,7 @@ .Nm isdntrace .Nd isdn4bsd ISDN protocol trace utility .Sh SYNOPSIS -.Nm isdntrace +.Nm .Op Fl a .Op Fl b .Op Fl d @@ -55,7 +55,7 @@ .Op Fl R Ar unit .Op Fl T Ar unit .Sh DESCRIPTION -.Nm isdntrace +.Nm is part of the isdn4bsd package and is used to provide the user with a mnemonic display of the layers 1, 2 and 3 protocol activities on the D channel and hex dump of the B channel(s) activities. diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 61aa33f57f76..e152a2137cd8 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -40,7 +40,7 @@ .Nd internet .Dq super-server .Sh SYNOPSIS -.Nm inetd +.Nm .Op Fl d .Op Fl l .Op Fl w @@ -87,7 +87,7 @@ See the section for more information on TCP Wrappers support. .It Fl W Turn on TCP Wrapping for internal services which are built in to -.Nm inetd . +.Nm . .It Fl c Ar maximum Specify the default maximum number of simultaneous invocations of each service; @@ -349,7 +349,7 @@ use the .Dq nowait entry. Connection requests for these services are accepted by -.Nm Ns , +.Nm , and the server is given only the newly-accepted socket connected to a client of the service. Most stream-based services operate in this manner. diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 2e9b3e6dc7c3..150fac5fe54c 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -69,7 +69,7 @@ .Tn I/O statistics .Sh SYNOPSIS -.Nm iostat +.Nm .Op Fl CdhKIoT? .Op Fl c Ar count .Op Fl M Ar core @@ -123,7 +123,7 @@ instead of the default Display up to .Ar devs number of devices. -.Nm iostat +.Nm will display fewer devices if there aren't .Ar devs devices present. @@ -132,7 +132,7 @@ Extract the name list from the specified system instead of the default .Dq Pa /kernel . .It Fl o Display old-style -.Nm iostat +.Nm device statistics. Sectors per second, transfers per second, and miliseconds per seek are displayed. If .Fl I @@ -203,7 +203,7 @@ all devices in the system are compared. Any device that fully matches any .Fl t argument will be included in the -.Nm iostat +.Nm output, up to the number of devices that can be displayed in 80 columns, or the maximum number of devices specified by the user. .It Fl T @@ -233,17 +233,17 @@ characters written to terminals .El .It devices Device operations. The header of the field is the device name and unit number. -.Nm iostat +.Nm will display as many devices as will fit in a standard 80 column screen, or the maximum number of devices in the system, whichever is smaller. If .Fl n is specified on the command line, iostat will display the smaller of the requested number of devices, and the maximum number of devices in the system. To force -.Nm iostat +.Nm to display specific drives, their names may be supplied on the command line. -.Nm iostat +.Nm will not display more devices than will fit in an 80 column screen, unless the .Fl n @@ -253,7 +253,7 @@ than will fit in an 80 column screen, iostat will show only the specified devices. .Pp The standard -.Nm iostat +.Nm device display shows the following statistics: .Pp .Bl -tag -width indent -compact @@ -266,7 +266,7 @@ megabytes per second .El .Pp The standard -.Nm iostat +.Nm device display, with the .Fl I flag specified, shows the following statistics: @@ -281,7 +281,7 @@ total number of megabytes transferred .El .Pp The old-style -.Nm iostat +.Nm display (using .Fl o ) shows the following statistics: @@ -296,7 +296,7 @@ average milliseconds per transaction .El .Pp The old-style -.Nm iostat +.Nm display, with the .Fl I flag specified, shows the following statistics: @@ -387,7 +387,7 @@ The sections starting with ``Interpreting system activity'' in .%T "Installing and Operating 4.3BSD" . .Sh HISTORY This version of -.Nm iostat +.Nm first appeared in .Fx 3.0 . .Sh BUGS diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 9072204aba78..557c3daeea0e 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -40,7 +40,7 @@ .Nm jail .Nd imprison process and its descendants .Sh SYNOPSIS -.Nm jail +.Nm .Ar path .Ar hostname .Ar ip-number diff --git a/usr.sbin/kbdcontrol/kbdmap.5 b/usr.sbin/kbdcontrol/kbdmap.5 index 69b5a153dadb..ac18ca7a00f1 100644 --- a/usr.sbin/kbdcontrol/kbdmap.5 +++ b/usr.sbin/kbdcontrol/kbdmap.5 @@ -280,7 +280,7 @@ values. .Pp For example, consider the following extract from a -.Nm Ns : +.Nm : .Bd -literal -offset indent 041 dgra 172 nop nop '|' '|' nop nop O dgra '`' ( 'a' 224 ) ( 'A' 192 ) ( 'e' 232 ) ( 'E' 200 ) diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1 index 77eaa0390ee7..a62d112b8d6b 100644 --- a/usr.sbin/kbdmap/kbdmap.1 +++ b/usr.sbin/kbdmap/kbdmap.1 @@ -32,7 +32,7 @@ .Nm vidfont .Nd front end for syscons .Sh SYNOPSIS -.Nm kbdmap +.Nm .Op Fl K .Op Fl V .Op Fl d | Fl default @@ -132,7 +132,7 @@ work only on a (virtual) console and not with .Xr rc.conf 5 .Sh HISTORY The -.Nm kbdmap +.Nm and .Nm vidfont commands appeared in diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index beb6c296a232..e0675b08797f 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -38,7 +38,7 @@ .Nm kernbb .Nd generate a dump of the kernels basic-block profile buffers .Sh SYNOPSIS -.Nm kernbb +.Nm .Sh DESCRIPTION .Nm Kernbb is a tool used to dump the basic-block profiling buffers of the running diff --git a/usr.sbin/keyadmin/keyadmin.8 b/usr.sbin/keyadmin/keyadmin.8 index da734ed2bcbf..b14b19972444 100644 --- a/usr.sbin/keyadmin/keyadmin.8 +++ b/usr.sbin/keyadmin/keyadmin.8 @@ -63,7 +63,7 @@ .Nm keyadmin .Nd manually manipulate the kernel key management database .Sh SYNOPSIS -.Nm keyadmin +.Nm .Op Ar command Op Ar args .Sh DESCRIPTION The @@ -75,7 +75,7 @@ key/security association database. (See Almost any operation offered in the .Xr key 4 API is available to privileged users running -.Nm Ns . +.Nm . Until there is an implementation of an automated key management protocol, which will manipulate the key database in a manner similar to how .Xr routed 8 @@ -206,9 +206,9 @@ were allowed to be used straight from the command line. Example: .It Ic quit .Pp Exit interaction with -.Nm Ns . +.Nm . An EOF will also end interaction with -.Nm Ns . +.Nm . .El .Sh SEE ALSO .Xr ipsec 4 , diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8 index 9928a53389aa..13a70f70cd1d 100644 --- a/usr.sbin/keyserv/keyserv.8 +++ b/usr.sbin/keyserv/keyserv.8 @@ -11,7 +11,7 @@ .Nm keyserv .Nd server for storing private encryption keys .Sh SYNOPSIS -.Nm keyserv +.Nm .Op Fl d .Op Fl D .Op Fl n @@ -32,7 +32,7 @@ This is useful during power-fail reboots when no one is around to type a password. .Pp If a client with no secret key calls -.Nm keyserv , +.Nm , then the key of user .Em nobody is used instead as the default key. @@ -44,7 +44,7 @@ Disable the use of default keys for .Em nobody . .It Fl D Run in debugging mode and log all requests to -.Nm keyserv . +.Nm . .It Fl n Root's secret key is not read from .Pa /etc/.rootkey . diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index d03523821d6f..38537270336e 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -39,7 +39,7 @@ .Nm kgmon .Nd generate a dump of the operating system's profile buffers .Sh SYNOPSIS -.Nm kgmon +.Nm .Op Fl Bbhpr .Op Fl M core .Op Fl N system diff --git a/usr.sbin/kgzip/kgzip.8 b/usr.sbin/kgzip/kgzip.8 index 462a72310f37..1dafda0954b2 100644 --- a/usr.sbin/kgzip/kgzip.8 +++ b/usr.sbin/kgzip/kgzip.8 @@ -31,7 +31,7 @@ .Nm kgzip .Nd compress a kernel .Sh SYNOPSIS -.Nm kgzip +.Nm .Op Fl cv .Op Fl f Ar format .Op Fl l Ar loader diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.8 b/usr.sbin/lpr/chkprintcap/chkprintcap.8 index ecf7822cef57..742294fa6cda 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.8 +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.8 @@ -33,7 +33,7 @@ .Nm chkprintcap .Nd check validity of entries in the print spooler database .Sh SYNOPSIS -.Nm chkprintcap +.Nm .Op Fl d .Op Fl f Ar printcap .Sh DESCRIPTION @@ -70,7 +70,7 @@ entire file is scanned.) If the .Fl d flag is given, -.Nm chkprintcap +.Nm will attempt to create any missing spool directories, giving them .Sq Li u=rwx,go=rx (0755) mode, group @@ -85,7 +85,7 @@ capability in the database (default 1, which corresponds to user .Xr lpd 8 .Sh AUTHORS The -.Nm chkprintcap +.Nm command was written by .An Garrett A. Wollman Aq wollman@lcs.mit.edu . .Sh BUGS diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index ed2226ca1bcb..3109697d6780 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -40,7 +40,7 @@ .Nm lp .Nd front-end to the print spooler .Sh SYNOPSIS -.Nm lp +.Nm .Op Fl cs .Op Fl o Ar option .Op Fl d Ar printer diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index f0586d726c45..c99631c9a271 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -39,7 +39,7 @@ .Nm lpc .Nd line printer control program .Sh SYNOPSIS -.Nm lpc +.Nm .Oo .Ar command .Op Ar argument ... @@ -50,7 +50,7 @@ is used by the system administrator to control the operation of the line printer system. For each line printer configured in .Pa /etc/printcap , -.Nm lpc +.Nm may be used to: .Bl -bullet -offset indent .It diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index f882a3167a37..48e2af3a73a9 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -39,7 +39,7 @@ .Nm lpd .Nd line printer spooler daemon .Sh SYNOPSIS -.Nm lpd +.Nm .Op Fl dlp .Op Ar port# .Sh DESCRIPTION diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index cff76b241448..ad53033aadac 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -39,7 +39,7 @@ .Nm lpq .Nd spool queue examination program .Sh SYNOPSIS -.Nm lpq +.Nm .Op Fl a .Op Fl l .Op Fl P Ns Ar printer @@ -101,7 +101,7 @@ the command can be used to restart the printer daemon. .Sh ENVIRONMENT If the following environment variable exists, it is used by -.Nm lpq : +.Nm : .Bl -tag -width PRINTER .It Ev PRINTER Specifies an alternate default printer. diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index e05290dd3a9c..a4fe4465137f 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -39,7 +39,7 @@ .Nm lpr .Nd off line print .Sh SYNOPSIS -.Nm lpr +.Nm .Op Fl P Ns Ar printer .Op Fl \&# Ns Ar num .Op Fl C Ar class @@ -234,7 +234,7 @@ as the page width for .El .Sh ENVIRONMENT If the following environment variable exists, it is used by -.Nm Ns : +.Nm : .Bl -tag -width PRINTER .It Ev PRINTER Specifies an alternate default printer. @@ -307,7 +307,7 @@ For it specifies additional options to be interpreted by the spooler's input and output filters. When submitting jobs via -.Nm Ns , +.Nm , .Fl p .Fl L Ar locale is used in the former context, and diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 61850a559de1..667f6c7bcabb 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -39,7 +39,7 @@ .Nm printcap .Nd printer capability data base .Sh SYNOPSIS -.Nm printcap +.Nm .Sh DESCRIPTION The .Nm Printcap @@ -48,7 +48,7 @@ is a simplified version of the .Xr termcap 5 data base used to describe line printers. The spooling system accesses the -.Nm printcap +.Nm file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the data base is used to describe one printer. This data base may not be @@ -238,7 +238,7 @@ The function is passed from the .Cm af -.Nm printcap +.Nm entry. .Pp If no diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 1a17ea6b1bd5..84ddd7611121 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -39,7 +39,7 @@ .Nm lprm .Nd remove jobs from the line printer spooling queue .Sh SYNOPSIS -.Nm lprm +.Nm .Op Fl P Ns Ar printer .Op Fl .Op job # ... @@ -95,7 +95,7 @@ If neither arguments or options are given, .Nm will delete the currently active job if it is owned by the user who invoked -.Nm lprm . +.Nm . .Pp .Nm Lprm announces the names of any files it removes and is silent if @@ -107,7 +107,7 @@ any spooling files. If a daemon is killed, a new one is automatically restarted upon completion of file removals. .Sh ENVIRONMENT If the following environment variable exists, it is utilized by -.Nm lprm . +.Nm . .Bl -tag -width PRINTER .It Ev PRINTER If the environment variable diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1 index 73f9fe93b3f5..48855bbcb9d8 100644 --- a/usr.sbin/lpr/lptest/lptest.1 +++ b/usr.sbin/lpr/lptest/lptest.1 @@ -39,7 +39,7 @@ .Nm lptest .Nd generate lineprinter ripple pattern .Sh SYNOPSIS -.Nm lptest +.Nm .Op Ar length .Op Ar count .Sh DESCRIPTION diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index 0fddaecce75b..5925d4c3deec 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -39,7 +39,7 @@ .Nm pac .Nd printer/plotter accounting information .Sh SYNOPSIS -.Nm pac +.Nm .Op Fl P Ns Ar printer .Op Fl c .Op Fl m diff --git a/usr.sbin/lptcontrol/lptcontrol.8 b/usr.sbin/lptcontrol/lptcontrol.8 index bf9ed5023fa0..9fa1764f0408 100644 --- a/usr.sbin/lptcontrol/lptcontrol.8 +++ b/usr.sbin/lptcontrol/lptcontrol.8 @@ -18,7 +18,7 @@ .Nm \&lptcontrol .Nd a utility for manipulating the lpt printer driver .Sh SYNOPSIS -.Nm \&lptcontrol +.Nm .Cm -i | .Cm -p diff --git a/usr.sbin/manctl/manctl.8 b/usr.sbin/manctl/manctl.8 index f2efa2af6327..6ee9161319f8 100644 --- a/usr.sbin/manctl/manctl.8 +++ b/usr.sbin/manctl/manctl.8 @@ -30,7 +30,7 @@ .Nm manctl .Nd manipulating manual pages .Sh SYNOPSIS -.Nm manctl +.Nm .Op Fl compress .Op Fl uncompress .Op Fl purge diff --git a/usr.sbin/memcontrol/memcontrol.8 b/usr.sbin/memcontrol/memcontrol.8 index 2c128abfd20b..0ccb4cb9e314 100644 --- a/usr.sbin/memcontrol/memcontrol.8 +++ b/usr.sbin/memcontrol/memcontrol.8 @@ -61,7 +61,7 @@ be altered for ranges of system physical memory. .Pp These ranges are typically power-of-2 aligned and sized, however the specific rules governing their layout vary between architectures. The -.Nm memcontrol +.Nm program does not attempt to enforce these rules, however the system will reject any attempt to set an illegal combination. .Bl -tag -width clear diff --git a/usr.sbin/mergemaster/mergemaster.8 b/usr.sbin/mergemaster/mergemaster.8 index 748fbb035dd5..95f233b27cd4 100644 --- a/usr.sbin/mergemaster/mergemaster.8 +++ b/usr.sbin/mergemaster/mergemaster.8 @@ -155,7 +155,7 @@ with all other options. Be more verbose about the process. You should probably use this option the first time you run -.Nm mergemaster . +.Nm . This option also gives you a list of files that exist only in the installed version of .Pa /etc . diff --git a/usr.sbin/mlxcontrol/mlxcontrol.8 b/usr.sbin/mlxcontrol/mlxcontrol.8 index dbc80dfa9ace..723a780cda00 100644 --- a/usr.sbin/mlxcontrol/mlxcontrol.8 +++ b/usr.sbin/mlxcontrol/mlxcontrol.8 @@ -30,31 +30,31 @@ .Nm mlxcontrol .Nd Mylex DAC-family RAID management utility .Sh SYNOPSIS -.Nm mlxcontrol +.Nm .Aq command .Op args -.Nm mlxcontrol +.Nm status .Op Fl qv .Op Ar drive -.Nm mlxcontrol +.Nm rescan .Ar controller .Op Ar controller ... -.Nm mlxcontrol +.Nm detach .Ar drive .Op Ar drive ... -.Nm mlxcontrol +.Nm detach .Fl a -.Nm mlxcontrol +.Nm check .Ar drive -.Nm mlxcontrol +.Nm config .Ar controller -.Nm mlxcontrol +.Nm help .Ar command .Sh DESCRIPTION diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index 11a872bdeeb9..e7bd44543148 100644 --- a/usr.sbin/mptable/mptable.1 +++ b/usr.sbin/mptable/mptable.1 @@ -30,7 +30,7 @@ .Nm mptable .Nd display MP configuration table .Sh SYNOPSIS -.Nm mptable +.Nm .Op Fl dmesg .Op Fl verbose .Op Fl grope diff --git a/usr.sbin/mrouted/map-mbone.8 b/usr.sbin/mrouted/map-mbone.8 index d7c693828b17..6dba1890e148 100644 --- a/usr.sbin/mrouted/map-mbone.8 +++ b/usr.sbin/mrouted/map-mbone.8 @@ -7,7 +7,7 @@ .Nm map-mbone .Nd multicast connection mapper .Sh SYNOPSIS -.Nm map-mbone +.Nm .Op Fl d Ar debug_level .Op Fl f .Op Fl g diff --git a/usr.sbin/mrouted/mrinfo.8 b/usr.sbin/mrouted/mrinfo.8 index f43bb5b68d06..ba1867a99c26 100644 --- a/usr.sbin/mrouted/mrinfo.8 +++ b/usr.sbin/mrouted/mrinfo.8 @@ -7,7 +7,7 @@ .Nm mrinfo .Nd display configuration info from a multicast router .Sh SYNOPSIS -.Nm mrinfo +.Nm .Op Fl d Ar debug_level .Op Fl r Ar retry_count .Op Fl t Ar timeout_count diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index db2c9f79c03f..3606a7143b8a 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -9,7 +9,7 @@ .Nm mrouted .Nd IP multicast routing daemon .Sh SYNOPSIS -.Nm mrouted +.Nm .Op Fl c Ar config_file .Op Fl d Op Ar debug_level .Op Fl p @@ -67,7 +67,7 @@ routing protocol, and does not (yet) support hierarchical multicast routing. .Nm Mrouted handles multicast routing only; there may or may not be unicast routing software running on the same machine as -.Nm mrouted . +.Nm . With the use of tunnels, it is not necessary for .Nm @@ -145,7 +145,7 @@ option). The file format is free-form; whitespace (including newlines) is not significant. The file begins with commands that apply to -.Nm mrouted Ns 's +.Nm Ns 's overall operation or set defaults. .Bl -tag -width indent .It cache_lifetime Ar secs @@ -186,7 +186,7 @@ Turning on noflood can cause black holes on restart, which will generally last approximately one full route report interval. The noflood keyword can also be specified on individual interfaces. .It rexmit_prunes Ar [on|off] -.Nm Mrouted 's +.Nm Mrouted Ns 's default is to retransmit prunes on all point-to-point interfaces (including tunnels) but no multi-access interfaces. This option may be used to make the default on (or off) for all interfaces. @@ -259,7 +259,7 @@ interface specified by the .Ar "local-addr|ifname" argument. Some UNIX kernels rewrite the source address of -.Nm mrouted 's +.Nm Ns 's packets on their way out to contain the address of the transmission interface. This is best assured via a static host route. .El @@ -427,7 +427,7 @@ responds to the following signals: .Bl -tag -width indent .It HUP Restarts -.Nm mrouted . +.Nm . The configuration file is reread every time this signal is evoked. .It INT Terminate execution gracefully (i.e., by sending @@ -515,7 +515,7 @@ outgoing vif only if there are members of the destination group on that leaf. also maintains a copy of the kernel forwarding cache table. Entries are created and deleted by -.Nm mrouted . +.Nm . .Pp The cache tables look like this: .Pp diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8 index 12543d1b4474..b04902614136 100644 --- a/usr.sbin/mrouted/mtrace.8 +++ b/usr.sbin/mrouted/mtrace.8 @@ -38,7 +38,7 @@ .Nm mtrace .Nd print multicast path from a source to a receiver .Sh SYNOPSIS -.Nm mtrace +.Nm .Op Fl e Ar extrahops .Op Fl g Ar gateway .Op Fl i Ar if_addr @@ -92,7 +92,7 @@ is a multicast address. If the .Fl g flag is specified, the source address defaults to the host running -.Nm mtrace , +.Nm , and the receiver defaults to the router being addressed with the .Fl g @@ -311,7 +311,7 @@ additional attempt, the ttl is increased by another 32 each time up to a maximum of 192. Since the desired router may not be able to send a multicast reply, the remainder of the attempts request that the response be sent via unicast to the host running -.Nm mtrace . +.Nm . Alternatively, the multicast ttl may be set explicitly with the .Fl t option, the initial multicast attempts can be forced to use unicast diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index c106d8f87bf2..fc6fef5074a8 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -39,7 +39,7 @@ .Nm mtree .Nd map a directory hierarchy .Sh SYNOPSIS -.Nm mtree +.Nm .Op Fl LPUcdeinqrux .Bk -words .Op Fl f Ar spec @@ -273,7 +273,7 @@ Specifying a directory will cause subsequent files to be searched for in that directory hierarchy. Which brings us to the last type of line in a specification: a line containing only the string -.Dq Nm \&.. +.Dq Pa \&.. causes the current directory path to ascend one level. .Pp diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8 index fc99d3696eed..d4fd75106ed0 100644 --- a/usr.sbin/ndp/ndp.8 +++ b/usr.sbin/ndp/ndp.8 @@ -37,41 +37,41 @@ .Nd control/diagnose IPv6 neighbor discovery protocol .\" .Sh SYNOPSIS -.Nm ndp +.Nm .Fl a .Op Fl ntl -.Nm ndp +.Nm .Fl A Ar wait .Op Fl ntl -.Nm ndp +.Nm .Fl c .Op Fl nt -.Nm ndp +.Nm .Fl d .Op Fl nt .Ar hostname -.Nm ndp +.Nm .Fl f .Op Fl nt .Ar filename -.Nm ndp +.Nm .Fl H -.Nm ndp +.Nm .Fl I .Op delete \(ba Ar interface -.Nm ndp +.Nm .Fl i .Ar interface .Op Ar flags... -.Nm ndp +.Nm .Fl p -.Nm ndp +.Nm .Fl P -.Nm ndp +.Nm .Fl r -.Nm ndp +.Nm .Fl R -.Nm ndp +.Nm .Fl s .Op Fl nt .Ar nodename diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 7601b5e1eda8..b47737135f3c 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -24,7 +24,7 @@ .Nm newsyslog .Nd maintain system log files to manageable sizes .Sh SYNOPSIS -.Nm newsyslog +.Nm .Op Fl Fnrv .Op Fl f Ar config_file .Op Fl a Ar directory @@ -75,7 +75,7 @@ By default, this configuration file is .Pa /etc/newsyslog.conf . Each line of the file contains information about a particular log file that should be handled by -.Nm newsyslog . +.Nm . Each line has five mandatory fields and four optional fields, with a whitespace separating each field. Blank lines or lines beginning with ``#'' are ignored. The fields of the configuration file are as @@ -304,7 +304,7 @@ a SIGHUP will be sent. .El .Sh OPTIONS The following options can be used with -.Nm Ns : +.Nm : .Bl -tag -width indent .It Fl f Ar config_file Instruct diff --git a/usr.sbin/ntp/doc/ntpd.8 b/usr.sbin/ntp/doc/ntpd.8 index b5f8e583f8e3..cef5366ee4a9 100644 --- a/usr.sbin/ntp/doc/ntpd.8 +++ b/usr.sbin/ntp/doc/ntpd.8 @@ -8,7 +8,7 @@ .Nm ntpd .Nd Network Time Protocol (NTP) daemon .Sh SYNOPSIS -.Nm ntpd +.Nm .Op Fl aAbdgmx .Op Fl c Ar conffile .Op Fl f Ar driftfile @@ -68,7 +68,7 @@ with all peers being determined by listening to broadcasts at run time. .Pp If NetInfo support is built into -.Nm Ns , +.Nm , then .Nm will attempt to read its configuration from the NetInfo diff --git a/usr.sbin/ntp/doc/ntpdate.8 b/usr.sbin/ntp/doc/ntpdate.8 index bd218c4740c0..f20ad896fc29 100644 --- a/usr.sbin/ntp/doc/ntpdate.8 +++ b/usr.sbin/ntp/doc/ntpdate.8 @@ -93,7 +93,7 @@ will result in precise enough timekeeping to avoid stepping the clock. .Pp If NetInfo support is compiled into -.Nm Ns , +.Nm , then the server argument is optional if .Nm can find a time server in the NetInfo configuration for @@ -211,7 +211,7 @@ version identification string to be logged. .Bl -tag -width /etc/ntp.keys -compact .It Pa /etc/ntp.keys contains the encryption keys used by -.Nm Ns . +.Nm . .El .Sh SEE ALSO .Xr ntpd 8 diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8 index 74c544e57e2e..47111bc5f324 100644 --- a/usr.sbin/ntp/doc/ntpdc.8 +++ b/usr.sbin/ntp/doc/ntpdc.8 @@ -8,7 +8,7 @@ .Nm ntpdc .Nd special NTP query program .Sh SYNOPSIS -.Nm ntpdc +.Nm .Op Fl ilnps .Op Fl c Ar command .Op Ar host ... @@ -27,7 +27,7 @@ In addition, nearly all the configuration options which can be specified at start up using .Xr ntpd 8 Ns 's configuration file may also be specified at run time using -.Nm Ns . +.Nm . .Pp If one or more request options is included on the command line when .Nm @@ -142,7 +142,7 @@ A .Ic ? by itself will print a list of all the command keywords known to this incarnation of -.Nm Ns . +.Nm . A .Ic ? followed by a command keyword will print function and @@ -188,7 +188,7 @@ This must correspond to a key number the server has been configured to use for this purpose. .It Ic quit Exit -.Nm Ns . +.Nm . .It Ic passwd This command prompts you to type in a password (which will not be echoed) which will be used to authenticate configuration requests. @@ -417,7 +417,7 @@ NTP key (the facility can also be disabled by the server by not configuring a key). The key number and the corresponding key must also be made known to -.Nm Ns . +.Nm . This can be done using the .Ic keyid and @@ -543,7 +543,7 @@ configuration file commands of Following is a description of the flags. Note that only the auth, bclient, monitor, pll, pps and stats flags can be set by -.Nm Ns ; +.Nm ; the pll_kernel and pps_kernel flags are read-only. .Bl -tag -width indent .It auth diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index 4bd91ca1c4e7..ff325edf6971 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -114,7 +114,7 @@ A .Ic ? by itself will print a list of all the command keywords known to this incarnation of -.Nm Ns . +.Nm . A .Ic ? followed by a command keyword will print function and @@ -242,7 +242,7 @@ didn't exist in NTP version 1. There appear to be no servers left which demand version 1. .It Ic quit Exit -.Nm Ns . +.Nm . .It Ic passwd This command prompts you to type in a password (which will not be echoed) which will be used to authenticate configuration requests. @@ -301,7 +301,7 @@ containing data decoded from the status word. Note that the data returned by the .Ic associations command is cached internally in -.Nm Ns . +.Nm . The index is then of use when dealing with stupid servers which use association identifiers which are hard for humans to type, in that for any subsequent commands which require an association identifier as an diff --git a/usr.sbin/ntp/doc/ntptime.8 b/usr.sbin/ntp/doc/ntptime.8 index 297831295146..82e009fb1efb 100644 --- a/usr.sbin/ntp/doc/ntptime.8 +++ b/usr.sbin/ntp/doc/ntptime.8 @@ -8,7 +8,7 @@ .Nm ntptime .Nd read kernel time variables .Sh SYNOPSIS -.Nm ntptime +.Nm .Op Fl chr .Op Fl e Ar est_error .Op Fl f Ar frequency diff --git a/usr.sbin/ntp/doc/ntptrace.8 b/usr.sbin/ntp/doc/ntptrace.8 index 92e22d7f1982..1c489d560e5b 100644 --- a/usr.sbin/ntp/doc/ntptrace.8 +++ b/usr.sbin/ntp/doc/ntptrace.8 @@ -8,7 +8,7 @@ .Nm ntptrace .Nd "trace a chain of NTP servers back to the primary source" .Sh SYNOPSIS -.Nm ntptrace +.Nm .Op Fl vdn .Op Fl r Ar retries .Op Fl t Ar timeout @@ -22,7 +22,7 @@ If given no arguments, it starts with .Dq localhost . .Pp Here is an example of the output from -.Nm Ns : +.Nm : .Bd -literal % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 @@ -34,7 +34,7 @@ On each line, the fields are (left to right): the host name, the host stratum, the time offset between that host and the local host (as measured by -.Nm Ns ; +.Nm ; this is why it is not always zero for .Dq localhost ) , the host diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index 3456444cec9b..d1e7365d23a4 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -35,7 +35,8 @@ .Nm pccardc .Nd PC-CARD (PCMCIA) management and monitoring tool .Sh SYNOPSIS -.Nm pccardc Ar subcommand +.Nm +.Ar subcommand .Op Ar arg ... .Sh DESCRIPTION .Nm @@ -147,7 +148,7 @@ However, beware that it frequently cannot recognize new cards properly. .Ic help .Pp Prints help for -.Nm pccardc . +.Nm . .It .Ic pccardmem Ar addr .Pp diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index e7553c8268e8..38cb6f694d97 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -32,7 +32,7 @@ .Nm pccardd .Nd PC-CARD (PCMCIA) management daemon .Sh SYNOPSIS -.Nm pccardd +.Nm .Op Fl d .Op Fl v .Op Fl z @@ -150,7 +150,7 @@ in placed of the default file The file format is detailed in .Xr pccard.conf 5 , and lists the PC-CARD cards recognized by -.Nm pccardd , +.Nm , and the kernel drivers and devices that are used to interface to the card. .Pp diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index fe7231217d1f..0c21c8e196d0 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -31,12 +31,16 @@ .Nm pciconf .Nd diagnostic utility for the PCI bus .Sh SYNOPSIS -.Nm pciconf Fl l -.Nm pciconf Fl a Ar selector -.Nm pciconf Fl r Ar selector +.Nm +.Fl l +.Nm +.Fl a Ar selector +.Nm +.Fl r Ar selector .Op Fl b | Fl h .Ar reg -.Nm pciconf Fl w Ar selector +.Nm +.Fl w Ar selector .Op Fl b | Fl h .Ar reg value .Sh DESCRIPTION @@ -186,7 +190,7 @@ The and .Fl h options are implemented in -.Nm Ns , +.Nm , but not in the underlying .Xr ioctl 2 . .Pp diff --git a/usr.sbin/pcvt/cursor/cursor.1 b/usr.sbin/pcvt/cursor/cursor.1 index e184a4c077c4..e9eb7f3b649f 100644 --- a/usr.sbin/pcvt/cursor/cursor.1 +++ b/usr.sbin/pcvt/cursor/cursor.1 @@ -32,14 +32,14 @@ .Nm cursor .Nd set cursor shape for the pcvt VT220 video driver .Sh SYNOPSIS -.Nm cursor +.Nm .Op Fl d Ar device .Op Fl n Ar screenno .Op Fl s Ar lineno .Op Fl e Ar lineno .Sh DESCRIPTION The -.Nm cursor +.Nm utility allows the user to set the cursor shape in a given virtual screen of the above mentioned driver. .Pp diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8 index 01c17c9326cd..efc5d864e8b4 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.8 +++ b/usr.sbin/pcvt/ispcvt/ispcvt.8 @@ -32,20 +32,20 @@ .Nm ispcvt .Nd verify if current video driver is pcvt driver .Sh SYNOPSIS -.Nm ispcvt +.Nm .Op Fl c .Op Fl d Ar device .Op Fl n .Op Fl v .Sh DESCRIPTION The -.Nm ispcvt +.Nm utility allows the user to check whether the current video driver compiled into the kernel is a pcvt driver. The major and minor release numbers of the driver are also checked. Furthermore -.Nm ispcvt +.Nm is also able to print out the values of all the .Dq Ar PCVT_XXXXXX compile time options, the driver in the current running kernel was diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1 index 3b3debe60228..a576ca9c48fe 100644 --- a/usr.sbin/pcvt/kcon/kcon.1 +++ b/usr.sbin/pcvt/kcon/kcon.1 @@ -32,7 +32,7 @@ .Nm kcon .Nd pcvt keyboard control and remapping .Sh SYNOPSIS -.Nm kcon +.Nm .Op Fl d Ar delay .Op Fl l .Op Fl m Ar map @@ -44,7 +44,7 @@ .Op Fl t Ns Ar +/- .Op Fl x .Sh DESCRIPTION -.Nm kcon +.Nm is used for controlling all aspects of keyboard configuration for the 'pcvt' video driver. .Pp @@ -59,7 +59,7 @@ Valid values are 0..3 corresponding to delays of 250, 500, 750 and Displays the current keyboard map in use by the driver. .It Fl m Ar map Specifies the map entry to be searched in the keyboard capabilities database -.Nm keycap. +.Nm keycap . The database is searched for the entry and if found, the mapping is loaded and is used in the driver from then on. .It Fl o @@ -102,15 +102,15 @@ Keyboard raw device. .Xr keycap 3 , .Xr keycap 5 .Sh BUGS -.Nm kcon +.Nm detects several inconsistencies in the keycap database. In case of errors -.Nm kcon +.Nm exits with an error message. If this happens, the keyboard may remain in an undefined state. To recover from such situation, execute -.Nm kcon -m default +.Dq Li kcon -m default . .Sh EXAMPLES The command .Dq Li kcon -m gb diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5 index cb4dfbb80b5f..68c308f452a4 100644 --- a/usr.sbin/pcvt/keycap/man5/keycap.5 +++ b/usr.sbin/pcvt/keycap/man5/keycap.5 @@ -42,16 +42,16 @@ .Nm keycap .Nd keyboard mapping data base .Sh SYNOPSIS -.Nm keycap +.Nm .Sh DESCRIPTION The -.Nm keycap +.Nm file is a data base describing keyboard mappings, used by .Xr kcon 1 . .Pp Entries in -.Nm keycap +.Nm consist of a number of `:'-separated fields. The first entry for each mapping gives the names that are known for the mapping, separated by `|' characters. @@ -91,7 +91,7 @@ A string parameter may have up to 15 characters. .Ss A Sample Entry The following entry, which describes a test entry, is among the very easy entries in the -.Nm keycap +.Nm file as of this writing. .Pp .Bd -literal diff --git a/usr.sbin/pcvt/loadfont/loadfont.1 b/usr.sbin/pcvt/loadfont/loadfont.1 index 1e599ac9af01..bac652470cd7 100644 --- a/usr.sbin/pcvt/loadfont/loadfont.1 +++ b/usr.sbin/pcvt/loadfont/loadfont.1 @@ -32,14 +32,14 @@ .Nm loadfont .Nd pcvt utility for loading fonts into VGA/EGA boards .Sh SYNOPSIS -.Nm loadfont +.Nm .Op Fl c Ar charsetno .Op Fl d Ar devicefile .Op Fl f Ar fontfilename .Op Fl i .Sh DESCRIPTION The -.Nm loadfont +.Nm utility is used to load fonts needed for proper operation of the pcvt VT220 driver on EGA and VGA boards into the font ram of this boards. .Pp diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1 index c522c7a47795..a270657d6b56 100644 --- a/usr.sbin/pcvt/scon/scon.1 +++ b/usr.sbin/pcvt/scon/scon.1 @@ -33,7 +33,7 @@ .Nm scon .Nd controls screen modes for pcvt video driver .Sh SYNOPSIS -.Nm scon +.Nm .Op Fl a .Op Fl c Ar screenno .Op Fl d Ar device @@ -45,27 +45,27 @@ .Op Fl v .Op Fl V .Op Fl s Ar lines -.Nm scon +.Nm .Op Fl v .Op Fl d Ar device .Fl p Ar entry,red,green,blue -.Nm scon +.Nm .Op Fl v .Op Fl d Ar device .Fl p Ar default -.Nm scon +.Nm .Op Fl v .Op Fl d Ar device .Fl p Ar list -.Nm scon +.Nm .Op Fl v .Fl t Ar timeout -.Nm scon +.Nm .Op Fl v .Fl 1 | Fl 8 .Sh DESCRIPTION The -.Nm scon +.Nm utility controls several aspects of the runtime behaviour of the pcvt vt220 driver. .Pp diff --git a/usr.sbin/pcvt/vgaio/vgaio.8 b/usr.sbin/pcvt/vgaio/vgaio.8 index 0c54a421045c..07d124b8fe56 100644 --- a/usr.sbin/pcvt/vgaio/vgaio.8 +++ b/usr.sbin/pcvt/vgaio/vgaio.8 @@ -40,7 +40,7 @@ .Nm vgaio .Nd perform input/output on a Video Graphics Array .Sh SYNOPSIS -.Nm vgaio +.Nm .Op Fl d .Sh DESCRIPTION .Ss Purpose @@ -48,7 +48,7 @@ is used to perform register-level input/output on a Video Graphics Array. Since some of the sequences required to access those registers are very silly, -.Nm vgaio +.Nm cares of all the things necessary and allows the user to access the registers of several register groups with their symbolic names. diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index e15ee2cd1010..9ee6b616dd4d 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -32,7 +32,7 @@ .Nd run periodic system functions .Sh SYNOPSIS -.Nm periodic +.Nm .Ar directory Ns No ... .Sh DESCRIPTION The diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8 index 6003f2a6de8d..28f96635f809 100644 --- a/usr.sbin/pim6dd/pim6dd.8 +++ b/usr.sbin/pim6dd/pim6dd.8 @@ -46,7 +46,7 @@ PIMv2(Protocol Independent Multicast Version 2) dense mode for IPv6. .Pp Options supported by -.Nm Ns : +.Nm : .Bl -tag -width Ds .It Fl c Ar configfile Specify alternate location, diff --git a/usr.sbin/pim6sd/mtrace6/mtrace6.8 b/usr.sbin/pim6sd/mtrace6/mtrace6.8 index d6a774106156..d23057f478f5 100644 --- a/usr.sbin/pim6sd/mtrace6/mtrace6.8 +++ b/usr.sbin/pim6sd/mtrace6/mtrace6.8 @@ -62,7 +62,7 @@ along the path, and then the response is returned to the requestor. .It Fl d Ar destination Specifies the multicast receiver that the query wants to trace. It is the host running -.Nm mtrace6 +.Nm by default. .It Fl g Ar gateway Send the trace query via unicast directly to the multicast router @@ -91,7 +91,7 @@ the path). .It Fl r Ar response_addr Specify the host that the trace response sends to. By default, the response will send to the host running -.Nm mtrace6 . +.Nm . .It Fl w Ar waittime Set the time to wait for a trace response to .Ar waittime @@ -111,7 +111,7 @@ specified by the option is currently meaningless. .Sh HISTORY The -.Nm mtrace6 +.Nm command first appeared in WIDE/KAME IPv6 protocol stack kit. .Pp IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack diff --git a/usr.sbin/pim6sd/pim6sd.8 b/usr.sbin/pim6sd/pim6sd.8 index 251e176d5f71..abb6c044ef51 100644 --- a/usr.sbin/pim6sd/pim6sd.8 +++ b/usr.sbin/pim6sd/pim6sd.8 @@ -46,7 +46,7 @@ PIMv2(Protocol Independent Multicast Version 2) sparse mode for IPv6. .Pp Options supported by -.Nm Ns : +.Nm : .Bl -tag -width Ds .It Fl c Ar configfile Specify alternate location, diff --git a/usr.sbin/pim6sd/pim6stat.1 b/usr.sbin/pim6sd/pim6stat.1 index 0ebf13275f1f..0ee80494dade 100644 --- a/usr.sbin/pim6sd/pim6stat.1 +++ b/usr.sbin/pim6sd/pim6stat.1 @@ -48,7 +48,7 @@ status to a file, waits for dumping, and outputs the content of the file to standard output. .Pp Options supported by -.Nm Ns : +.Nm : .Bl -tag -width Ds .It Fl d specifies to show the status of a dense mode daemon (if running). diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 9f9051ce7859..b85b528f21dd 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -207,7 +207,7 @@ passive mode .Ef ftp. .Sh TECHNICAL DETAILS -.Nm pkg_add +.Nm is fairly simple. It extracts each package's "packing list" into a special staging directory, parses it, and then runs through the following sequence to fully extract the contents: diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 394b13b8521b..463c3dc598f0 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -99,7 +99,7 @@ deinstall or require script fails. .Pp .Sh TECHNICAL DETAILS -.Nm pkg_delete +.Nm does pretty much what it says. It examines installed package records in .Pa /var/db/pkg/ , deletes the package contents, and finally removes the package records. diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index a32380386de5..b9c437593639 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -24,13 +24,13 @@ .Nm pkg_info .Nd a utility for displaying information on software packages .Sh SYNOPSIS -.Nm pkg_info +.Nm .Op Fl cdDfikorRpLsqImv .Op Fl e Ar package .Op Fl l Ar prefix .Op Fl t Ar template .Ar pkg-name [pkg-name ...] -.Nm pkg_info +.Nm .Fl a .Op Ar flags .Sh DESCRIPTION diff --git a/usr.sbin/pkg_install/version/pkg_version.1 b/usr.sbin/pkg_install/version/pkg_version.1 index b9994ec98ac9..8f67290118af 100644 --- a/usr.sbin/pkg_install/version/pkg_version.1 +++ b/usr.sbin/pkg_install/version/pkg_version.1 @@ -31,7 +31,7 @@ .Nm pkg_version .Nd summarize installed versions of packages .Sh SYNOPSIS -.Nm pkg_version +.Nm .Op Fl cdhv .Op Fl l Ar limchar .Op Fl L Ar limchar diff --git a/usr.sbin/portmap/portmap.8 b/usr.sbin/portmap/portmap.8 index dfde2406234e..455ccbd80354 100644 --- a/usr.sbin/portmap/portmap.8 +++ b/usr.sbin/portmap/portmap.8 @@ -45,7 +45,7 @@ to .Tn DARPA port mapper .Sh SYNOPSIS -.Nm portmap +.Nm .Op Fl d .Op Fl v .Sh DESCRIPTION diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index fc5e9be39b61..ceec1963ce4d 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -70,7 +70,7 @@ because the device file is missing, it gives up. The following .Va mode Ns No s are understood by -.Nm ppp : +.Nm : .Bl -tag -width XXX -offset XXX .It Fl auto .Nm @@ -382,7 +382,7 @@ switches to user id 0 in order to alter the system routing table, set up system lock files and read the ppp configuration files. All external commands (executed via the "shell" or "!bg" commands) are executed as the user id that invoked -.Nm ppp . +.Nm . Refer to the .Sq ID0 logging facility if you're interested in what exactly is done as user id @@ -423,7 +423,7 @@ Make sure that your system has a group named in the .Pa /etc/group file and that the group contains the names of all users expected to use -.Nm ppp . +.Nm . Refer to the .Xr group 5 manual page for details. @@ -750,7 +750,7 @@ It must have one argument - the file to include. You may wish to .Dq !include ~/.ppp.conf for compatibility with older versions of -.Nm ppp . +.Nm . .It A label name starts in the first column and is followed by a colon @@ -774,7 +774,7 @@ would represent an incoming .Nm configuration. You can now specify the destination label name when you invoke -.Nm ppp . +.Nm . Commands associated with the .Dq default label are executed, followed by those associated with the destination @@ -860,7 +860,7 @@ Both of these files have the same format as .Pa /etc/ppp/ppp.conf . .Pp In previous versions of -.Nm ppp , +.Nm , it was necessary to re-add routes such as the default route in the .Pa ppp.linkup file. @@ -1177,7 +1177,7 @@ You can also use .Xr pppctl 8 to connect to a configured diagnostic port, in the same manner as with client-side -.Nm ppp . +.Nm . .Pp Here, the .Ar incoming @@ -1801,7 +1801,7 @@ will attempt to use (or be willing to accept) both compression protocols when the peer agrees .Pq or requests them . The deflate protocol is preferred by -.Nm ppp . +.Nm . Refer to the .Dq disable and @@ -3156,7 +3156,7 @@ User id 0 is immune to these commands. .Ar logname Ns No ... .Xc By default, only user id 0 is allowed access to -.Nm ppp . +.Nm . If this command is used, all of the listed users are allowed access to the section in which the .Dq allow users @@ -3212,7 +3212,7 @@ of the currently existing line modes. .It nat Ar command Op Ar args This command allows the control of the network address translation (also known as masquerading or IP aliasing) facilities that are built into -.Nm ppp . +.Nm . NAT is done on the external interface only, and is unlikely to make sense if used with the .Fl direct @@ -3395,7 +3395,7 @@ This is replaced with the value of the peers endpoint discriminator. This is replaced with the current process id. .It Li VERSION This is replaced with the current version number of -.Nm ppp . +.Nm . .It Li USER This is replaced with the username that has been authenticated with PAP or CHAP. @@ -3466,7 +3466,7 @@ further CCP negotiation. In any event, this command does not disconnect the user from .Nm or exit -.Nm ppp . +.Nm . See the .Dq quit command below. @@ -3543,7 +3543,7 @@ command for details of when identifies itself to the peer. .It iface Ar command Op args This command is used to control the interface used by -.Nm ppp . +.Nm . .Ar Command may be one of the following: .Bl -tag -width 2n @@ -4740,7 +4740,7 @@ will read from the tunnel interface while data cannot be sent to any of the available links. This queue limit is necessary to flow control outgoing data as the tunnel interface is likely to be far faster than the combined links available to -.Nm ppp . +.Nm . .Pp If .Ar packets @@ -5379,7 +5379,7 @@ Show the current stopped timeouts. Show the active alarm timers. .It show version Show the current version number of -.Nm ppp . +.Nm . .El .Pp .It term @@ -5482,7 +5482,7 @@ As the endpoint discriminator value may be a binary value, it is turned to HEX to determine the actual file name. .Pp This socket is used to pass links between different instances of -.Nm ppp . +.Nm . .El .Pp .Sh SEE ALSO diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index fc5e9be39b61..ceec1963ce4d 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -70,7 +70,7 @@ because the device file is missing, it gives up. The following .Va mode Ns No s are understood by -.Nm ppp : +.Nm : .Bl -tag -width XXX -offset XXX .It Fl auto .Nm @@ -382,7 +382,7 @@ switches to user id 0 in order to alter the system routing table, set up system lock files and read the ppp configuration files. All external commands (executed via the "shell" or "!bg" commands) are executed as the user id that invoked -.Nm ppp . +.Nm . Refer to the .Sq ID0 logging facility if you're interested in what exactly is done as user id @@ -423,7 +423,7 @@ Make sure that your system has a group named in the .Pa /etc/group file and that the group contains the names of all users expected to use -.Nm ppp . +.Nm . Refer to the .Xr group 5 manual page for details. @@ -750,7 +750,7 @@ It must have one argument - the file to include. You may wish to .Dq !include ~/.ppp.conf for compatibility with older versions of -.Nm ppp . +.Nm . .It A label name starts in the first column and is followed by a colon @@ -774,7 +774,7 @@ would represent an incoming .Nm configuration. You can now specify the destination label name when you invoke -.Nm ppp . +.Nm . Commands associated with the .Dq default label are executed, followed by those associated with the destination @@ -860,7 +860,7 @@ Both of these files have the same format as .Pa /etc/ppp/ppp.conf . .Pp In previous versions of -.Nm ppp , +.Nm , it was necessary to re-add routes such as the default route in the .Pa ppp.linkup file. @@ -1177,7 +1177,7 @@ You can also use .Xr pppctl 8 to connect to a configured diagnostic port, in the same manner as with client-side -.Nm ppp . +.Nm . .Pp Here, the .Ar incoming @@ -1801,7 +1801,7 @@ will attempt to use (or be willing to accept) both compression protocols when the peer agrees .Pq or requests them . The deflate protocol is preferred by -.Nm ppp . +.Nm . Refer to the .Dq disable and @@ -3156,7 +3156,7 @@ User id 0 is immune to these commands. .Ar logname Ns No ... .Xc By default, only user id 0 is allowed access to -.Nm ppp . +.Nm . If this command is used, all of the listed users are allowed access to the section in which the .Dq allow users @@ -3212,7 +3212,7 @@ of the currently existing line modes. .It nat Ar command Op Ar args This command allows the control of the network address translation (also known as masquerading or IP aliasing) facilities that are built into -.Nm ppp . +.Nm . NAT is done on the external interface only, and is unlikely to make sense if used with the .Fl direct @@ -3395,7 +3395,7 @@ This is replaced with the value of the peers endpoint discriminator. This is replaced with the current process id. .It Li VERSION This is replaced with the current version number of -.Nm ppp . +.Nm . .It Li USER This is replaced with the username that has been authenticated with PAP or CHAP. @@ -3466,7 +3466,7 @@ further CCP negotiation. In any event, this command does not disconnect the user from .Nm or exit -.Nm ppp . +.Nm . See the .Dq quit command below. @@ -3543,7 +3543,7 @@ command for details of when identifies itself to the peer. .It iface Ar command Op args This command is used to control the interface used by -.Nm ppp . +.Nm . .Ar Command may be one of the following: .Bl -tag -width 2n @@ -4740,7 +4740,7 @@ will read from the tunnel interface while data cannot be sent to any of the available links. This queue limit is necessary to flow control outgoing data as the tunnel interface is likely to be far faster than the combined links available to -.Nm ppp . +.Nm . .Pp If .Ar packets @@ -5379,7 +5379,7 @@ Show the current stopped timeouts. Show the active alarm timers. .It show version Show the current version number of -.Nm ppp . +.Nm . .El .Pp .It term @@ -5482,7 +5482,7 @@ As the endpoint discriminator value may be a binary value, it is turned to HEX to determine the actual file name. .Pp This socket is used to pass links between different instances of -.Nm ppp . +.Nm . .El .Pp .Sh SEE ALSO diff --git a/usr.sbin/prefix/prefix.8 b/usr.sbin/prefix/prefix.8 index 70a1e9ea1051..d790e9c329fa 100644 --- a/usr.sbin/prefix/prefix.8 +++ b/usr.sbin/prefix/prefix.8 @@ -35,7 +35,7 @@ .Nm prefix .Nd configure network interface prefixes .Sh SYNOPSIS -.Nm prefix +.Nm .Bk -words .Ar interface prefix .Ek @@ -45,7 +45,7 @@ .Bk -words .Op Cm set | delete .Ek -.Nm prefix +.Nm .Bk -words .Ek .Ar interface @@ -68,7 +68,7 @@ .Bk -words .Op Cm add | change | setglobal .Ek -.Nm prefix +.Nm .Fl a .Op Fl d .Op Fl u diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 939d9228283b..ed5e9c4b7319 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -40,7 +40,7 @@ .Nm swapinfo .Nd display system data structures .Sh SYNOPSIS -.Nm pstat +.Nm .Op Fl Tfiknstv .Op Fl M Ar core .Op Fl N Ar system @@ -388,6 +388,6 @@ Does not understand swap servers. .Sh HISTORY The -.Nm pstat +.Nm command appeared in .Bx 4.0 . diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 76ebf53f90f8..440b8f57c2c3 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -31,7 +31,7 @@ .Nm pw .Nd create, remove, modify & display system users and groups .Sh SYNOPSIS -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar useradd .Op name|uid @@ -54,7 +54,7 @@ .Op Fl N .Op Fl P .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar useradd .Op name|uid @@ -72,7 +72,7 @@ .Op Fl w Ar method .Op Fl s Ar shell .Op Fl y Ar path -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar userdel .Op name|uid @@ -80,7 +80,7 @@ .Op Fl u Ar uid .Op Fl r .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar usermod .Op name|uid @@ -104,7 +104,7 @@ .Op Fl N .Op Fl P .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar usershow .Op name|uid @@ -113,12 +113,12 @@ .Op Fl F .Op Fl P .Op Fl a -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar usernext .Op Fl C Ar config .Op Fl q -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar groupadd .Op group|gid @@ -132,14 +132,14 @@ .Op Fl N .Op Fl P .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar groupdel .Op group|gid .Op Fl n Ar name .Op Fl g Ar gid .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar groupmod .Op group|gid @@ -155,7 +155,7 @@ .Op Fl N .Op Fl P .Op Fl Y -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar groupshow .Op group|gid @@ -164,7 +164,7 @@ .Op Fl F .Op Fl P .Op Fl a -.Nm pw +.Nm .Op Fl V Ar etcdir .Ar groupnext .Op Fl C Ar config @@ -458,7 +458,7 @@ for details. .It Fl h Ar fd This option provides a special interface by which interactive scripts can set an account password using -.Nm pw . +.Nm . Because the command line and environment are fundamentally insecure mechanisms by which programs can accept information, .Nm @@ -482,7 +482,7 @@ for use by a script rather than for interactive use. If you wish to have new password confirmation along the lines of .Xr passwd 1 , this must be implemented as part of an interactive script that calls -.Nm pw . +.Nm . .Pp If a value of .Ql \&- @@ -578,7 +578,7 @@ creates a user's home directory. .It Fl u Ar min,max , Fl i Ar min,max These options set the minimum and maximum user and group ids allocated for new accounts and groups created by -.Nm pw . +.Nm . The default values for each is 1000 minimum and 32000 maximum. .Ar min and @@ -683,7 +683,7 @@ The command returns the next available user and group ids separated by a colon. This is normally of interest only to interactive scripts or front-ends that use -.Nm pw . +.Nm . .Pp .Sh GROUP OPTIONS The diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 5d3e0e869b97..fd0a8cb4fe48 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -39,7 +39,7 @@ .Nm pwd_mkdb .Nd "generate the password databases" .Sh SYNOPSIS -.Nm pwd_mkdb +.Nm .Op Fl C .Op Fl N .Op Fl p @@ -91,7 +91,7 @@ Specify in megabytes the size of the memory cache used by the hashing library. On systems with a large user base, a small cache size can lead to prohibitively long database file rebuild times. As a rough guide, the memory usage of -.Nm pwd_mkdb +.Nm in megabytes will be a little bit more than twice the figure specified here. The default is 2 megabytes. .El @@ -143,7 +143,7 @@ There are the obvious races with multiple people running .Nm on different password files at the same time. The front-ends to -.Nm pwd_mkdb , +.Nm , .Xr chpass 1 , .Xr passwd 1 and @@ -151,7 +151,7 @@ and handle the locking necessary to avoid this problem. .Sh COMPATIBILITY Previous versions of the system had a program similar to -.Nm pwd_mkdb , +.Nm , .Xr mkpasswd 8 , which built .Xr dbm 3 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index b0214f612baa..6b5f6d8ec178 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -36,7 +36,7 @@ .Nm quot .Nd display disk space occupied by each user .Sh SYNOPSIS -.Nm quot +.Nm .Op Fl acfhknv .Op Ar filesystem ... .Sh DESCRIPTION diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8 index 4738dd7d7aeb..0aa140b24d6b 100644 --- a/usr.sbin/quotaon/quotaon.8 +++ b/usr.sbin/quotaon/quotaon.8 @@ -42,12 +42,12 @@ .Nm quotaoff .Nd turn filesystem quotas on and off .Sh SYNOPSIS -.Nm quotaon +.Nm .Op Fl g .Op Fl u .Op Fl v .Ar filesystem Ar ... -.Nm quotaon +.Nm .Op Fl g .Op Fl u .Op Fl v @@ -87,7 +87,7 @@ Available options: .Bl -tag -width indent .It Fl a If supplied in place of any filesystem names, -.Nm quotaon Ns / Ns Nm quotaoff +.Nm Ns / Ns Nm quotaoff will enable/disable all the filesystems indicated in .Pa /etc/fstab to be read-write with disk quotas. @@ -104,7 +104,7 @@ Only user quotas listed in should be enabled/disabled. .It Fl v Cause -.Nm quotaon +.Nm and .Nm quotaoff to print a message for each filesystem where quotas are turned on or off. diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8 index 1bf7803e00e1..928bb192a4e1 100644 --- a/usr.sbin/rarpd/rarpd.8 +++ b/usr.sbin/rarpd/rarpd.8 @@ -26,7 +26,7 @@ .Nm rarpd .Nd reverse ARP daemon .Sh SYNOPSIS -.Nm rarpd +.Nm .Op Fl afsv .Op Ar interface .Sh DESCRIPTION diff --git a/usr.sbin/raycontrol/raycontrol.8 b/usr.sbin/raycontrol/raycontrol.8 index 1020bf477538..adb71976273c 100644 --- a/usr.sbin/raycontrol/raycontrol.8 +++ b/usr.sbin/raycontrol/raycontrol.8 @@ -71,31 +71,31 @@ .Nm raycontrol .Nd configure Raytheon Raylink/Webgear Aviator devices .Sh SYNOPSIS -.Nm raycontrol +.Nm .Fl i Ar iface Op Fl o -.Nm raycontrol +.Nm .Fl i Ar iface Fl t Ar tx rate -.Nm raycontrol +.Nm .Fl i Ar iface Fl n Ar network name -.Nm raycontrol +.Nm .Fl i Ar iface Fl c Ar ap status -.Nm raycontrol +.Nm .Fl i Ar iface Fl p Ar port type -.Nm raycontrol +.Nm .Fl i Ar iface Fl m Ar mac address -.Nm raycontrol +.Nm .Fl i Ar iface Fl d Ar max data length -.Nm raycontrol +.Nm .Fl i Ar iface Fl r Ar RTS threshold -.Nm raycontrol +.Nm .Fl i Ar iface Fl f Ar hopset -.Nm raycontrol +.Nm .Fl i Ar iface Fl P Ar 0|1 -.Nm raycontrol +.Nm .Fl i Ar iface Fl S Ar max_sleep_duration -.Nm raycontrol +.Nm .Fl i Ar iface Fl Z Ar zero signal cache -.Nm raycontrol +.Nm .Fl i Ar iface Fl C Ar display signal cache .Sh DESCRIPTION The @@ -253,7 +253,7 @@ values for this parameter are 0 (off) and 1 (on). .It Fl i Ar iface Fl S Ar max_sleep_interval Specify the sleep interval to use when power management is enabled. The -.Are max sleep interval +.Ar max_sleep_interval is specified in milliseconds. The default is 100. .It Fl i Ar iface Fl Z diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8 index fb62286d5670..b3a2b0489ad8 100644 --- a/usr.sbin/repquota/repquota.8 +++ b/usr.sbin/repquota/repquota.8 @@ -42,12 +42,12 @@ .Nm repquota .Nd summarize quotas for a file system .Sh SYNOPSIS -.Nm repquota +.Nm .Op Fl g .Op Fl u .Op Fl v .Ar filesystem Ar ... -.Nm repquota +.Nm .Op Fl g .Op Fl u .Op Fl v diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8 index 22ec4a883057..a4175fe87bbb 100644 --- a/usr.sbin/rmt/rmt.8 +++ b/usr.sbin/rmt/rmt.8 @@ -39,7 +39,7 @@ .Nm rmt .Nd remote magtape protocol module .Sh SYNOPSIS -.Nm rmt +.Nm .Sh DESCRIPTION .Nm Rmt is a program used by the remote dump and restore programs diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8 index 72136edf4c50..89828be320a9 100644 --- a/usr.sbin/route6d/route6d.8 +++ b/usr.sbin/route6d/route6d.8 @@ -21,7 +21,7 @@ .Nm route6d .Nd RIP6 Routing Daemon .Sh SYNOPSIS -.Nm route6d +.Nm .Op Fl adDhlqsS .Bk -words .Op Fl R Ar routelog @@ -58,7 +58,7 @@ Enables aging of the statically defined routes. With this option, any statically defined routes will be removed unless corresponding updates arrive as if the routes are received at the startup of -.Nm Ns . +.Nm . .\" .It Fl R Ar routelog This option makes the diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index 4355b3febf75..2438aacf85d0 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -40,7 +40,7 @@ .Nm rpc.lockd .Nd NFS file locking daemon .Sh SYNOPSIS -.Nm rpc.lockd +.Nm .Op Fl d Op Ar debug_level .Sh DESCRIPTION .Nm Rpc.lockd diff --git a/usr.sbin/rpc.statd/rpc.statd.8 b/usr.sbin/rpc.statd/rpc.statd.8 index 03bb44577047..0b7cfdbfc51b 100644 --- a/usr.sbin/rpc.statd/rpc.statd.8 +++ b/usr.sbin/rpc.statd/rpc.statd.8 @@ -40,7 +40,7 @@ .Nm rpc.statd .Nd host status monitoring daemon .Sh SYNOPSIS -.Nm rpc.statd +.Nm .Op Fl d .Sh DESCRIPTION .Nm Rpc.statd diff --git a/usr.sbin/rpc.umntall/rpc.umntall.8 b/usr.sbin/rpc.umntall/rpc.umntall.8 index 38ea9a675411..aa0418873ab5 100644 --- a/usr.sbin/rpc.umntall/rpc.umntall.8 +++ b/usr.sbin/rpc.umntall/rpc.umntall.8 @@ -32,7 +32,7 @@ .Nm rpc.umntall .Nd notify NFS servers about unmounted NFS filesystems .Sh SYNOPSIS -.Nm rpc.umntall +.Nm .Op Fl e Ar expire .Op Fl h Ar host .Op Fl k diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index 8de99d6101b9..c9c2ec58556a 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -37,7 +37,7 @@ .Nm rpc.yppasswdd .Nd "server for updating NIS passwords" .Sh SYNOPSIS -.Nm rpc.yppasswdd +.Nm .Op Fl t Ar master.passwd template file .Op Fl d Ar default domain .Op Fl p Ar path @@ -283,7 +283,7 @@ flag will cause it to log informational messages for all updates. Many commercial .Xr yppasswd 1 clients do not use a reserved port when sending requests to -.Nm rpc.yppasswdd . +.Nm . This is either because the .Xr yppasswd 1 program is not installed set-uid root, or because the RPC @@ -309,7 +309,7 @@ a certain small degree, but it might be necessary in cases where it is not possible to change the client behavior. .It Fl h Display the list of flags and options understood by -.Nm rpc.yppasswdd . +.Nm . .El .Sh FILES .Bl -tag -width Pa -compact diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 index 203367925211..b4360cf49f99 100644 --- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 +++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 @@ -37,7 +37,7 @@ .Nm rpc.ypxfrd .Nd "NIS map transfer server" .Sh SYNOPSIS -.Nm rpc.ypxfrd +.Nm .Op Fl p Ar path .Sh DESCRIPTION The diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index a0c7bf206264..cf70545a556c 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -132,7 +132,7 @@ program exits 0 on success, and >0 on failures. The default configuration file. .It Pa /var/run/rtadvd.pid contains the pid of the currently running -.Nm rtadvd . +.Nm . .It Pa /var/run/rtadvd.dump in which .Nm diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index cbbc039dc3a2..46f21f26289a 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -63,7 +63,7 @@ is used for controlling realtime process scheduling. .Nm Idprio is used for controlling idletime process scheduling, and can be called with the same options as -.Nm rtprio . +.Nm . .Pp A process with a realtime priority is not subject to priority degradation, and will only be preempted by another process of equal or diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index f5e62e4d6a24..2eaae80a87a9 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -38,10 +38,10 @@ .Nd router solicitation daemon .\" .Sh SYNOPSIS -.Nm rtsold +.Nm .Op Fl dDfm1 .Ar interface ... -.Nm rtsold +.Nm .Op Fl dDfm1 .Fl a .Nm rtsol @@ -180,7 +180,7 @@ The program exits with 0 on success, non-zero on failures. .Bl -tag -width /var/run/rtsold.dump -compact .It Pa /var/run/rtsold.pid the pid of the currently running -.Nm rtsold . +.Nm . .It Pa /var/run/rtsold.dump dumps internal state on. .El diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index de54ed70a9b8..1c065530e67f 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -39,7 +39,7 @@ .Nm rwhod .Nd system status server .Sh SYNOPSIS -.Nm rwhod +.Nm .Op Fl i .Op Fl p .Op Fl l @@ -142,10 +142,10 @@ table). Regardless of the option, the program accepts broadcast or unicast reports from all interfaces. Thus, this program will hear the reports of old, non-multicasting -.Nm rwhod Ns s , +.Nm Ns s , but, if multicasting is used, those old -.Nm rwhod Ns s +.Nm Ns s won't hear the reports generated by this program. .Pp The server transmits and receives messages at the port indicated diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index c226eb99d6ed..645df0e704aa 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -36,7 +36,7 @@ .Nm sa .Nd print system accounting statistics .Sh SYNOPSIS -.Nm sa +.Nm .Op Fl abcdDfijkKlmnqrstu .Op Fl v Ar cutoff .Op Ar diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8 index 0f96b4953235..987d8819e6cd 100644 --- a/usr.sbin/setextattr/setextattr.8 +++ b/usr.sbin/setextattr/setextattr.8 @@ -32,7 +32,7 @@ .Nm setextattr .Nd set a named extended attribute .Sh SYNOPSIS -.Nm setextattr +.Nm .Ar attrname .Ar filename .Ar attrvalue diff --git a/usr.sbin/setkey/setkey.8 b/usr.sbin/setkey/setkey.8 index 4736657c8356..70da99d3beb4 100644 --- a/usr.sbin/setkey/setkey.8 +++ b/usr.sbin/setkey/setkey.8 @@ -37,19 +37,19 @@ .Nd manually manipulate the IPsec SA/SP database. .\" .Sh SYNOPSIS -.Nm setkey +.Nm .Op Fl dv .Fl c -.Nm setkey +.Nm .Op Fl dv .Fl f Ar filename -.Nm setkey +.Nm .Op Fl adPlv .Fl D -.Nm setkey +.Nm .Op Fl dPv .Fl F -.Nm setkey +.Nm .Op Fl h .Fl x .\" diff --git a/usr.sbin/sgsc/sgsc.1 b/usr.sbin/sgsc/sgsc.1 index 4df3295b9820..747b170c2cac 100644 --- a/usr.sbin/sgsc/sgsc.1 +++ b/usr.sbin/sgsc/sgsc.1 @@ -37,7 +37,7 @@ .Nm sgsc .Nd set the options of the gsc scanner device .Sh SYNOPSIS -.Nm sgsc +.Nm .Op Fl sq .Op Fl b Ar len .Op Fl f Ar file diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8 index 1dfbd71ced70..b9322e03d80a 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -7,7 +7,7 @@ .Nm sicontrol .Nd Specialix SI/XIO driver configuration and debugging .Sh SYNOPSIS -.Nm sicontrol +.Nm device .Ar command Op Cm Ar param ... .Sh DESCRIPTION diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index 91be181add7c..78c03557f262 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -228,7 +228,7 @@ group and mode 4550 so that only members of group .Em network may run -.Nm sliplogin . +.Nm . The system administrator should make sure that all legitimate users are a member of the correct group. .Sh DIAGNOSTICS diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index edfa11153082..e15477776248 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -30,7 +30,7 @@ .Nm spray .Nd send many packets to host .Sh SYNOPSIS -.Nm spray +.Nm .Op Fl c Ar count .Op Fl d Ar delay .Op Fl l Ar length diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 834f6fa129b1..001344ce88de 100644 --- a/usr.sbin/stallion/bootcode/stl.4 +++ b/usr.sbin/stallion/bootcode/stl.4 @@ -45,7 +45,7 @@ This is a kernel driver for Stallion Technologies multiport serial boards. There are two drivers, each supporting a different class of boards. The -.Nm stl +.Nm driver supports the EasyIO and EasyConnection 8/32 boards, while the .Nm stli @@ -57,11 +57,11 @@ kernel configuration file. Slightly different options and parameters are required for each of the different board types. Depending on the type of board one of the -.Nm stl +.Nm or .Nm stli drivers will be used. The -.Nm stl +.Nm and .Nm stli drivers can support up to 8 boards. @@ -74,10 +74,10 @@ Alternatively the board documentation is available on Stallion Technologies WWW site at http://www.stallion.com. .Pp The EasyIO and EasyConnection 8/32 families of boards use the -.Nm stl +.Nm driver. ISA board configuration entries for the -.Nm stl +.Nm driver take the general form of: .Pp .Cd "stlX at isa? port tty irq " @@ -107,13 +107,13 @@ system on boot up. No configuration information is required in advance for these board types. During boot up the -.Nm stl +.Nm driver will issue messages to indicate that a EasyConnection 8/32 PCI board was found, and some information about it. .Pp Following are some examples of configuration entries for each of the ISA boards supported by the -.Nm stl +.Nm driver. Each example also describes some important details about each of the board types. @@ -262,9 +262,9 @@ region at address 0xc8000. .Sh NOTES When building the device nodes for the ports be sure to use the correct driver name, -.Nm stl +.Nm or -.Nm stli. +.Nm stli . Each driver has a separate major number allocated, so even though the port device names are the same for each driver, the major number of the device node is different. @@ -272,7 +272,7 @@ Use the .Xr MAKEDEV 8 script to create the devices. Use the ttyE and cue tag for the -.Nm stl +.Nm driver, and the ttyEi and cuei tags for the .Nm stli @@ -309,7 +309,7 @@ Use the .Xr MAKEDEV 8 script to create the devices. Use the ttyE and cue tag for the -.Nm stl +.Nm driver, and the ttyEi and cuei tags for the .Nm stli diff --git a/usr.sbin/stallion/stlload/stlload.8 b/usr.sbin/stallion/stlload/stlload.8 index a8556d19a310..f855f527b995 100644 --- a/usr.sbin/stallion/stlload/stlload.8 +++ b/usr.sbin/stallion/stlload/stlload.8 @@ -37,7 +37,7 @@ .Nm stlload .Nd "Stallion Technologies multiport serial board down loader" .Sh SYNOPSIS -.Nm stlload +.Nm .Op Fl vhVR .Op Fl i Ar image-file .Op Fl c Ar control-device diff --git a/usr.sbin/stallion/stlstats/stlstats.8 b/usr.sbin/stallion/stlstats/stlstats.8 index 2d0917a31068..56b24c753efa 100644 --- a/usr.sbin/stallion/stlstats/stlstats.8 +++ b/usr.sbin/stallion/stlstats/stlstats.8 @@ -37,7 +37,7 @@ .Nm stlstats .Nd "Stallion Technologies multiport serial statistics display" .Sh SYNOPSIS -.Nm stlstats +.Nm .Op Fl hVi .Op Fl c Ar control-device .Op Fl b Ar board-number diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index e7e20193000e..c4a0a9e0a2e3 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -107,7 +107,7 @@ will get permission. Put .Nm into debugging mode. This is probably only of use to developers working on -.Nm Ns . +.Nm . .It Fl f Specify the pathname of an alternate configuration file; the default is @@ -185,7 +185,7 @@ daemon creates the file and stores its process id there. This can be used to kill or reconfigure -.Nm Ns . +.Nm . .Pp The message sent to .Nm diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index 52329647edb9..4907a5f52d33 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -26,7 +26,7 @@ .Nm tcpslice .Nd extract pieces of and/or glue together tcpdump files .Sh SYNOPSIS -.Nm tcpslice +.Nm .Op Fl dRrt .Op Fl w Ar file .Op Ar start-time Op end-time diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8 index 9ec651c8fa3c..41f072ba3f31 100644 --- a/usr.sbin/timed/timed/timed.8 +++ b/usr.sbin/timed/timed/timed.8 @@ -39,7 +39,7 @@ .Nm timed .Nd time server daemon .Sh SYNOPSIS -.Nm timed +.Nm .Op Fl dtM .Op Fl i Ar network .Op Fl n Ar network @@ -53,7 +53,7 @@ which is normally invoked at boot time from the file. It synchronizes the host's time with the time of other machines, which are also running -.Nm Ns , +.Nm , in a local area network. These time servers will slow down the clocks of some machines and speed up the clocks of others to bring them to the average network time. @@ -74,7 +74,7 @@ to the list of networks to ignore. All other networks to which the machine is directly connected are used by -.Nm Ns . +.Nm . This option may be specified multiple times to add more than one network to the list. .It Fl F Ar host ... @@ -101,7 +101,7 @@ to the list of allowed networks. All other networks to which the machine is directly connected are ignored by -.Nm Ns . +.Nm . This option may be specified multiple times to add more than one network to the list. .It Fl t @@ -217,7 +217,7 @@ that looked for time masters on more than one network and eventually chose to become a slave on the other network. .Sh WARNINGS If two or more time daemons, whether -.Nm Ns , +.Nm , .Tn NTP , try to adjust the same clock, temporal chaos will result. If both diff --git a/usr.sbin/timed/timedc/timedc.8 b/usr.sbin/timed/timedc/timedc.8 index c07beb6710ae..42482d3eb686 100644 --- a/usr.sbin/timed/timedc/timedc.8 +++ b/usr.sbin/timed/timedc/timedc.8 @@ -39,7 +39,7 @@ .Nm timedc .Nd timed control program .Sh SYNOPSIS -.Nm timedc +.Nm .Oo Ar command\ \& .Op Ar argument ... .Oc diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8 index 38d171482d60..532f19898787 100644 --- a/usr.sbin/traceroute6/traceroute6.8 +++ b/usr.sbin/traceroute6/traceroute6.8 @@ -36,7 +36,7 @@ .Nd "print the route IPv6 packets will take to the destination" .\" .Sh SYNOPSIS -.Nm traceroute6 +.Nm .Bk -words .Op Fl dlnrv .Ek diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index 07d986bef2ea..8392ba43149d 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -39,7 +39,7 @@ .Nm trpt .Nd transliterate protocol trace .Sh SYNOPSIS -.Nm trpt +.Nm .Op Fl a .Op Fl f .Op Fl j diff --git a/usr.sbin/tzsetup/tzsetup.8 b/usr.sbin/tzsetup/tzsetup.8 index bc92189cfdfe..b814bb0dea99 100644 --- a/usr.sbin/tzsetup/tzsetup.8 +++ b/usr.sbin/tzsetup/tzsetup.8 @@ -30,7 +30,7 @@ .Nm tzsetup .Nd set local timezone .Sh SYNOPSIS -.Nm tzsetup +.Nm .Op Fl n .Op Ar default .Sh DESCRIPTION diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8 index e617c2d8778a..421eab64eb10 100644 --- a/usr.sbin/usbd/usbd.8 +++ b/usr.sbin/usbd/usbd.8 @@ -115,7 +115,7 @@ A timeout of 0 means that there is no timeout. The default is 30. .It Fl v Be verbose. Repeating the flag makes -.Nm usbd +.Nm more verbose. .El .Sh FILES @@ -142,7 +142,7 @@ for the .Nx project. The event queue handling in -.Nm usbd +.Nm was added by .An Nick Hibma Aq n_hibma@freebsd.org . diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index fe09a9f436c1..c127556972e3 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -39,7 +39,7 @@ .Nm vipw .Nd edit the password file .Sh SYNOPSIS -.Nm vipw +.Nm .Op Fl d Ar directory .Sh DESCRIPTION .Nm Vipw @@ -55,7 +55,7 @@ is .Xr vi 1 . .Pp When run without options, -.Nm vipw +.Nm will work with the password files in .Pa /etc . The @@ -85,7 +85,7 @@ is completed, the password file is unavailable for other updates and the new information is not available to programs. .Sh ENVIRONMENT If the following environment variable exists it will be utilized by -.Nm Ns : +.Nm : .Bl -tag -width PW_SCAN_BIG_IDS .It Ev EDITOR The editor specified by the string diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 2a15eda1d871..e1f4f948e68d 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -44,14 +44,14 @@ .Nm vnconfig .Nd configure and enable vnode disks .Sh SYNOPSIS -.Nm vnconfig +.Nm .Op Fl cdeguv .Op Fl s Ar option[,option...] .Op Fl r Ar option[,option...] .Op Fl S Ar value .Ar special_file Ar [regular_file] .Op Ar feature -.Nm vnconfig +.Nm .Fl a .Op Fl cdeguv .Op Fl s Ar option diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 1b42685245fc..ab760078ed09 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -9,7 +9,7 @@ .Nm watch .Nd snoop on another tty line .Sh SYNOPSIS -.Nm watch +.Nm .Op Fl ciotnW .Op Ar tty .\" watch [-ciotnW] [] @@ -66,7 +66,7 @@ While running in interactive mode, all user input is discarded except for: .Bl -tag -width "XXXX" -compact .It Sy "" Exit -.Nm Ns . +.Nm . .It Sy "" Clear screen. .It Sy "" @@ -74,7 +74,7 @@ Change attached tty. .El .Sh RESTRICTIONS Only the superuser can run -.Nm Ns . +.Nm . .Sh SEE ALSO .Xr pty 4 , .Xr sio 4 , diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index 1c572113c29f..8a4b1825219f 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -37,45 +37,45 @@ .Nm wicontrol .Nd configure WaveLAN/IEEE devices .Sh SYNOPSIS -.Nm wicontrol +.Nm .Fl i Ar iface Op Fl oa -.Nm wicontrol +.Nm .Fl i Ar iface Fl t Ar tx rate -.Nm wicontrol +.Nm .Fl i Ar iface Fl n Ar network name -.Nm wicontrol +.Nm .Fl i Ar iface Fl s Ar station name -.Nm wicontrol +.Nm .Fl i Ar iface Fl c Ar 0|1 -.Nm wicontrol +.Nm .Fl i Ar iface Fl q Ar SSID -.Nm wicontrol +.Nm .Fl i Ar iface Fl p Ar port type -.Nm wicontrol +.Nm .Fl i Ar iface Fl a Ar access point density -.Nm wicontrol +.Nm .Fl i Ar iface Fl m Ar mac address -.Nm wicontrol +.Nm .Fl i Ar iface Fl d Ar max data length -.Nm wicontrol +.Nm .Fl i Ar iface Fl e Ar 0|1 -.Nm wicontrol +.Nm .Fl i Ar iface Fl k Ar key .Op Fl v Ar 1|2|3|4 -.Nm wicontrol +.Nm .Fl i Ar iface Fl T Ar 1|2|3|4 -.Nm wicontrol +.Nm .Fl i Ar iface Fl r Ar RTS threshold -.Nm wicontrol +.Nm .Fl i Ar iface Fl f Ar frequency -.Nm wicontrol +.Nm .Fl i Ar iface Fl P Ar 0|1 -.Nm wicontrol +.Nm .Fl i Ar iface Fl S Ar max_sleep_duration -.Nm wicontrol +.Nm .Fl i Ar iface Fl Z (zero signal cache) -.Nm wicontrol +.Nm .Fl i Ar iface Fl C (display signal cache) .Sh DESCRIPTION @@ -321,7 +321,7 @@ values for this parameter are 0 (off) and 1 (on). .It Fl i Ar iface Fl S Ar max_sleep_interval Specify the sleep interval to use when power management is enabled. The -.Are max sleep interval +.Ar max_sleep_interval is specified in milliseconds. The default is 100. .It Fl i Ar iface Fl Z diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8 index df049907c98e..9374bb1a540a 100644 --- a/usr.sbin/wlconfig/wlconfig.8 +++ b/usr.sbin/wlconfig/wlconfig.8 @@ -7,7 +7,7 @@ .Nm wlconfig .Nd read/write wavelan config parameters .Sh SYNOPSIS -.Nm wlconfig +.Nm .Ar ifname .Op Ar param value ... .Sh DESCRIPTION diff --git a/usr.sbin/xten/xten.1 b/usr.sbin/xten/xten.1 index 51a9170aab38..75646109b6b8 100644 --- a/usr.sbin/xten/xten.1 +++ b/usr.sbin/xten/xten.1 @@ -36,7 +36,7 @@ .Nm xten .Nd transmit X-10 commands .Sh SYNOPSIS -.Nm xten +.Nm .Op Fl "" .Ar house Ar key Ns Op Ar :cnt .Oo diff --git a/usr.sbin/yp_mkdb/yp_mkdb.8 b/usr.sbin/yp_mkdb/yp_mkdb.8 index 44e97505637b..47c521c600f3 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.8 +++ b/usr.sbin/yp_mkdb/yp_mkdb.8 @@ -37,11 +37,11 @@ .Nm yp_mkdb .Nd "generate the NIS databases" .Sh SYNOPSIS -.Nm yp_mkdb +.Nm .Fl c -.Nm yp_mkdb +.Nm .Fl u Ar dbname -.Nm yp_mkdb +.Nm .Op Fl c .Op Fl b .Op Fl s diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8 index 88d07deed89b..2a3d0b626a9b 100644 --- a/usr.sbin/yppoll/yppoll.8 +++ b/usr.sbin/yppoll/yppoll.8 @@ -43,7 +43,7 @@ .Nm yppoll .Nd ask version of YP map from YP server .Sh SYNOPSIS -.Nm yppoll +.Nm .Op Fl h Ar host .Op Fl d Ar domain .Ar mapname diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index 595a74db8160..123ee3c27fbf 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -38,7 +38,7 @@ .Nm yppush .Nd "force propagation of updated NIS databases" .Sh SYNOPSIS -.Nm yppush +.Nm .Op Fl d Ar domain .Op Fl t Ar timeout .Op Fl j Ar #parallel jobs @@ -60,7 +60,7 @@ Note that does not invoke .Nm by default: the -.Nm NOPUSH=True +.Dq Li NOPUSH=True entry in the Makefile must first be commented out (the default .Fx diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index dc4565ced93d..78b56d77fe4e 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -37,14 +37,14 @@ .Nm ypinit .Nd build and install NIS databases .Sh SYNOPSIS -.Nm ypinit +.Nm .Fl m .Op Ar domainname -.Nm ypinit +.Nm .Fl s .Ar master_server .Op Ar domainname -.Nm ypinit +.Nm .Fl u .Op Ar domainname .Sh DESCRIPTION @@ -158,7 +158,7 @@ Passwd database source file Netgroup data source file .It Pa /var/yp/ypservers Ypservers source file (generated by -.Nm Ns ) +.Nm ) .El .Sh SEE ALSO .Xr yp 4 , diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index 8ce6093237ad..07e4777f8647 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -353,7 +353,7 @@ man page for details on how to force it to bind to a particular server. .Sh OPTIONS The following options are supported by -.Nm Ns : +.Nm : .Bl -tag -width flag .It Fl n This option affects the way diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 0e5b4bf46bd2..41768ce8215c 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -40,7 +40,7 @@ .Xr ypbind 8 which YP server process to use .Sh SYNOPSIS -.Nm ypset +.Nm .Op Fl h Ar host .Op Fl d Ar domain .Ar server diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index 881001c27d46..eb4d954138a3 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -9,7 +9,7 @@ .Nm zdump .Nd timezone dumper .Sh SYNOPSIS -.Nm zdump +.Nm .Op Fl v .Op Fl c Ar cutoffyear .Op Ar zonename ... diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index f2df2233d7c2..935e0e225b9a 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -6,7 +6,7 @@ .Nm zic .Nd timezone compiler .Sh SYNOPSIS -.Nm zic +.Nm .Op Fl Dsv .Op Fl d Ar directory .Op Fl g Ar group