diff options
51 files changed, 581 insertions, 473 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 8dc31825de2..401ba6e8220 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tail.1,v 1.4 1998/09/06 22:23:17 aaron Exp $ +.\" $OpenBSD: tail.1,v 1.5 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -89,7 +89,7 @@ The .Fl f option causes .Nm -to not stop when end of file is reached, but rather to wait for additional +to not stop when end-of-file is reached, but rather to wait for additional data to be appended to the input. If the file is replaced (ie. the inode number changes), .Nm @@ -134,7 +134,7 @@ is the name of the file. .Pp The .Nm -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr cat 1 , .Xr head 1 , diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 40d6e09b43a..36c46a3bd21 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talk.1,v 1.3 1998/04/27 15:45:51 pjanzen Exp $ +.\" $OpenBSD: talk.1,v 1.4 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -45,7 +45,7 @@ .Ar person .Op Ar ttyname .Sh DESCRIPTION -.Nm Talk +.Nm talk is a visual communication program which copies lines from your terminal to that of another user. .Pp @@ -73,7 +73,7 @@ When first called, .Nm talk sends the message .Bd -literal -offset indent -compact -Message from TalkDaemon@his_machine... +Message from TalkDaemon@their_machine... talk: connection requested by your_name@your_machine. talk: respond with: talk your_name@your_machine .Ed @@ -84,7 +84,7 @@ of the message should reply by typing .Dl talk \ your_name@your_machine .Pp It doesn't matter from which machine the recipient replies, as -long as his login-name is the same. If the machine is not the one to which +long as their login name is the same. If the machine is not the one to which the talk request was sent, it is noted on the screen. Once communication is established, the two parties may type simultaneously, with their output appearing diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 6f8c997dd5a..89ec5ac0950 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcopy.1,v 1.3 1997/04/16 03:43:54 millert Exp $ +.\" $OpenBSD: tcopy.1,v 1.4 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: tcopy.1,v 1.4 1997/04/15 07:23:07 lukem Exp $ .\" .\" Copyright (c) 1985, 1990, 1991, 1993 @@ -47,10 +47,10 @@ .Oo Ar src Op Ar dest .Oc .Sh DESCRIPTION -.Nm Tcopy +.Nm tcopy is designed to copy magnetic tapes. The only assumption made about the tape is that there are two tape marks at the end. -.Nm Tcopy +.Nm tcopy with only a source tape .Pf ( Ar /dev/rst0 by default) specified will print @@ -72,9 +72,9 @@ Specify a maximum block size, .Ar maxblk . .It Fl v Given the two tapes, -.ar src +.Ar src and -.Ar dest +.Ar dest , verify that they are identical. .It Fl x Output all informational messages to the standard error. diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index b705fe12a96..4f25e11864f 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tee.1,v 1.2 1996/06/26 05:40:31 deraadt Exp $ +.\" $OpenBSD: tee.1,v 1.3 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: tee.1,v 1.4 1994/12/09 01:43:37 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -67,7 +67,7 @@ signal. .Pp The following operands are available: .Bl -tag -width file -.It file +.It Ar file A pathname of an output .Ar file . .El @@ -81,7 +81,7 @@ option. .Pp The .Nm tee -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm tee diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index be47ca46c76..5e018140878 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.11 1998/09/05 17:41:47 deraadt Exp $ +.\" $OpenBSD: telnet.1,v 1.12 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -108,10 +108,12 @@ BINARY option to be negotiated on output. .It Fl S Ar tos Sets the IP type-of-service (TOS) option for the telnet connection to the value -.Ar tos, +.Ar tos , which can be a numeric TOS value or, on systems that support it, a symbolic -TOS name found in the /etc/iptos file. +TOS name found in the +.Pa /etc/iptos +file. .It Fl X Ar atype Disables the .Ar atype @@ -131,12 +133,12 @@ otherwise it is the name associated with the user ID. .It Fl b Ar hostalias Uses .Xr bind 2 -on the local socket to bind it to an aliased address (See +on the local socket to bind it to an aliased address (see .Xr ifconfig 8 -and the \*(Lqalias\*(Rq specifier) or to the address of +and the ``alias'' specifier) or to the address of another interface than the one naturally chosen by .Xr connect 2 . -This can be useful when connecting to services which uses IP addresses +This can be useful when connecting to services which use IP addresses for authentication and reconfiguration of the server is undesirable (or impossible). .It Fl c @@ -149,7 +151,7 @@ command on this man page.) Sets the initial value of the .Ic debug toggle to -.Dv TRUE +.Dv TRUE . .It Fl e Ar escapechar Sets the initial .Nm @@ -166,7 +168,9 @@ option allows the local credentials to be forwarded to the remote system. .It Fl k Ar realm If Kerberos authentication is being used, the .Fl k -option requests that telnet obtain tickets for the remote host in +option requests that +.Nm telnet +obtain tickets for the remote host in realm .Ar realm instead of the remote host's realm, as determined @@ -222,11 +226,11 @@ Once a connection has been opened, will attempt to enable the .Dv TELNET LINEMODE option. -If this fails, then +If this fails, .Nm telnet will revert to one of two input modes: -either \*(Lqcharacter at a time\*(Rq -or \*(Lqold line by line\*(Rq +either ``character at a time'' +or ``old line by line'' depending on what the remote system supports. .Pp When @@ -238,12 +242,12 @@ will relay that information. The remote system will also relay changes to any special characters that happen on the remote system, so that they can take effect on the local system. .Pp -In \*(Lqcharacter at a time\*(Rq mode, most +In ``character at a time'' mode, most text typed is immediately sent to the remote host for processing. .Pp -In \*(Lqold line by line\*(Rq mode, all text is echoed locally, +In ``old line by line'' mode, all text is echoed locally, and (normally) only completed lines are sent to the remote host. -The \*(Lqlocal echo character\*(Rq (initially \*(Lq^E\*(Rq) may be used +The ``local echo character'' (initially ``^E'') may be used to turn off and on the local echo (this would mostly be used to enter passwords without the password being echoed). @@ -254,9 +258,9 @@ option is enabled, or if the .Ic localchars toggle is .Dv TRUE -(the default for \*(Lqold line by line\*(Lq; see below), +(the default for ``old line by line''; see below), the user's -.Ic quit , +.Ic quit , .Ic intr , and .Ic flush @@ -298,7 +302,7 @@ While connected to a remote host, .Nm telnet command mode may be entered by typing the .Nm telnet -\*(Lqescape character\*(Rq (initially \*(Lq^]\*(Rq). +``escape character'' (initially ``^]''). When in command mode, the normal terminal editing conventions are available. .Pp The following @@ -306,30 +310,36 @@ The following commands are available. Only enough of each command to uniquely identify it need be typed (this is also true for arguments to the -.Ic mode , +.Ic mode , .Ic set , -.Ic toggle , +.Ic toggle , .Ic unset , -.Ic slc , +.Ic slc , .Ic environ , and .Ic display commands). .Pp .Bl -tag -width "mode type" -.It Ic auth Ar argument ... -The auth command manipulates the information sent through the +.It Ic auth Ar argument Op Ar ... +The +.Ic auth +command manipulates the information sent through the .Dv TELNET AUTHENTICATE option. Valid arguments for the auth command are as follows: .Bl -tag -width "disable type" .It Ic disable Ar type -Disables the specified type of authentication. To +Disables the specified +.Ar type +of authentication. To obtain a list of available types, use the .Ic auth disable \&? command. .It Ic enable Ar type -Enables the specified type of authentication. To +Enables the specified +.Ar type +of authentication. To obtain a list of available types, use the .Ic auth enable \&? command. @@ -341,29 +351,43 @@ authentication. Close a .Tn TELNET session and return to command mode. -.It Ic display Ar argument ... +.It Ic display Ar argument Op Ar ... Displays all, or some, of the .Ic set and .Ic toggle values (see below). -.It Ic encrypt Ar argument ... -The encrypt command manipulates the information sent through the +.It Ic encrypt Ar argument Op Ar ... +The +.Ic encrypt +command manipulates the information sent through the .Dv TELNET ENCRYPT option. ..Pp Valid arguments for the encrypt command are as follows: .Bl -tag -width Ar .It Ic disable Ar type Ic [input|output] -Disables the specified type of encryption. If you -omit the input and output, both input and output +Disables the specified +.Ar type +of encryption. If you +omit +.Ic input +and +.Ic output , +both input and output are disabled. To obtain a list of available types, use the .Ic encrypt disable \&? command. .It Ic enable Ar type Ic [input|output] -Enables the specified type of encryption. If you -omit input and output, both input and output are +Enables the specified +.Ar type +of encryption. If you +omit +.Ic input +and +.Ic output , +both input and output are enabled. To obtain a list of available types, use the .Ic encrypt enable \&? command. @@ -395,7 +419,10 @@ command. .It Ic status Lists the current status of encryption. .It Ic stop Ic [input|output] -Stops encryption. If you omit input and output, +Stops encryption. If you omit +.Ic input +and +.Ic output , encryption is on both input and output. .It Ic type Ar type Sets the default type of encryption to be used @@ -405,7 +432,7 @@ or .Ic encrypt stop commands. .El -.It Ic environ Ar arguments... +.It Ic environ Ar arguments Op Ar ... The .Ic environ command is used to manipulate the @@ -434,7 +461,7 @@ command are: Define the variable .Ar variable to have a value of -.Ar value. +.Ar value . Any variables defined by this command are automatically exported. The .Ar value @@ -483,7 +510,7 @@ suspending a user's session for later reattachment, the logout argument indicates that you should terminate the session immediately. .It Ic mode Ar type -.Ar Type +.Ar type is one of several options, depending on the state of the .Tn TELNET session. @@ -496,13 +523,13 @@ Disable the .Dv TELNET LINEMODE option, or, if the remote side does not understand the .Dv LINEMODE -option, then enter \*(Lqcharacter at a time\*(Lq mode. +option, then enter ``character at a time'' mode. .It Ic line Enable the .Dv TELNET LINEMODE option, or, if the remote side does not understand the .Dv LINEMODE -option, then attempt to enter \*(Lqold-line-by-line\*(Lq mode. +option, then attempt to enter ``old-line-by-line'' mode. .It Ic isig Pq Ic \-isig Attempt to enable (disable) the .Dv TRAPSIG @@ -559,7 +586,7 @@ will attempt to contact a server at the default port. The host specification may be either a host name (see .Xr hosts 5 ) -or an Internet address specified in the \*(Lqdot notation\*(Rq (see +or an Internet address specified in the ``dot notation'' (see .Xr inet 3 ) . The .Fl l @@ -576,7 +603,7 @@ the initial option negotiation is done. After establishing a connection, the file .Pa \&.telnetrc in the -user's home directory is opened. Lines beginning with a # are +user's home directory is opened. Lines beginning with a ``#'' are comment lines. Blank lines are ignored. Lines that begin without white space are the start of a machine entry. The first thing on the line is the name of the machine that is @@ -591,8 +618,8 @@ command prompt. Close any open .Tn TELNET session and exit -.Nm telnet . -An end of file (in command mode) will also close a session and exit. +.Nm telnet . +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. The following are the arguments which may be specified @@ -649,7 +676,7 @@ sequence. .It Ic escape Sends the current .Nm telnet -escape character (initially \*(Lq^\*(Rq). +escape character (initially ``^]''). .It Ic ga Sends the .Dv TELNET GA @@ -689,21 +716,69 @@ urgent data (and may not work if the remote system is a .Bx 4.2 system -- if -it doesn't work, a lower case \*(Lqr\*(Rq may be echoed on the terminal). +it doesn't work, a lower case ``r'' may be echoed on the terminal). .It Ic do Ar cmd +Sends the +.Dv TELNET DO +.Ar cmd +sequence. +.Ar cmd +can be either a decimal number between 0 and 255, +or a symbolic name for a specific +.Dv TELNET +command. +.Ar cmd +can also be either +.Ic help +or +.Ic \&? +to print out help information, including +a list of known symbolic names. .It Ic dont Ar cmd +Sends the +.Dv TELNET DONT +.Ar cmd +sequence. +.Ar cmd +can be either a decimal number between 0 and 255, +or a symbolic name for a specific +.Dv TELNET +command. +.Ar cmd +can also be either +.Ic help +or +.Ic \&? +to print out help information, including +a list of known symbolic names. .It Ic will Ar cmd +Sends the +.Dv TELNET WILL +.Ar cmd +sequence. +.Ar cmd +can be either a decimal number between 0 and 255, +or a symbolic name for a specific +.Dv TELNET +command. +.Ar cmd +can also be either +.Ic help +or +.Ic \&? +to print out help information, including +a list of known symbolic names. .It Ic wont Ar cmd Sends the -.Dv TELNET DO +.Dv TELNET WONT .Ar cmd sequence. -.Ar Cmd +.Ar cmd can be either a decimal number between 0 and 255, or a symbolic name for a specific .Dv TELNET command. -.Ar Cmd +.Ar cmd can also be either .Ic help or @@ -726,7 +801,7 @@ variables to a specific value or to The special value .Ic off turns off the function associated with -the variable, this is equivalent to using the +the variable; this is equivalent to using the .Ic unset command. The @@ -750,7 +825,9 @@ commands. .It Ic ayt If .Tn TELNET -is in localchars mode, or +is in +.Ic localchars +mode, or .Dv LINEMODE is enabled, and the status character is typed, a .Dv TELNET AYT @@ -760,8 +837,8 @@ preceding) is sent to the remote host. The initial value for the "Are You There" character is the terminal's status character. .It Ic echo -This is the value (initially \*(Lq^E\*(Rq) which, when in -\*(Lqline by line\*(Rq mode, toggles between doing local echoing +This is the value (initially ``^E'') which, when in +``line by line'' mode, toggles between doing local echoing of entered characters (for normal processing), and suppressing echoing of entered characters (for entering, say, a password). .It Ic eof @@ -769,10 +846,12 @@ If .Nm telnet is operating in .Dv LINEMODE -or \*(Lqold line by line\*(Rq mode, entering this character +or ``old line by line'' mode, entering this character as the first character on a line will cause this character to be sent to the remote system. -The initial value of the eof character is taken to be the terminal's +The initial value of the +.Ic eof +character is taken to be the terminal's .Ic eof character. .It Ic erase @@ -784,10 +863,9 @@ mode (see .Ic toggle .Ic localchars below), -.Sy and -if +and if .Nm telnet -is operating in \*(Lqcharacter at a time\*(Rq mode, then when this +is operating in ``character at a time'' mode, then when this character is typed, a .Dv TELNET EC sequence (see @@ -795,14 +873,16 @@ sequence (see .Ic ec above) is sent to the remote system. -The initial value for the erase character is taken to be +The initial value for the +.Ic erase +character is taken to be the terminal's .Ic erase character. .It Ic escape This is the .Nm telnet -escape character (initially \*(Lq^[\*(Rq) which causes entry +escape character (initially ``^['') which causes entry into .Nm telnet command mode (when connected to a remote system). @@ -824,7 +904,9 @@ sequence (see .Ic ao above) is sent to the remote host. -The initial value for the flush character is taken to be +The initial value for the +.Ic flush +character is taken to be the terminal's .Ic flush character. @@ -857,7 +939,9 @@ sequence (see .Ic ip above) is sent to the remote host. -The initial value for the interrupt character is taken to be +The initial value for the +.Ic interrupt +character is taken to be the terminal's .Ic intr character. @@ -870,10 +954,9 @@ mode (see .Ic toggle .Ic localchars below), -.Ic and -if +and if .Nm telnet -is operating in \*(Lqcharacter at a time\*(Rq mode, then when this +is operating in ``character at a time'' mode, then when this character is typed, a .Dv TELNET EL sequence (see @@ -881,7 +964,9 @@ sequence (see .Ic el above) is sent to the remote system. -The initial value for the kill character is taken to be +The initial value for the +.Ic kill +character is taken to be the terminal's .Ic kill character. @@ -890,11 +975,13 @@ If .Nm telnet is operating in .Dv LINEMODE -or \*(Lqold line by line\*(Lq mode, then this character is taken to +or ``old line by line'' mode, then this character is taken to be the terminal's .Ic lnext character. -The initial value for the lnext character is taken to be +The initial value for the +.Ic lnext +character is taken to be the terminal's .Ic lnext character. @@ -916,7 +1003,9 @@ sequence (see .Ic brk above) is sent to the remote host. -The initial value for the quit character is taken to be +The initial value for the +.Ic quit +character is taken to be the terminal's .Ic quit character. @@ -925,11 +1014,13 @@ If .Nm telnet is operating in .Dv LINEMODE -or \*(Lqold line by line\*(Lq mode, then this character is taken to +or old line by line'' mode, then this character is taken to be the terminal's .Ic reprint character. -The initial value for the reprint character is taken to be +The initial value for the +.Ic reprint +character is taken to be the terminal's .Ic reprint character. @@ -939,12 +1030,14 @@ If set, the normal .Tn TELNET escape character is ignored unless it is preceded by this character at the beginning of a line. -This character, at the beginning of a line followed by -a "." closes the connection; when followed by a ^Z it +This character, at the beginning of a line, followed by +a "." closes the connection; when followed by a ^Z it suspends the .Nm telnet command. The initial state is to -disable the rlogin escape character. +disable the +.Ic rlogin +escape character. .It Ic start If the .Dv TELNET TOGGLE-FLOW-CONTROL @@ -953,7 +1046,9 @@ then this character is taken to be the terminal's .Ic start character. -The initial value for the start character is taken to be +The initial value for the +.Ic start +character is taken to be the terminal's .Ic start character. @@ -965,7 +1060,9 @@ then this character is taken to be the terminal's .Ic stop character. -The initial value for the stop character is taken to be +The initial value for the +.Ic stop +character is taken to be the terminal's .Ic stop character. @@ -985,7 +1082,9 @@ sequence (see .Ic susp above) is sent to the remote host. -The initial value for the suspend character is taken to be +The initial value for the +.Ic suspend +character is taken to be the terminal's .Ic suspend character. @@ -1004,11 +1103,13 @@ If .Nm telnet is operating in .Dv LINEMODE -or \*(Lqold line by line\*(Lq mode, then this character is taken to +or ``old line by line'' mode, then this character is taken to be the terminal's .Ic worderase character. -The initial value for the worderase character is taken to be +The initial value for the +.Ic worderase +character is taken to be the terminal's .Ic worderase character. @@ -1063,10 +1164,10 @@ command. .El .It Ic status Show the current status of -.Nm telnet . +.Nm telnet . This includes the peer one is connected to, as well as the current mode. -.It Ic toggle Ar arguments ... +.It Ic toggle Ar arguments Op Ar ... Toggle (between .Dv TRUE and @@ -1099,7 +1200,7 @@ and are both .Dv TRUE , then when the -.Ic ao , +.Ic ao or .Ic quit characters are recognized (and transformed into @@ -1127,8 +1228,10 @@ When the .Dv TELNET ENCRYPT option is negotiated, by default the actual encryption (decryption) of the data -stream does not start automatically. The autoencrypt -(autodecrypt) command states that encryption of the +stream does not start automatically. The +.Ic autoencrypt +.Pq Ic autodecrypt +command states that encryption of the output (input) stream should be enabled as soon as possible. .Pp @@ -1159,7 +1262,7 @@ then when either the .Ic intr or .Ic quit -characters is typed (see +character is typed (see .Ic set above for descriptions of the .Ic intr @@ -1171,7 +1274,7 @@ sequence sent is followed by the .Dv TELNET SYNCH sequence. This procedure -.Ic should +.Em should cause the remote system to begin throwing away all previously typed input until both of the .Tn TELNET @@ -1209,12 +1312,11 @@ a line feed. This mode does not affect those characters typed by the user, only those received from the remote host. This mode is not very useful unless the remote host -only sends carriage return, but never line feed. +only sends carriage return, but never line feeds. The initial value for this toggle is .Dv FALSE . .It Ic debug -Toggles socket level debugging (useful only to the -.Ic super user ) . +Toggles socket level debugging (useful only to the super-user). The initial value for this toggle is .Dv FALSE . .It Ic encdebug @@ -1223,9 +1325,9 @@ Turns on debugging information for the encryption code. If this is .Dv TRUE , then the -.Ic flush , +.Ic flush , .Ic interrupt , -.Ic quit , +.Ic quit , .Ic erase , and .Ic kill @@ -1235,9 +1337,9 @@ above) are recognized locally, and transformed into (hopefully) appropriate .Tn TELNET control sequences (respectively -.Ic ao , +.Ic ao , .Ic ip , -.Ic brk , +.Ic brk , .Ic ec , and .Ic el ; @@ -1246,10 +1348,10 @@ see above). The initial value for this toggle is .Dv TRUE -in \*(Lqold line by line\*(Rq mode, +in ``old line by line'' mode, and .Dv FALSE -in \*(Lqcharacter at a time\*(Rq mode. +in ``character at a time'' mode. When the .Dv LINEMODE option is enabled, the value of @@ -1261,12 +1363,14 @@ If has ever been enabled, then .Ic quit is sent as -.Ic abort , +.Ic abort , +and +.Ic eof and -.Ic eof and .Ic suspend are sent as -.Ic eof and +.Ic eof +and .Ic susp (see .Ic send @@ -1301,7 +1405,7 @@ When the skiprc toggle is .Tn TELNET skips the reading of the .Pa \&.telnetrc -file in the users home +file in the user's home directory when connections are opened. The initial value for this toggle is .Dv FALSE. @@ -1325,9 +1429,9 @@ commands. .El .It Ic z Suspend -.Nm telnet . +.Nm telnet . This command only works when the user is using the -.Xr csh 1 . +.Xr csh 1 . .It Ic \&! Op Ar command Execute a single command in a subshell on the local system. If @@ -1343,7 +1447,7 @@ If a command is specified, will print the help information for just that command. .El .Sh ENVIRONMENT -.Nm Telnet +.Nm telnet uses at least the .Ev HOME , .Ev SHELL , @@ -1362,15 +1466,14 @@ user customized telnet startup values .El .Sh HISTORY The -.Nm Telnet +.Nm telnet command appeared in .Bx 4.2 . .Sh NOTES -.Pp On some remote systems, echo has to be turned off manually when in -\*(Lqold line by line\*(Rq mode. +``old line by line'' mode. .Pp -In \*(Lqold line by line\*(Rq mode or +In ``old line by line'' mode or .Dv LINEMODE the terminal's .Ic eof diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index f09aeeaa0d7..af56a7d77a9 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftp.1,v 1.2 1996/06/26 05:40:35 deraadt Exp $ +.\" $OpenBSD: tftp.1,v 1.3 1998/10/30 00:24:39 aaron Exp $ .\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm tftp .Op Ar host .Sh DESCRIPTION -.Nm Tftp +.Nm tftp is the user interface to the Internet .Tn TFTP (Trivial File Transfer Protocol), @@ -56,7 +56,7 @@ may be specified on the command line, in which case uses .Ar host as the default host for future transfers (see the -.Cm connect +.Ic connect command below). .Sh COMMANDS Once @@ -66,16 +66,18 @@ is running, it issues the prompt and recognizes the following commands: .Pp .Bl -tag -width verbose -compact -.It Cm \&? Ar command-name ... +.It Ic \&? Ar command-name Op Ar ... Print help information. .Pp -.It Cm ascii -Shorthand for "mode ascii" +.It Ic ascii +Shorthand for +.Ic mode ascii . .Pp -.It Cm binary -Shorthand for "mode binary" +.It Ic binary +Shorthand for +.Ic mode binary . .Pp -.It Cm connect Ar host-name Op Ar port +.It Ic connect Ar host Op Ar port Set the .Ar host (and optionally @@ -87,23 +89,23 @@ protocol, unlike the .Tn FTP protocol, does not maintain connections between transfers; thus, the -.Cm connect +.Ic connect command does not actually create a connection, but merely remembers what host is to be used for transfers. You do not have to use the -.Cm connect +.Ic connect command; the remote host can be specified as part of the -.Cm get +.Ic get or -.Cm put +.Ic put commands. .Pp -.It Cm get Ar filename -.It Cm get Ar remotename localname -.It Cm get Ar file1 file2 ... fileN +.It Ic get Ar filename +.It Ic get Ar remotename localname +.It Ic get Ar file Op Ar ... Get a file or set of files from the specified .Ar sources . -.Ar Source +.Ar source can be in one of two forms: a filename on the remote host, if the host has already been specified, or a string of the form @@ -112,19 +114,19 @@ to specify both a host and filename at the same time. If the latter form is used, the last hostname specified becomes the default for future transfers. .Pp -.It Cm mode Ar transfer-mode +.It Ic mode Ar transfer-mode Set the mode for transfers; .Ar transfer-mode may be one of -.Em ascii +.Ic ascii or -.Em binary . +.Ic binary . The default is -.Em ascii . +.Ic ascii . .Pp -.It Cm put Ar file -.It Cm put Ar localfile remotefile -.It Cm put Ar file1 file2 ... fileN remote-directory +.It Ic put Ar file +.It Ic put Ar localfile remotefile +.It Ic put Ar file1 file2 ... fileN remote-directory Put a file or set of files to the specified remote file or directory. The destination @@ -140,33 +142,32 @@ assumed to be a .Tn UNIX machine. .Pp -.It Cm quit +.It Ic quit Exit .Nm tftp . -An end of file also exits. +An end-of-file also exits. .Pp -.It Cm rexmt Ar retransmission-timeout +.It Ic rexmt Ar retransmission-timeout Set the per-packet retransmission timeout, in seconds. .Pp -.It Cm status +.It Ic status Show current status. .Pp -.It Cm timeout Ar total-transmission-timeout +.It Ic timeout Ar total-transmission-timeout Set the total transmission timeout, in seconds. .Pp -.It Cm trace +.It Ic trace Toggle packet tracing. .Pp -.It Cm verbose +.It Ic verbose Toggle verbose mode. .El .Sh BUGS -.Pp -Because there is no user-login or validation within +Because there is no user login or validation within the .Tn TFTP protocol, the remote site will probably have some -sort of file-access restrictions in place. The +sort of file access restrictions in place. The exact methods are specific to each site and therefore difficult to document here. .Sh HISTORY diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 3ea213d40c1..17d7608275b 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.3 1996/12/19 18:21:02 deraadt Exp $ +.\" $OpenBSD: time.1,v 1.4 1998/10/30 00:24:39 aaron Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -75,7 +75,7 @@ The output is formatted as specified by .Pp The .Xr csh 1 -has its own and syntactically different builtin version of +shell has its own and syntactically different built-in version of .Nm time. The utility described here is available as @@ -107,7 +107,7 @@ Otherwise, the exit status of shall be that of .Ar utility . .Sh SEE ALSO -.Xr csh 1 +.Xr csh 1 , .Xr getrusage 2 .Sh FILES .Bl -tag -width /usr/include/sys/resource.h -compact diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 5fc407ca7c7..6033b3a3a94 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.3 1998/07/12 05:32:53 todd Exp $ +.\" $OpenBSD: tip.1,v 1.4 1998/10/30 00:24:39 aaron Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -58,15 +58,15 @@ .\" .Op Fl l Ar line .\" .Op Fl # .Sh DESCRIPTION -.Nm Tip +.Nm tip .\" and .\" .Nm cu -establish a full-duplex connection to another machine, +establishes a full-duplex connection to another machine, giving the appearance of being logged in directly on the -remote cpu. It goes without saying that you must have a login +remote CPU. It goes without saying that you must have a login on the machine (or equivalent) to which you wish to connect. .\" The preferred interface is -.\" .Nm tip . +.\" .Nm tip . .\" The .\" .Nm cu .\" interface is included for those people attached to the @@ -74,7 +74,7 @@ on the machine (or equivalent) to which you wish to connect. .\" .Ux Ns '' .\" command of version 7. This manual page .\" describes only -.\" .Nm tip . +.\" .Nm tip . .Pp Available Option: .Bl -tag -width indent @@ -101,15 +101,15 @@ Change directory to (no argument implies change to your home directory). .It Ic \&~! -Escape to a shell (exiting the shell will -return you to tip). +Escape to a shell (exiting the shell will return you to +.Nm tip Ns ). .It Ic \&~> Copy file from local to remote. -.Nm Tip +.Nm tip prompts for the name of a local file to transmit. .It Ic \&~< Copy file from remote to local. -.Nm Tip +.Nm tip prompts first for the name of the file to be sent, then for a command to be executed on the remote machine. .It Ic \&~p Ar from Op Ar to @@ -132,7 +132,7 @@ As in the put command the ``to'' file defaults to the ``from'' file name if it isn't specified. The remote host executes the command string ``cat 'from';echo ^A'' to send the file to -.Nm tip . +.Nm tip . .It Ic \&~| Pipe the output from a remote command to a local .Ux @@ -166,7 +166,7 @@ Send a to the remote system. For systems which don't support the necessary -.Ar ioctl +.Fn ioctl call the break is simulated by a sequence of line speed changes and .Dv DEL @@ -182,13 +182,13 @@ Stop only the ``local side'' of .Nm tip (only available with job control); the ``remote side'' of -.Nm tip , +.Nm tip , the side that displays output from the remote host, is left running. .It Ic \&~? -Get a summary of the tilde escapes +Get a summary of the tilde escapes. .El .Pp -.Nm Tip +.Nm tip uses the file .Pa /etc/remote to find how to reach a particular @@ -219,7 +219,7 @@ erase and kill characters. A null line in response to a prompt, or an interrupt, will abort the dialogue and return you to the remote machine. .Pp -.Nm Tip +.Nm tip guards against multiple users connecting to a remote system by opening modems and terminal lines with exclusive access, and by honoring the locking protocol used by @@ -242,7 +242,7 @@ When .Nm tip must dial a phone number to connect to a system it will print various messages indicating its actions. -.Nm Tip +.Nm tip supports the .Tn DEC DN Ns-11 and @@ -254,9 +254,8 @@ and Ventel 212+, Racal-Vadic 3451, and Bizcomp 1031 and 1032 integral call unit/modems. .Ss VARIABLES -.Nm Tip -maintains a set of -.Ar variables +.Nm tip +maintains a set of variables which control its operation. Some of these variables are read-only to normal users (root is allowed to change anything of interest). Variables may be displayed @@ -264,7 +263,7 @@ and set through the ``s'' escape. The syntax for variables is patterned after .Xr vi 1 and -.Xr Mail 1 . +.Xr Mail 1 . Supplying ``all'' as an argument to the set command displays all variables readable by the user. Alternatively, the user may request display of a particular @@ -287,35 +286,35 @@ option causes to display the sets as they are made. Certain common variables have abbreviations. The following is a list of common variables, -their abbreviations, and their default values. +their abbreviations, and their default values: .Bl -tag -width Ar .It Ar beautify (bool) Discard unprintable characters when a session is being scripted; abbreviated -.Ar be . +.Ar be . .It Ar baudrate (num) The baud rate at which the connection was established; abbreviated -.Ar ba . +.Ar ba . .It Ar dialtimeout (num) When dialing a phone number, the time (in seconds) to wait for a connection to be established; abbreviated -.Ar dial . +.Ar dial . .It Ar echocheck (bool) Synchronize with the remote host during file transfer by waiting for the echo of the last character transmitted; default is -.Ar off . +.Ar off . .It Ar eofread (str) The set of characters which signify an end-of-transmission during a ~< file transfer command; abbreviated -.Ar eofr . +.Ar eofr . .It Ar eofwrite (str) The string sent to indicate end-of-transmission during a ~> file transfer command; abbreviated -.Ar eofw . +.Ar eofw . .It Ar eol (str) The set of characters which indicate an end-of-line. -.Nm Tip +.Nm tip will recognize escape characters only after an end-of-line. .It Ar escape (char) The command prefix (escape) character; abbreviated @@ -334,10 +333,10 @@ default value is `^P'. .It Ar framesize (num) The amount of data (in bytes) to buffer between file system writes when receiving files; abbreviated -.Ar fr . +.Ar fr . .It Ar host (str) The name of the host to which you are connected; abbreviated -.Ar ho . +.Ar ho . .It Ar prompt (char) The character which indicates an end-of-line on the remote host; abbreviated @@ -349,7 +348,7 @@ command is based on receipt of this character. (bool) Upper case mapping mode; abbreviated .Ar ra ; default value is -.Ar off . +.Ar off . When this mode is enabled, all lower case letters will be mapped to upper case by .Nm tip @@ -368,15 +367,15 @@ default value is ``tip.record''. (bool) Session scripting mode; abbreviated .Ar sc ; default is -.Ar off . +.Ar off . When .Ar script is -.Li true , +.Li true, .Nm tip will record everything transmitted by the remote machine in the script record file specified in -.Ar record . +.Ar record . If the .Ar beautify switch is on, only printable @@ -391,13 +390,13 @@ beautification rules. (bool) Expand tabs to spaces during file transfers; abbreviated .Ar tab ; default value is -.Ar false . +.Ar false . Each tab is expanded to 8 spaces. .It Ar verbose (bool) Verbose mode; abbreviated .Ar verb ; default is -.Ar true . +.Ar true . When verbose mode is enabled, .Nm tip prints messages while dialing, shows the current number @@ -405,7 +404,7 @@ of lines transferred during a file transfer operations, and more. .El .Sh ENVIRONMENT -.Nm Tip +.Nm tip uses the following environment variables: .Bl -tag -width Fl .It Ev SHELL @@ -426,28 +425,28 @@ are also exported. .Sh FILES .Bl -tag -width /var/spool/lock/LCK..* -compact .It Pa /etc/remote -Global system descriptions. +global system descriptions .It Pa /etc/phones -Global phone number data base. +global phone number data base .It ${REMOTE} -Private system descriptions. +private system descriptions .It ${PHONES} -Private phone numbers. -.It ~/.tiprc -Initialization file. +private phone numbers +.It Pa ~/.tiprc +initialization file .It Pa tip.record -Record file. -.It /var/log/aculog -Line access log. +record file +.It Pa /var/log/aculog +line access log .It Pa /var/spool/lock/LCK..* -Lock file to avoid conflicts with -.Xr uucp . +lock file to avoid conflicts with +.Xr uucp .El .Sh DIAGNOSTICS -Diagnostics are, hopefully, self explanatory. +Diagnostics are, hopefully, self-explanatory. .Sh SEE ALSO -.Xr remote 5 , -.Xr phones 5 +.Xr phones 5 , +.Xr remote 5 .Sh HISTORY The .Nm tip diff --git a/usr.bin/tn3270/mset/map3270.5 b/usr.bin/tn3270/mset/map3270.5 index c6cbd297ce9..faf9803b5e2 100644 --- a/usr.bin/tn3270/mset/map3270.5 +++ b/usr.bin/tn3270/mset/map3270.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: map3270.5,v 1.3 1996/12/03 08:25:26 deraadt Exp $ +.\" $OpenBSD: map3270.5,v 1.4 1998/10/30 00:24:39 aaron Exp $ .\" Copyright (c) 1986 The Regents of the University of California. .\" All rights reserved. .\" @@ -114,7 +114,7 @@ Note: the ctrl-caret sequence (to generate a hexadecimal 1E) is represented as `^^' (not `^\e^'). .PP -In addition to the caret, a letter may be preceeded by a backslash (`\e'). +In addition to the caret, a letter may be preceded by a backslash (`\e'). Since this has little effect for most characters, its use is usually not recommended. For the case of a single quote (`\(aa'), the backslash diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1 index a245f0fa21a..490743499e9 100644 --- a/usr.bin/tn3270/tn3270/tn3270.1 +++ b/usr.bin/tn3270/tn3270/tn3270.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tn3270.1,v 1.2 1996/06/26 05:41:34 deraadt Exp $ +.\" $OpenBSD: tn3270.1,v 1.3 1998/10/30 00:24:39 aaron Exp $ .\" Copyright (c) 1986, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -44,9 +44,9 @@ .Op Fl d .Op Fl n Ar filename .Op Fl t Ar commandname -.Op Ar sysname Op port +.Op Ar sysname Op Ar port .Sh DESCRIPTION -.Nm Tn3270 +.Nm tn3270 permits a full-screen, full-duplex connection from a .Tn UNIX @@ -54,7 +54,7 @@ machine to an .Tn IBM (or compatible) machine. -.Nm Tn3270 +.Nm tn3270 gives the appearance of being logged in to the remote machine from an @@ -62,12 +62,12 @@ from an 3270 terminal. Of course, you must have an account on the machine to which you connect in order to log in. -.Nm Tn3270 +.Nm tn3270 looks to the user in many respects like the Yale .Tn ASCII Terminal Communication System II. -.Nm Tn3270 +.Nm tn3270 is actually a modification of the Arpanet .Tn TELNET user interface (see @@ -80,11 +80,14 @@ The flags to are as follows: .Bl -tag -width Fl .It Fl d -Turn on socket-level tracing (for super-user only) +Turn on socket-level tracing (for super-user only). .It Fl n Ns Ar filename Specify a file to receive network trace data -output (from commands "toggle netdata" and -"toggle options", see +output (from commands +.Ic toggle netdata +and +.Ic toggle options , +see .Xr telnet 1 ) ; the default is for output to be directed to the standard error file. @@ -93,7 +96,7 @@ Specify a .Tn UNIX command to process .Tn IBM -4994 style transparent mode +4994-style transparent mode data received from the remote .Tn IBM machine. @@ -146,7 +149,7 @@ the following table describes the emulation: .It 27*132 3278 model 5 .It 43*80 3278 model 4 .It 32*80 3278 model 3 -.It 24*80 3278 model 2. +.It 24*80 3278 model 2 .El .Ed .Pp @@ -156,7 +159,7 @@ process. This emulation involves mapping 3270-style commands from the host into appropriate sequences to control the user's terminal screen. -.Nm Tn3270 +.Nm tn3270 uses .Xr curses 3 and the @@ -234,10 +237,10 @@ Specify .Tn UNIX command for .Tn IBM -4994 style transparent mode processing. +4994-style transparent mode processing. .El .Pp -.Nm Tn3270 +.Nm tn3270 command mode may also be entered, after connecting to a host, by typing a special escape sequence. If @@ -271,11 +274,11 @@ or by typing ``quit'' or ``close'' while in local command mode. .Sh NOTES The .Tn IBM -4994 style transparent mode command is invoked when +4994-style transparent mode command is invoked when .Nm tn3270 receives .Tn IBM -4994 style transparent output from the remote host. +4994-style transparent output from the remote host. Output and input pipes are created for communication between the two processes. The pipes are closed when a 3270 clear command is received from the remote @@ -299,14 +302,14 @@ and .Dv CRMOD turned off. .Sh ENVIRONMENT -.Nm Tn3270 +.Nm tn3270 checks the following environment variables: .Ev TERM , .Ev MAP3270 , .Ev MAP3270[A...] . Information on these can be found in .Xr mset 1 . -.Nm Tn3270 +.Nm tn3270 also checks .Ev SHELL , .Ev KEYBD @@ -318,7 +321,7 @@ and .Xr curses 3 , .Xr termcap 3 , .Xr termcap 5 , -.Xr map3270 5 , +.Xr map3270 5 .Rs .%T "Yale ASCII Terminal Communication" .%B "System II Program Description/Operator's Manual" @@ -330,7 +333,7 @@ The command appeared in .Bx 4.3 . .Sh BUGS -Tn3270 is slow and uses system resources prodigiously. +tn3270 is slow and uses system resources prodigiously. .Pp Not all 3270 functions are supported, nor all Yale enhancements. diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index cde8949e1f2..7aa4fdbec42 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.4 1998/08/21 13:55:24 kstailey Exp $ +.\" $OpenBSD: top.1,v 1.5 1998/10/30 00:24:39 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -35,7 +35,7 @@ .Os OpenBSD .Sh NAME .Nm top -.Nd display and update information about the top cpu processes +.Nd display and update information about the top CPU processes .Sh SYNOPSIS .Nm .Op Fl SbiInqu @@ -50,7 +50,7 @@ displays the top processes on the system and periodically updates this information. If standard output is an intelligent terminal (see below) then as many processes as will fit on the terminal screen are displayed by default. Otherwise, a good number of them are shown (around 20). -Raw cpu percentage is used to rank the processes. If +Raw CPU percentage is used to rank the processes. If .Ar number is given, then the top .Ar number @@ -106,18 +106,18 @@ to -20 so that it will run faster. This can be used when the system is being very sluggish to improve the possibility of discovering the problem. This option can only be used by root. .It Fl u -Do not take the time to map uid numbers to usernames. Normally, +Do not take the time to map UID numbers to usernames. Normally, .Nm will read as much of the password database as is necessary to map -all the user id numbers it encounters into login names. This option -disables all that, while possibly decreasing execution time. The uid +all the user ID numbers it encounters into login names. This option +disables all that, while possibly decreasing execution time. The UID numbers are displayed instead of the names. .It Fl d Ar count Show only .Ar count displays, then exit. A display is considered to be one update of the -screen. This option allows the user to select the number of displays he -wants to see before +screen. This option allows the user to select the number of displays they +want to see before .Nm automatically exits. For intelligent terminals, no upper limit is set. The default is 1 for dumb terminals. @@ -136,12 +136,12 @@ version of top supports .Ar res , .Ar time , and -.Ar pri. +.Ar pri . .It Fl U Ar username Show only those processes owned by .Ar username . This option currently only accepts usernames and will not understand -uid numbers. +UID numbers. .El .Pp Both @@ -177,9 +177,9 @@ are actually toggles. A second specification of any of these options will negate the first. Thus a user who has the environment variable .Ev TOP set to -.Li -I +.Dq -I may use the command -.Li top -I +.Dq top -I to see idle processes. .Sh INTERACTIVE MODE When @@ -218,7 +218,7 @@ Quit .It d Change the number of displays to show (prompt for new number). Remember that the next display counts as one, so typing -.Li d1 +.Dq d1 will make .Nm show one final display and then immediately exit. @@ -259,7 +259,7 @@ Toggle the display of idle processes. .\" .Pp The top few lines of the display show general information about the state of the system, including -the last process id assigned to a process +the last process ID assigned to a process, .\" (on most systems), the three load averages, the current time, @@ -273,7 +273,7 @@ It also includes information about physial and virtual memory allocation. The remainder of the screen displays information about individual processes. This display is similar in spirit to .Xr ps 1 -but it is not exactly the same. PID is the process id, USERNAME is the name +but it is not exactly the same. PID is the process ID, USERNAME is the name of the process's owner (if .Fl u is specified, a UID column will be substituted for USERNAME), @@ -290,8 +290,8 @@ STATE is the current state (one of .Li zomb , or .Li stop ) , -TIME is the number of system and user cpu seconds that the process has used, -WCPU, when displayed, is the weighted cpu percentage (this is the same +TIME is the number of system and user CPU seconds that the process has used, +WCPU, when displayed, is the weighted CPU percentage (this is the same value that .Xr ps 1 displays as CPU), @@ -304,7 +304,7 @@ COMMAND is the name of the command that the process is currently running The .Em ABANDONED state (known in the kernel as -.Em SWAIT +.Em SWAIT Ns ) was abandoned, thus the name. A process should never end up in this state. .Sh AUTHOR William LeFebvre, EECS Department, Northwestern University @@ -355,4 +355,4 @@ close approximation to reality. .Xr ps 1 , .Xr stty 1 , .Xr mem 4 , -.Xr renice 8 . +.Xr renice 8 diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 17bac8f70ca..d95d3e75b6a 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.2 1996/06/26 05:41:44 deraadt Exp $ +.\" $OpenBSD: touch.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -48,7 +48,7 @@ .Op Fl acfm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] -.Ar file ... +.Ar file Op Ar ... .Sh DESCRIPTION The .Nm touch @@ -106,7 +106,7 @@ value of 20 is used. .It Ar MM The month of the year, from 1 to 12. .It Ar DD -the day of the month, from 1 to 31. +The day of the month, from 1 to 31. .It Ar hh The hour of the day, from 0 to 23. .It Ar mm @@ -128,7 +128,7 @@ letter pair is not specified, the value defaults to 0. .Pp The .Nm touch -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr utimes 2 .Sh COMPATIBILITY diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 87db594eb0c..5dc2cf03bda 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tput.1,v 1.2 1996/06/26 05:41:47 deraadt Exp $ +.\" $OpenBSD: tput.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -47,7 +47,7 @@ .Op Ar attribute-args .Ar ... .Sh DESCRIPTION -.Nm Tput +.Nm tput makes terminal-dependent information available to users or shell applications. The options are as follows: @@ -63,7 +63,7 @@ retrieves the variable from the environment. .El .Pp -.Nm Tput +.Nm tput outputs a string if the .Ar attribute is of type string; a number if it is of type integer. @@ -107,7 +107,7 @@ if it is not. If the attribute is of type boolean, .Nm tput exits 0 if the terminal has this attribute, and 1 if it does not. -.Nm Tput +.Nm tput exits 2 if any error occurred. .Sh EXAMPLES .Bl -tag -width "tput cm 6 11 DC 6" -compact @@ -120,10 +120,10 @@ goto line 6 column 11 and delete 6 characters .Xr termcap 3 , .Xr termcap 5 .Sh BUGS -.Nm Tput +.Nm tput can't really distinguish between different types of attributes. .Sh HISTORY The .Nm -command appears in +command appeared in .Bx 4.4 . diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 8d24519b2f9..87a96adb8f9 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tr.1,v 1.2 1996/06/26 05:41:50 deraadt Exp $ +.\" $OpenBSD: tr.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: tr.1,v 1.5 1994/12/07 08:35:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -230,7 +230,7 @@ it's interpreted as a decimal value. .Pp The .Nm tr -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES The following examples are shown as given to the shell: .sp @@ -255,7 +255,7 @@ the range is intended to map in another range, i.e. the command ``tr [a-z] [A-Z]'' will work as it will map the ``['' character in .Ar string1 to the ``['' character in -.Ar string2. +.Ar string2 . However, if the shell script is deleting or squeezing characters as in the command ``tr -d [a-z]'', the characters ``['' and ``]'' will be included in the deletion or compression list which would not have happened diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 98993663ecf..220a918ebae 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: true.1,v 1.2 1996/06/26 05:41:52 deraadt Exp $ +.\" $OpenBSD: true.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -40,17 +40,17 @@ .Os .Sh NAME .Nm true -.Nd Return true value. +.Nd return true value .Sh SYNOPSIS .Nm true .Sh DESCRIPTION The .Nm true -utility always returns with exit code zero. +utility always returns with exit code 0. .Sh SEE ALSO .Xr csh 1 , -.Xr sh 1 , -.Xr false 1 +.Xr false 1 , +.Xr sh 1 .Sh STANDARDS The .Nm true diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1 index 17fc44f7d12..d00e293a5bd 100644 --- a/usr.bin/tset/tset.1 +++ b/usr.bin/tset/tset.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tset.1,v 1.4 1998/06/15 17:56:09 mickey Exp $ +.\" $OpenBSD: tset.1,v 1.5 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: tset.1,v 1.4.2.1 1995/12/05 02:53:34 jtc Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -59,11 +59,11 @@ .Op Fl m Ar mapping .Op Ar terminal .Sh DESCRIPTION -.Nm Tset +.Nm tset initializes terminals. -.Nm Tset +.Nm tset first determines the type of terminal that you are using. -This determination is done as follows, using the first terminal type found. +This determination is done as follows, using the first terminal type found: .sp .Bl -bullet -compact -offset indent .It @@ -94,7 +94,7 @@ is retrieved. If no termcap entry is found for the type, the user is prompted for another terminal type. .Pp -Once the termcap entry is retrieved, the window size, backspace, interrupt +Once the termcap entry is retrieved, the window size, backspace, interrupt, and line kill characters (among many other things) are set and the terminal and tab initialization strings are sent to the standard error output. Finally, if the erase, interrupt and line kill characters have changed, @@ -107,7 +107,7 @@ When invoked as sets cooked and echo modes, turns off cbreak and raw modes, turns on newline translation and resets any unset special characters to their default values before doing the terminal initialization described above. -This is useful after a program dies leaving a terminal in a abnormal state. +This is useful after a program dies leaving a terminal in an abnormal state. Note, you may have to type .Dq Li <LF>reset<LF> (the line-feed character is normally control-J) to get the terminal @@ -119,18 +119,18 @@ The options are as follows: .It Fl The terminal type is displayed to the standard output, and the terminal is not initialized in any way. -.It Fl e +.It Fl e Ar ch Set the erase character to .Ar ch . .It Fl I Do not send the terminal or tab initialization strings to the terminal. -.It Fl i +.It Fl i Ar ch Set the interrupt character to .Ar ch . -.It Fl k +.It Fl k Ar ch Set the line kill character to .Ar ch . -.It Fl m +.It Fl m Ar mapping Specify a mapping from a port type to a terminal. See below for more information. .It Fl Q @@ -175,9 +175,9 @@ option is specified, the terminal type and the termcap entry are written to the standard output, separated by a space and without a terminating newline. This can be assigned to an array by -.Nm csh +.Xr csh 1 and -.Nm ksh +.Xr ksh 1 users and then used like any other shell array. .Pp When the @@ -186,12 +186,12 @@ option is specified, the commands to enter the information into the shell's environment are written to the standard output. If the .Ev SHELL -environment variable ends in ``csh'', the commands are for the -.Nm csh , +environment variable ends in ``csh'', the commands are for +.Xr csh 1 , otherwise, they are for -.Xr sh . +.Xr sh 1 . Note, the -.Nm csh +.Xr csh 1 commands set and unset the shell variable .Dq noglob , leaving it unset. @@ -219,7 +219,7 @@ unset noglob .Ed .Sh TERMINAL TYPE MAPPING When the terminal is not hardwired into the system (or the current system -information is incorrect) the terminal type derived from the +information is incorrect), the terminal type derived from the .Pa /etc/ttys file or the .Ev TERM @@ -253,7 +253,7 @@ kind of terminal''. The argument to the .Fl m option consists of an optional port type, an optional operator, an optional -baud rate specification, an optional colon (``:'') character and a terminal +baud rate specification, an optional colon (``:'') character, and a terminal type. The port type is a string (delimited by either the operator or the colon character). @@ -268,7 +268,7 @@ means greater than, .Dq Li \&< means less than, .Dq Li \&@ -means equal to +means equal to, and .Dq Li \&! inverts the sense of the test. @@ -315,10 +315,10 @@ terminal. No whitespace characters are permitted in the .Fl m option argument. -Also, to avoid problems with metacharacters, it is suggested that the entire +Also, to avoid problems with meta-characters, it is suggested that the entire .Fl m option argument be placed within single quote characters, and that -.Nm csh +.Xr csh 1 users insert a backslash character (``\e'') before any exclamation marks (``!''). .Sh ENVIRONMENT @@ -354,7 +354,7 @@ The .Fl A , .Fl E , .Fl h , -.Fl u +.Fl u , and .Fl v options have been deleted from the diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index e943d270fd9..469d6f8e203 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsort.1,v 1.3 1996/06/26 05:42:00 deraadt Exp $ +.\" $OpenBSD: tsort.1,v 1.4 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -49,7 +49,7 @@ .Op Fl q .Op Ar file .Sh DESCRIPTION -.Nm Tsort +.Nm tsort takes a list of pairs of node names representing directed arcs in a graph and prints the nodes in topological order on standard output. Input is taken from the named diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 25c820392d6..a7487338471 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.2 1996/06/26 05:42:02 deraadt Exp $ +.\" $OpenBSD: tty.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -67,9 +67,9 @@ option is deprecated in favor of the command. .El .Pp -.Nm Tty +.Nm tty exits 0 if the standard input is a terminal, 1 if the standard input is -not a terminal, and >1 if an error occurs. +not a terminal, or >1 if an error occurred. .Sh SEE ALSO .Xr test 1 , .Xr ttyname 3 diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index af6c7d4bd85..76e536c47b0 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ul.1,v 1.2 1996/06/26 05:42:04 deraadt Exp $ +.\" $OpenBSD: ul.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -46,7 +46,7 @@ .Op Fl t Ar terminal .Op Ar name Ar ... .Sh DESCRIPTION -.Nm Ul +.Nm ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the terminal in use, as specified @@ -56,7 +56,7 @@ The file .Pa /etc/termcap is read to determine the appropriate sequences for underlining. If the terminal is incapable of underlining, but is capable of -a standout mode then that is used instead. +a standout mode, then that is used instead. If the terminal can overstrike, or handles underlining automatically, .Nm ul @@ -70,7 +70,7 @@ The following options are available: Underlining is indicated by a separate line containing appropriate dashes `\-'; this is useful when you want to look at the underlining which is present in an -.Xr nroff +.Xr nroff 1 output stream on a crt-terminal. .It Fl t Ar terminal Overrides the terminal type specified in the environment with @@ -95,11 +95,11 @@ file (see .Xr setenv 1 ) . .El .Sh SEE ALSO +.Xr colcrt 1 , .Xr man 1 , -.Xr nroff 1 , -.Xr colcrt 1 +.Xr nroff 1 .Sh BUGS -.Xr Nroff +.Xr nroff 1 usually outputs a series of backspaces and underlines intermixed with the text to indicate underlining. No attempt is made to optimize the backward motion. diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 29ea8b18c9a..19d7380a3f6 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.1,v 1.3 1998/02/24 00:05:59 deraadt Exp $ +.\" $OpenBSD: uname.1,v 1.4 1998/10/30 00:24:41 aaron Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm uname -.Nd Print operating system name +.Nd print operating system name .Sh SYNOPSIS .Nm uname .Op Fl amnpsrv @@ -54,19 +54,19 @@ Behave as though all of the options .Fl mnrsv were specified. .It Fl m -print the machine hardware name. +Print the machine hardware name. .It Fl n -print the nodename (the nodename may be a name +Print the nodename (the nodename may be a name that the system is known by to a communications network). .It Fl p -print the processor type in more detail. +Print the processor type in more detail. .It Fl s -print the operating system name. +Print the operating system name. .It Fl r -print the operating system release. +Print the operating system release. .It Fl v -print the operating system version. +Print the operating system version. .El .Pp If no options are specified, diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 00e376d52b6..5dfa29e9a07 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unifdef.1,v 1.2 1996/06/26 05:42:10 deraadt Exp $ +.\" $OpenBSD: unifdef.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: unifdef.1,v 1.4 1994/12/07 00:33:48 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -55,10 +55,10 @@ .Ar ... .Op Ar file .Sh DESCRIPTION -.Nm Unifdef +.Nm unifdef is useful for removing ifdef'ed lines from a file while otherwise leaving the file alone. -.Nm Unifdef +.Nm unifdef acts on #ifdef, #ifndef, #else, and #endif lines, and it knows only enough about C @@ -74,16 +74,17 @@ it will not complain if it gets to the end of a line and finds no backslash for continuation. .Pp Available options: +.Pp .Bl -tag -width Ds -compact .It Fl D Ns Ar sym .It Fl U Ns Ar sym -Specify which symbols to define or undefine. +Specify which symbols to define or undefine, and the lines inside those ifdefs will be copied to the output or removed as appropriate. The ifdef, ifndef, else, and endif lines associated with .Ar sym will also be removed. -Ifdefs involving symbols you don't specify +ifdefs involving symbols you don't specify and ``#if'' control lines are untouched and copied out along with their associated @@ -106,6 +107,7 @@ are retained and vice versa. .It Fl l Replace removed lines with blank lines instead of deleting them. +.Pp .It Fl t Disables parsing for C comments and quotes, which is useful for plain text. @@ -132,7 +134,7 @@ and above. .El .Pp -.Nm Unifdef +.Nm unifdef copies its output to .Em stdout and will take its input from @@ -141,7 +143,7 @@ if no .Ar file argument is given. .Pp -.Nm Unifdef +.Nm unifdef works nicely with the .Fl D Ns Ar sym option added to diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 4459c497d8a..f46e9eb0dab 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uniq.1,v 1.2 1996/06/26 05:42:12 deraadt Exp $ +.\" $OpenBSD: uniq.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -55,7 +55,7 @@ .Sh DESCRIPTION The .Nm uniq -utility reads the standard input comparing adjacent lines, and writes +utility reads the standard input comparing adjacent lines and writes a copy of each unique input line to the standard output. The second and succeeding copies of identical adjacent input lines are not written. @@ -116,7 +116,7 @@ as the name of an output file. .Pp The .Nm uniq -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh COMPATIBILITY The historic .Cm \&\(pl Ns Ar number diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index e31b270f009..960b0912b54 100644 --- a/usr.bin/unvis/unvis.1 +++ b/usr.bin/unvis/unvis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unvis.1,v 1.2 1996/06/26 05:42:17 deraadt Exp $ +.\" $OpenBSD: unvis.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: unvis.1,v 1.3 1994/12/06 07:36:08 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -44,7 +44,7 @@ .Nm unvis .Op Ar file ... .Sh DESCRIPTION -.Nm Unvis +.Nm unvis is the inverse function of .Xr vis 1 . It reverts @@ -56,5 +56,5 @@ a visual representation of data back to its original form on standard output. .Sh HISTORY The .Nm -command appears in +command appeared in .Bx 4.4 . diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index a8a17a09601..37cdb08f7df 100644 --- a/usr.bin/users/users.1 +++ b/usr.bin/users/users.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: users.1,v 1.2 1996/06/26 05:42:19 deraadt Exp $ +.\" $OpenBSD: users.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: users.1,v 1.4 1994/12/06 07:32:27 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Nm users .Sh DESCRIPTION -.Nm Users +.Nm users lists the login names of the users currently on the system, in sorted order, space separated, on a single line. .Sh FILES diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 58095b0a9eb..5372b9b250b 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.4 1998/08/31 02:13:43 dgregor Exp $ +.\" $OpenBSD: uuencode.1,v 1.5 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: uuencode.1,v 1.4 1994/11/17 07:39:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -49,7 +49,7 @@ .Op Fl p .Op Ar file ... .Sh DESCRIPTION -.Nm Uuencode +.Nm uuencode and .Nm uudecode are used to transmit binary files over transmission mediums @@ -57,10 +57,10 @@ that do not support other than simple .Tn ASCII data. .Pp -.Nm Uuencode +.Nm uuencode reads .Ar file -(or by default the standard input) and writes an encoded version +(or by default, the standard input) and writes an encoded version to the standard output. The encoding uses only printing .Tn ASCII @@ -70,17 +70,17 @@ mode of the file and the operand for use by .Nm uudecode . .Pp -.Nm Uudecode +.Nm uudecode transforms -.Em uuencoded +.Dq uuencoded files (or by default, the standard input) into the original form. The resulting file is named .Ar name -and will have the mode of the original file except that setuid +and will have the mode of the original file except that set-user-ID and execute bits are not retained. If the .Fl p option is specified, the output will instead be written to stdout. -.Nm Uudecode +.Nm uudecode ignores any leading and trailing lines. .Sh EXAMPLES The following example packages up a source tree, compresses it, @@ -100,7 +100,7 @@ The .Nm uudecode and .Nm uuencode -utilities exits 0 on success, and >0 if an error occurs. +utilities exit 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 , diff --git a/usr.bin/uuencode/uuencode.5 b/usr.bin/uuencode/uuencode.5 index 85a340817af..935529261a8 100644 --- a/usr.bin/uuencode/uuencode.5 +++ b/usr.bin/uuencode/uuencode.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.5,v 1.3 1997/06/02 06:31:47 deraadt Exp $ +.\" $OpenBSD: uuencode.5,v 1.4 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: uuencode.format.5,v 1.3 1994/11/17 07:39:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -92,10 +92,10 @@ The trailer line consists of .Dq end on a line by itself. .Sh SEE ALSO -.Xr uuencode 1 , .Xr uudecode 1 , -.Xr uucp 1 , -.Xr mail 1 +.Xr uuencode 1 , +.Xr mail 1 , +.Xr uucp 1 .Sh HISTORY The .Nm uuencode diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 2f576677627..05124fdac10 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vacation.1,v 1.3 1997/09/20 07:33:09 deraadt Exp $ +.\" $OpenBSD: vacation.1,v 1.4 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vacation.1,v 1.5 1995/08/31 21:57:08 jtc Exp $ .\" .\" Copyright (c) 1985, 1987, 1990, 1991, 1993 @@ -48,7 +48,7 @@ .Op Fl a Ar alias .Ar login .Sh DESCRIPTION -.Nm Vacation +.Nm vacation returns a message to the sender of a message telling them that you are currently not reading your mail. The intended use is in a .Pa .forward @@ -123,7 +123,7 @@ database in the file .Pa .vacation.db in your home directory. .Pp -.Nm Vacation +.Nm vacation expects a file .Pa .vacation.msg , in your home directory, containing a message to be sent back to each @@ -141,7 +141,7 @@ please contact Keith Bostic <bostic@CS.Berkeley.EDU>. --eric .Ed .Pp -.Nm Vacation +.Nm vacation reads the first line from the standard input for a .Ux .Dq From diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index a56b79ff1ad..6248c4a6b71 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrind.1,v 1.2 1996/06/26 05:42:31 deraadt Exp $ +.\" $OpenBSD: vgrind.1,v 1.3 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vgrind.1,v 1.4 1994/11/17 08:28:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -54,7 +54,7 @@ .Op Fl x .Ar name Ar ... .Sh DESCRIPTION -.Nm Vgrind +.Nm vgrind formats the program sources which are arguments in a nice style using .Xr troff 1 . @@ -62,7 +62,7 @@ Comments are placed in italics, keywords in bold face, and the name of the current function is listed down the margin of each page as it is encountered. .Pp -.Nm Vgrind +.Nm vgrind runs in two basic modes, filter mode (see the .Fl f option) or regular mode. In filter mode @@ -82,7 +82,7 @@ ends processing .Pp These lines are formatted as described above. The output from this filter can be passed to -.Xr troff +.Xr troff 1 for output. There need be no particular ordering with .Xr eqn 1 or @@ -101,23 +101,23 @@ passes any lines beginning with a decimal point without conversion. The options are: .Bl -tag -width Ar .It Fl -forces input to be taken from standard input (default if +Forces input to be taken from standard input (default if .Fl f -is specified ) +is specified). .It Fl W -forces output to the (wide) Versatec printer rather than the (narrow) -Varian +Forces output to the (wide) Versatec printer rather than the (narrow) +Varian. .It Fl d Ar file -specifies an alternate language definitions +Specifies an alternate language definitions file (default is -.Pa /usr/share/misc/vgrindefs ) +.Pa /usr/share/misc/vgrindefs Ns ). .It Fl f -forces filter mode +Forces filter mode. .It Fl h Ar header -specifies a particular header to put on every output page (default is -the file name) +Specifies a particular header to put on every output page (default is +the file name). .It Fl l -specifies the language to use. Currently known are +Specifies the language to use. Currently known are .Tn PASCAL .Pq Fl l Ns Ar p , .Tn MODEL @@ -141,16 +141,16 @@ and .Tn ICON .Pq Fl l Ns Ar I . .It Fl n -forces no keyword bolding +Forces no keyword bolding. .It Fl s -specifies a point size to use on output (exactly the same as the argument -of a .ps) +Specifies a point size to use on output (exactly the same as the argument +of a .ps). .It Fl t -similar to the same option in -.Xr troff +Similar to the same option in +.Xr troff 1 causing formatted text to go to the standard output .It Fl x -outputs the index file in a ``pretty'' format. +Outputs the index file in a ``pretty'' format. The index file itself is produced whenever .Nm vgrind is run with a file called @@ -182,7 +182,7 @@ language descriptions .Xr getcap 3 , .Xr vgrindefs 5 .Sh BUGS -Vfontedpr assumes that a certain programming style is followed: +vfontedpr assumes that a certain programming style is followed: .Pp For .Tn C diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 98b321f940c..3c1e018ec56 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrindefs.5,v 1.2 1996/06/26 05:42:32 deraadt Exp $ +.\" $OpenBSD: vgrindefs.5,v 1.3 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -53,7 +53,7 @@ The data base is very similar to .Xr termcap 5 . .Sh FIELDS -The following table names and describes each field. +The following table names and describes each field: .Pp .Bl -column Namexxx Tpexxx .Sy Name Type Description @@ -73,7 +73,7 @@ The following table names and describes each field. .Pp .Sh EXAMPLES The following entry, which describes the C language, is -typical of a language entry. +typical of a language entry: .Bd -literal C|c:\ :pb=^\ed?*?\ed?\ep\ed?\e(\ea?\e):bb={:be=}:cb=/*:ce=*/:sb=":se=\ee":\e @@ -101,7 +101,7 @@ and string capabilities which give a regular expression or keyword list. .Sh REGULAR EXPRESSIONS -.Nm Vgrindefs +.Nm vgrindefs uses regular expression which are very similar to those of .Xr ex 1 and @@ -115,24 +115,24 @@ are to be included as normal characters. The metasymbols and their meanings are: .Bl -tag -width indent .It $ -the end of a line +End of a line. .It \&^ -the beginning of a line +Beginning of a line. .It \ed -a delimiter (space, tab, newline, start of line) +A delimiter (space, tab, newline, start of line). .It \ea -matches any string of symbols (like .* in lex) +Matches any string of symbols (like .* in lex). .It \ep -matches any alphanumeric name. In a procedure definition (pb) the string +Matches any alphanumeric name. In a procedure definition (pb) the string that matches this symbol is used as the procedure name. .It () -grouping +Grouping. .It \&| -alternation +Alternation. .It ? -last item is optional +Last item is optional. .It \ee -preceding any string means that the string will not match an +Preceding any string means that the string will not match an input string if the input string is preceded by an escape character (\e). This is typically used for languages (like C) which can include the string delimiter in a string by escaping it. @@ -149,11 +149,11 @@ specified in lower case. .Sh FILES .Bl -tag -width /usr/share/misc/vgrindefs -compact .It Pa /usr/share/misc/vgrindefs -File containing terminal descriptions. +file containing terminal descriptions .El .Sh SEE ALSO -.Xr vgrind 1 , -.Xr troff 1 +.Xr troff 1 , +.Xr vgrind 1 .Sh HISTORY The .Nm diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index fb623e385b0..6613481e5a4 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.1,v 1.2 1996/06/26 05:42:38 deraadt Exp $ +.\" $OpenBSD: vis.1,v 1.3 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vis.1,v 1.5 1994/11/17 07:56:00 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 @@ -46,7 +46,7 @@ .Op Fl F Ar foldwidth .Op Ar file ... .Sh DESCRIPTION -.Nm Vis +.Nm vis is a filter for converting non-printable characters into a visual representation. It differs from .Ql cat -v @@ -61,8 +61,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl b Turns off prepending of backslash before up-arrow control sequences -and meta characters, and disables the doubling of backslashes. This -produces output which is neither invertible or precise, but does +and meta-characters, and disables the doubling of backslashes. This +produces output which is neither invertible nor precise, but does represent a minimum of change to the input. It is similar to .Dq Li cat -v . .It Fl c @@ -103,7 +103,7 @@ becomes like an invertible version of the .Xr fold 1 utility. That is, the output -can be unfolded by running the output through +can be unfolded by running the output through. .It Fl o Request a format which displays non-printable characters as an octal number, \eddd. @@ -111,7 +111,6 @@ an octal number, \eddd. Only characters considered unsafe to send to a terminal are encoded. This flag allows backspace, bell, and carriage return in addition to the default space, tab and newline. -.Xr unvis 1 . .It Fl t Tabs are also encoded. .It Fl w @@ -123,5 +122,5 @@ White space (space-tab-newline) is also encoded. .Sh HISTORY The .Nm -command appears in +command appeared in .Bx 4.4 . diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 83e1d770db1..a7c6e91ead1 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.10 1998/07/26 07:00:12 pjanzen Exp $ +.\" $OpenBSD: vmstat.8,v 1.11 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -199,9 +199,9 @@ apparent which are recomputed every second. .Sh FILES .Bl -tag -width /etc/networks -compact .It Pa /bsd -Default kernel namelist +default kernel namelist .It Pa /dev/mem -Default memory file +default memory file .El .Pp .Sh SEE ALSO diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 017d294486a..056afa4d0ee 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: w.1,v 1.6 1998/03/23 08:45:50 deraadt Exp $ +.\" $OpenBSD: w.1,v 1.7 1998/10/30 00:24:43 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,11 +70,11 @@ Output is sorted by idle time. .It Fl M Extract values associated with the name list from the specified core instead of the default -.Dq /dev/kmem . +.Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Dq /bsd . +.Pa /bsd . .It Fl a Attempt to translate network addresses into names. .El @@ -88,10 +88,10 @@ name is specified, the output is restricted to that user. list of users on the system .El .Sh SEE ALSO -.Xr who 1 , .Xr finger 1 , .Xr ps 1 , .Xr uptime 1 , +.Xr who 1 .Sh BUGS The notion of the .Dq current process diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index d6becf3c1d2..61c013755af 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wall.1,v 1.3 1996/09/02 09:07:35 deraadt Exp $ +.\" $OpenBSD: wall.1,v 1.4 1998/10/30 00:24:43 aaron Exp $ .\" $NetBSD: wall.1,v 1.3 1994/11/17 07:17:57 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -45,7 +45,7 @@ .Op Fl g Ar group .Op Ar file .Sh DESCRIPTION -.Nm Wall +.Nm wall displays the contents of .Ar file or, by default, its standard input, on the terminals of all diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index af136e061cc..7b496447c08 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.2 1996/06/26 05:42:49 deraadt Exp $ +.\" $OpenBSD: wc.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -56,7 +56,7 @@ If more than one input file is specified, a line of cumulative count(s) for all named files is output on a separate line following the last file count. -.Nm Wc +.Nm wc considers a word to be a maximal string of characters delimited by white space. .Pp @@ -109,7 +109,7 @@ by spaces. .Pp The .Nm wc -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm wc diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index ca0c620ba9a..0d52ab94faf 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: what.1,v 1.2 1996/06/26 05:42:51 deraadt Exp $ +.\" $OpenBSD: what.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ .\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -42,9 +42,9 @@ .Nd "show what versions of object modules were used to construct a file" .Sh SYNOPSIS .Nm what -.Ar name Ar ... +.Ar name Op Ar ... .Sh DESCRIPTION -.Nm What +.Nm what reads each file .Ar name and searches for sequences of the form @@ -52,7 +52,8 @@ and searches for sequences of the form as inserted by the source code control system. It prints the remainder of the string following this marker, up to a null character, newline, double quote, or -.Dq \&> character. +.Dq \&> +character. .Sh BUGS As .Bx diff --git a/usr.bin/whatis/whatis.1 b/usr.bin/whatis/whatis.1 index b0664a5b66c..2319f0fc4d3 100644 --- a/usr.bin/whatis/whatis.1 +++ b/usr.bin/whatis/whatis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.2 1996/06/26 05:42:54 deraadt Exp $ +.\" $OpenBSD: whatis.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,9 +43,9 @@ .Nm whatis .Op Fl M Ar path .Op Fl m Ar path -.Ar command Ar ... +.Ar command Op Ar ... .Sh DESCRIPTION -.Nm Whatis +.Nm whatis looks up a given command and gives the header line from the manual page. You can then use the .Xr man 1 diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1 index 8ed79b723ab..4551a36d4d1 100644 --- a/usr.bin/which/whereis.1 +++ b/usr.bin/which/whereis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whereis.1,v 1.2 1998/06/15 17:56:10 mickey Exp $ +.\" $OpenBSD: whereis.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ .\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -42,7 +42,7 @@ .Nd locate programs .Sh SYNOPSIS .Nm whereis -.Op Ar name ... +.Ar name Op Ar ... .Sh DESCRIPTION The .Nm whereis @@ -61,11 +61,11 @@ The utility exits with one of the following values: .Bl -tag -width 4n .It 0 -All names got successfully resolved. +All names were successfully resolved. .It 1 -Some names got resolved but not all. +Some names were resolved but not all. .It 2 -No names got resolved. +No names were resolved. .It -1 A system error occurred. .El diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index b0c70ee6dc5..92adccd854f 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.7 1998/05/13 10:33:27 deraadt Exp $ +.\" $OpenBSD: which.1,v 1.8 1998/10/30 00:24:43 aaron Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -41,10 +41,9 @@ .Sh SYNOPSIS .Nm which .Op Fl a -.Op Ar name -.Ar ... +.Ar name Op Ar ... .Sh DESCRIPTION -.Nm Which +.Nm which takes a list of names and looks for the files which would be executed had these names been given as commands. Each argument is searched for along the user's path. @@ -60,11 +59,11 @@ The utility exits with one of the following values: .Bl -tag -width 4n .It 0 -All names got successfully resolved. +All names were successfully resolved. .It 1 -Some names got resolved but not all. +Some names were resolved but not all. .It 2 -No names got resolved. +No names were resolved. .It -1 A system error occurred. .El diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index c8d5184be6d..3c050c457f8 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.4 1997/08/20 05:37:23 denny Exp $ +.\" $OpenBSD: who.1,v 1.5 1998/10/30 00:24:43 aaron Exp $ .\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -110,7 +110,7 @@ created. If .Pa /var/log/wtmp is being used as the file, the user name may be empty -or one of the special characters '|', '}' and '~'. Logouts produce +or one of the special characters `|', `}' and `~'. Logouts produce an output line without any user name. For more information on the special characters, see .Xr utmp 5 . diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 33e48aeacfc..de6da7d8bf8 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whois.1,v 1.3 1998/02/24 10:09:50 deraadt Exp $ +.\" $OpenBSD: whois.1,v 1.4 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -44,9 +44,9 @@ .Nm whois .Op Fl adpr .Op Fl h Ar host -.Ar name ... +.Ar name Op Ar ... .Sh DESCRIPTION -.Nm Whois +.Nm whois looks up records in the databases maintained by several Network Information Centers .Pq Tn NICs Ns . diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 3f1a57e705e..d4277cea44a 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.3 1997/02/25 00:04:34 downsj Exp $ +.\" $OpenBSD: window.1,v 1.4 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -51,7 +51,7 @@ .Op Fl e Ar escape-char .Op Fl c Ar command .Sh DESCRIPTION -.Nm Window +.Nm window implements a window environment on .Tn ASCII terminals. @@ -60,7 +60,7 @@ A window is a rectangular portion of the physical terminal screen associated with a set of processes. Its size and position can be changed by the user at any time. Processes communicate with their window in the same way they normally -interact with a terminal\-through their standard input, output, +interact with a terminal - through their standard input, output, and diagnostic file descriptors. The window program handles the details of redirecting input and output to and from the windows. At any one time, only one window can receive @@ -76,7 +76,7 @@ in the user's home directory are executed. If it does not exist, two equal sized windows spanning the terminal screen are created by default. .Pp -The command line options are +The command line options are: .Bl -tag -width Fl .It Fl t Turn on terse mode (see @@ -369,7 +369,7 @@ A statement is either a conditional or an expression. Expression statements are terminated with a new line or ``;''. To continue an expression on the next line, terminate the first line with ``\\''. .Ss Conditional Statement -.Nm Window +.Nm window has a single control structure: the fully bracketed if statement in the form .Pp @@ -927,7 +927,7 @@ field of the terminal's .Ev TERMCAP entry, is used. .Sh ENVIRONMENT -.Nm Window +.Nm window utilizes these environment variables: .Ev HOME , .Ev SHELL , @@ -937,9 +937,9 @@ utilizes these environment variables: .Sh FILES .Bl -tag -width /dev/[pt]ty[pq]? -compact .It Pa ~/.windowrc -startup command file. +startup command file .It Pa /dev/[pt]ty[pq]? -pseudo-terminal devices. +pseudo-terminal devices .El .Sh HISTORY The diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 4de8454538e..cf40558f1a2 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.1,v 1.3 1998/06/12 12:16:38 d Exp $ +.\" $OpenBSD: write.1,v 1.4 1998/10/30 00:24:44 aaron Exp $ .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -46,7 +46,7 @@ .Ar user .Op Ar ttyname .Sh DESCRIPTION -.Nm Write +.Nm write allows you to communicate with other users, by copying lines from your terminal to theirs. .Pp @@ -107,7 +107,7 @@ The .Ql EOF message seen when the other .Nm write -terminates, is indistinguishable from that party simply typing +terminates is indistinguishable from that party simply typing .Ql EOF to make you believe that any future messages did not come from them. Especially messages such as: diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index e2ca32f6334..1307f1070b3 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.5 1997/12/13 20:05:55 deraadt Exp $ +.\" $OpenBSD: xargs.1,v 1.6 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: xargs.1,v 1.6 1994/11/14 06:51:40 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -155,6 +155,7 @@ or an invocation of the utility exits with a value of 255. .Sh DIAGNOSTICS .Nm xargs exits with one of the following values: +.Pp .Bl -tag -width Ds -compact .It 0 All invocations of diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 38aaf1f11ed..d706804cd35 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: install.1,v 1.5 1997/04/17 19:13:55 millert Exp $ +.\" $OpenBSD: install.1,v 1.6 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -107,7 +107,7 @@ Specify an owner. A numeric UID is allowed. Preserve the modification time. Copy the file, as if the .Fl C -(Compare and copy) option is specified, +(compare and copy) option is specified, except if the target file doesn't already exist or is different, then preserve the modification time of the file. .It Fl S @@ -119,7 +119,7 @@ flag a temporary file is used and then renamed to be the target. The reason this is safer is that if the copy or rename fails, the existing target is left untouched. .It Fl s -.Nm Install +.Nm install exec's the command .Pa /usr/bin/strip to strip binaries so that install can be portable over a large @@ -186,7 +186,7 @@ The and .Fl S flags are non-standard and should not relied upon for portability. -.br +.Pp Temporary files may be left in the target directory if .Nm install exits abnormally. diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index ec155cd2b4b..49e118c1fb4 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.6 1997/09/07 01:14:57 deraadt Exp $ +.\" $OpenBSD: lint.1,v 1.7 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm lint -.Nd a C program verifier. +.Nd a C program verifier .Sh SYNOPSIS .Nm lint .Op Fl abceghprvxzHFV diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index dbcde7ba975..81ac5a4ab64 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xstr.1,v 1.2 1996/06/26 05:44:34 deraadt Exp $ +.\" $OpenBSD: xstr.1,v 1.3 1998/10/30 00:24:45 aaron Exp $ .\" $NetBSD: xstr.1,v 1.4 1994/11/26 09:25:22 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -47,7 +47,7 @@ .Op Fl .Op Ar file .Sh DESCRIPTION -.Nm Xstr +.Nm xstr maintains a file .Pa strings into which strings in component parts of a large program are hashed. @@ -58,10 +58,10 @@ are also read-only. Available options: .Bl -tag -width Ds .It Fl -.Nm Xstr +.Nm xstr reads from the standard input. .It Fl c -.Nm Xstr +.Nm xstr will extract the strings from the C source .Ar file or the standard input @@ -101,7 +101,7 @@ of the program. If possible, the array can be made read-only (shared) saving space and swap overhead. .Pp -.Nm Xstr +.Nm xstr can also be used on a single file. A command .Bd -literal -offset indent @@ -131,7 +131,7 @@ cc \-c x.c mv x.o name.o .Ed .Pp -.Nm Xstr +.Nm xstr does not touch the file .Pa strings unless new items are added, thus @@ -142,13 +142,13 @@ unless truly necessary. .Sh FILES .Bl -tag -width /tmp/xsxx* -compact .It Pa strings -Data base of strings +data base of strings .It Pa x.c -Massaged C source +massaged C source .It Pa xs.c C source for definition of array `xstr' .It Pa /tmp/xs* -Temp file when `xstr name' doesn't touch +temporary file when `xstr name' doesn't touch .Pa strings .El .Sh SEE ALSO diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 6429084fcfc..746a6fd849d 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.3 1996/06/26 05:44:41 deraadt Exp $ +.\" $OpenBSD: yacc.1,v 1.4 1998/10/30 00:24:45 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -50,7 +50,7 @@ parser generator .Op Fl p Ar symbol_prefix .Ar filename .Sh DESCRIPTION -.Nm Yacc +.Nm yacc reads the grammar specification in the file .Ar filename and generates an @@ -60,7 +60,7 @@ The parsers consist of a set of .Tn LALR(1) parsing tables and a driver routine written in the C programming language. -.Nm Yacc +.Nm yacc normally writes the parse tables and the driver routine to the file .Pa y.tab.c . .Pp diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 05bd7f5ce09..0c3d7880012 100644 --- a/usr.bin/yes/yes.1 +++ b/usr.bin/yes/yes.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yes.1,v 1.2 1996/06/26 05:44:44 deraadt Exp $ +.\" $OpenBSD: yes.1,v 1.3 1998/10/30 00:24:45 aaron Exp $ .\" $NetBSD: yes.1,v 1.3 1994/11/14 04:56:14 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -44,7 +44,7 @@ .Nm yes .Op Ar expletive .Sh DESCRIPTION -.Nm Yes +.Nm yes outputs .Ar expletive , or, by default, diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 6be7ec72519..00cdd2845f4 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypcat.1,v 1.2 1996/05/21 21:32:40 deraadt Exp $ +.\" $OpenBSD: ypcat.1,v 1.3 1998/10/30 00:24:45 aaron Exp $ .\" $NetBSD: ypcat.1,v 1.4 1996/05/13 02:43:36 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypcat.1,v 1.2 1996/05/21 21:32:40 deraadt Exp $ +.\" $Id: ypcat.1,v 1.3 1998/10/30 00:24:45 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 @@ -45,11 +45,11 @@ .Nm ypcat .Fl x .Sh DESCRIPTION -.Nm Ypcat +.Nm ypcat prints out the values of all keys from the .Tn YP database specified by -.Ar mapname, +.Ar mapname , which may be a map name or a map nickname. .Pp The options are as follows: @@ -68,11 +68,11 @@ Display the map nickname table. .El .Sh SEE ALSO .Xr domainname 1 , -.Xr ypbind 8 , .Xr ypmatch 1 , -.Xr yppoll 8 , -.Xr ypset 8 , .Xr ypwhich 1 , -.Xr yp 8 +.Xr yp 8 , +.Xr ypbind 8 , +.Xr yppoll 8 , +.Xr ypset 8 .Sh AUTHOR Theo De Raadt diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 1818369e415..5a28406e7be 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypmatch.1,v 1.3 1996/05/21 21:32:42 deraadt Exp $ +.\" $OpenBSD: ypmatch.1,v 1.4 1998/10/30 00:24:45 aaron Exp $ .\" $NetBSD: ypmatch.1,v 1.5 1996/05/13 02:43:41 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypmatch.1,v 1.3 1996/05/21 21:32:42 deraadt Exp $ +.\" $Id: ypmatch.1,v 1.4 1998/10/30 00:24:45 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 @@ -46,11 +46,11 @@ .Nm ypmatch .Fl x .Sh DESCRIPTION -.Nm Ypmatch +.Nm ypmatch prints out the values of one or more keys from the .Tn YP database specified by -.Ar mapname, +.Ar mapname , which may be a map name or a map nickname. .Pp The options are as follows: @@ -69,11 +69,11 @@ Display the map nickname table. .El .Sh SEE ALSO .Xr domainname 1 , -.Xr ypbind 8 , .Xr ypcat 1 , -.Xr yppoll 8 , -.Xr ypset 8 , .Xr ypwhich 1 , .Xr yp 8 +.Xr ypbind 8 , +.Xr yppoll 8 , +.Xr ypset 8 .Sh AUTHOR Theo De Raadt diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 80aa6749c88..686a375a784 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypwhich.1,v 1.4 1998/06/05 00:47:47 deraadt Exp $ +.\" $OpenBSD: ypwhich.1,v 1.5 1998/10/30 00:24:45 aaron Exp $ .\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypwhich.1,v 1.4 1998/06/05 00:47:47 deraadt Exp $ +.\" $Id: ypwhich.1,v 1.5 1998/10/30 00:24:45 aaron Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 @@ -50,7 +50,7 @@ .Nm ypwhich .Fl x .Sh DESCRIPTION -.Nm Ypwhich +.Nm ypwhich tells which .Tn YP server supplies @@ -96,12 +96,12 @@ Display the map nickname table. .El .Sh SEE ALSO .Xr domainname 1 , -.Xr ypbind 8 , .Xr ypcat 1 , .Xr ypmatch 1 , +.Xr yp 8 , +.Xr ypbind 8 , .Xr yppoll 8 , -.Xr ypset 8 , -.Xr yp 8 +.Xr ypset 8 .Sh AUTHOR Theo De Raadt |