diff options
| author | wiz <wiz@NetBSD.org> | 2012-03-22 07:58:16 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-03-22 07:58:16 +0000 |
| commit | 8098546f10ecb1ecc12a62304406cbc5b0adbeca (patch) | |
| tree | 0f2ceb6542639aa3b531163b80fb77938a92672f | |
| parent | 51fda529e82b3868d4e3899f0b4dff22a6a14a51 (diff) | |
Fix whitespace nits. Suggested by Bug Hunting.
33 files changed, 109 insertions, 108 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index a0c6e30c0b9..7df7446e33d 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: csh.1,v 1.49 2011/03/09 22:26:36 njoly Exp $ +.\" $NetBSD: csh.1,v 1.50 2012/03/22 07:58:16 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,7 +171,7 @@ It is typical for users on crt's to put the command ``stty crt'' in their .Pa \&.login file, and to also invoke -.Xr tset 1 +.Xr tset 1 there. .Pp In the normal case, the shell will begin reading commands from the @@ -277,7 +277,7 @@ when it is typed. There is another special key .Ic ^Y that does not generate a STOP signal until a program attempts to -.Xr read 2 +.Xr read 2 it. This request can usefully be typed ahead when you have prepared some commands for a job that you wish to stop after it has read them. @@ -299,7 +299,7 @@ Similarly saying `%1 \*[Am]' resumes job number 1 in the background. Jobs can also be named by prefixes of the string typed in to start them, if these prefixes are unambiguous, thus `%ex' would normally restart a suspended -.Xr ex 1 +.Xr ex 1 job, if there were only one suspended job whose name began with the string `ex'. It is also possible to say `%?string' @@ -1190,14 +1190,14 @@ statements below. .Pp .It Ic eval Ar arg ... (As in -.Xr sh 1 . ) +.Xr sh 1 . ) The arguments are read as input to the shell and the resulting command(s) executed in the context of the current shell. This is usually used to execute commands generated as the result of command or variable substitution, since parsing occurs before these substitutions. See -.Xr tset 1 +.Xr tset 1 for an example of using .Ic eval . .Pp @@ -1411,7 +1411,7 @@ The maximum number of CPU-seconds to be used by each process. The largest single file (in bytes) that can be created. .It Ar datasize The maximum growth of the data+stack region via -.Xr sbrk 2 +.Xr sbrk 2 beyond the end of the program text. .It Ar stacksize The maximum @@ -1468,7 +1468,7 @@ man pages for an additional description of system resource limits. Terminate a login shell, replacing it with an instance of .Pa /usr/bin/login . This is one way to log off, included for compatibility with -.Xr sh 1 . +.Xr sh 1 . .Pp .It Ic logout Terminate a login shell. @@ -1702,7 +1702,7 @@ Causes the shell to stop in its tracks, much as if it had been sent a stop signal with .Ic ^Z . This is most often used to stop shells started by -.Xr su 1 . +.Xr su 1 . .Pp .It Ic switch Ar ( string ) .It Ic case Ar str1 : @@ -1793,7 +1793,7 @@ environment. See also the .Ic setenv command above and -.Xr printenv 1 . +.Xr printenv 1 . .Pp .It Ic wait Wait for all background jobs. @@ -2110,7 +2110,7 @@ after history substitution. .Ss Non-builtin command execution When a command to be executed is found to not be a builtin command the shell attempts to execute the command via -.Xr execve 2 . +.Xr execve 2 . Each word in the variable .Ar path names a directory from which the shell will attempt to execute the command. diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index ce4c6789f9b..0d9f1679095 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: kill.1,v 1.21 2007/12/28 14:32:50 wiz Exp $ +.\" $NetBSD: kill.1,v 1.22 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -122,13 +122,13 @@ TERM (software termination signal) .Pp .Nm is a built-in to -.Xr csh 1 ; +.Xr csh 1 ; it allows job specifiers of the form ``%...'' as arguments so process id's are not as often used as .Nm arguments. See -.Xr csh 1 +.Xr csh 1 for details. .Sh SEE ALSO .Xr csh 1 , diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index a56c6dfe435..3688970724a 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ln.1,v 1.24 2011/10/24 16:15:46 yamt Exp $ +.\" $NetBSD: ln.1,v 1.25 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -117,15 +117,15 @@ Hard links may not normally refer to directories and may not span file systems. A symbolic link contains the name of the file to which it is linked. The referenced file is used when an -.Xr open 2 +.Xr open 2 operation is performed on the link. A -.Xr stat 2 +.Xr stat 2 on a symbolic link will return the linked-to file; an -.Xr lstat 2 +.Xr lstat 2 must be done to obtain information about the link. The -.Xr readlink 2 +.Xr readlink 2 call may be used to read the contents of a symbolic link. Symbolic links may span file systems and may refer to directories. .Pp diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 605126f0b6e..3c726bbd273 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: mkdir.1,v 1.16 2003/08/07 09:05:16 agc Exp $ +.\" $NetBSD: mkdir.1,v 1.17 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ creates the directories named as operands, in the order specified, using mode .Li rwxrwxrwx (\&0777) as modified by the current -.Xr umask 2 . +.Xr umask 2 . .Pp The options are as follows: .Pp diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 5169dd68052..a926d5336ad 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: mv.1,v 1.25 2009/03/11 12:44:19 joerg Exp $ +.\" $NetBSD: mv.1,v 1.26 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -110,7 +110,7 @@ prompts the user for confirmation as specified for the option. .Pp Should the -.Xr rename 2 +.Xr rename 2 call fail because .Ar source and diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 7f706d5b1d6..02363f7dcd2 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tar.1,v 1.32 2011/06/19 07:34:24 wiz Exp $ +.\" $NetBSD: tar.1,v 1.33 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -211,7 +211,7 @@ to prompt the user for the filename to use when storing or extracting files in an archive. .It Fl Fl xz Compress/decompress archive using -.Xr xz 1 . +.Xr xz 1 . .It Fl z , Fl Fl gzip , Fl Fl gunzip Compress/decompress archive using .Xr gzip 1 . diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 77a24297556..792c86e6b3d 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rcp.1,v 1.21 2005/03/11 13:16:10 wiz Exp $ +.\" $NetBSD: rcp.1,v 1.22 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -102,7 +102,7 @@ By default, the mode and owner of .Ar file2 are preserved if it already existed; otherwise the mode of the source file modified by the -.Xr umask 2 +.Xr umask 2 on the destination host is used. .It Fl r If any of the source files are directories, @@ -127,7 +127,7 @@ so that the metacharacters are interpreted remotely. .Nm does not prompt for passwords; it performs remote execution via -.Xr rsh 1 , +.Xr rsh 1 , and requires the same authorization. .Pp .Nm diff --git a/distrib/utils/more/more.1 b/distrib/utils/more/more.1 index e71d7877c21..f80a5d4dcbf 100644 --- a/distrib/utils/more/more.1 +++ b/distrib/utils/more/more.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: more.1,v 1.8 2003/08/07 09:28:00 agc Exp $ +.\" $NetBSD: more.1,v 1.9 2012/03/22 07:58:17 wiz Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ The .Nm command is a filter for paging through text one screenful at a time. It uses -.Xr termcap 3 +.Xr termcap 3 so it can run on a variety of terminals. There is even limited support for hardcopy terminals. (On a hardcopy terminal, lines which should be printed at the top @@ -112,7 +112,7 @@ The .Fl t option, followed immediately by a tag, will edit the file containing that tag. For more information, see the -.Xr ctags 1 +.Xr ctags 1 command. .It Fl u By default, @@ -149,7 +149,7 @@ each file is displayed. Interactive commands for .Nm are based on -.Xr vi 1 . +.Xr vi 1 . Some commands may be preceded by a decimal number, called N in the descriptions below. In the following descriptions, ^X means control-X. @@ -251,7 +251,7 @@ Invokes an editor to edit the current file being viewed. The editor is taken from the environment variable .Ev EDITOR , or defaults to -.Xr vi 1 . +.Xr vi 1 . .It Ic \&= No or Ic \&^G These options print out the number of the file currently being displayed relative to the total number of files there are to display, the current diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4 index 45bf31a41ee..51b936e9b37 100644 --- a/share/man/man4/man4.mac68k/ae.4 +++ b/share/man/man4/man4.mac68k/ae.4 @@ -27,7 +27,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. .\" -.\" $NetBSD: ae.4,v 1.8 2009/03/09 19:24:30 joerg Exp $ +.\" $NetBSD: ae.4,v 1.9 2012/03/22 07:58:18 wiz Exp $ .\" .Dd June 7, 1997 .Dt AE 4 mac68k @@ -46,7 +46,8 @@ the DP83902. .Pp Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl 2 . The +.Xr ioctl 2 . +The .Nm interface employs the address resolution protocol described in .Xr arp 4 diff --git a/share/man/man4/man4.vax/dh.4 b/share/man/man4/man4.vax/dh.4 index efc367519b6..a35c88a69f9 100644 --- a/share/man/man4/man4.vax/dh.4 +++ b/share/man/man4/man4.vax/dh.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: dh.4,v 1.14 2005/06/20 13:25:25 peter Exp $ +.\" $NetBSD: dh.4,v 1.15 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -87,7 +87,7 @@ use such as .Xr ifconfig 8 , see -.Xr tty 4 . +.Xr tty 4 . .Pp The .Nm dh diff --git a/share/man/man4/man4.vax/dmf.4 b/share/man/man4/man4.vax/dmf.4 index a6ea34eb231..73ebca411b5 100644 --- a/share/man/man4/man4.vax/dmf.4 +++ b/share/man/man4/man4.vax/dmf.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: dmf.4,v 1.10 2003/08/07 10:31:10 agc Exp $ +.\" $NetBSD: dmf.4,v 1.11 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -92,7 +92,7 @@ use such as .Xr ifconfig 8 , see -.Xr tty 4 . +.Xr tty 4 . .Pp The serial line part of the .Nm dmf diff --git a/share/man/man4/man4.vax/dmz.4 b/share/man/man4/man4.vax/dmz.4 index 83b3c6a39ea..779e8d3166e 100644 --- a/share/man/man4/man4.vax/dmz.4 +++ b/share/man/man4/man4.vax/dmz.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: dmz.4,v 1.11 2003/08/07 10:31:11 agc Exp $ +.\" $NetBSD: dmz.4,v 1.12 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,7 +85,7 @@ use such as .Xr ifconfig 8 , see -.Xr tty 4 . +.Xr tty 4 . .Pp The .Nm dmz diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7 index 21a8e4906a9..b651e8cdc68 100644 --- a/share/man/man7/hostname.7 +++ b/share/man/man7/hostname.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: hostname.7,v 1.11 2010/09/29 14:34:07 wiz Exp $ +.\" $NetBSD: hostname.7,v 1.12 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" @@ -55,7 +55,7 @@ subdomain of the Internet Domain Name System would be represented as Hostnames are often used with network client and server programs, which must generally translate the name to an address for use. (This task is usually performed by the library routine -.Xr gethostbyname 3 . ) +.Xr gethostbyname 3 . ) The default method for resolving hostnames by the Internet name resolver is to follow RFC 1535's security recommendations. Actions can be taken by the administrator to override these diff --git a/share/man/man7/sysctl.7 b/share/man/man7/sysctl.7 index 78b2d91e316..6fc08145d7e 100644 --- a/share/man/man7/sysctl.7 +++ b/share/man/man7/sysctl.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.7,v 1.68 2011/11/03 00:29:00 jym Exp $ +.\" $NetBSD: sysctl.7,v 1.69 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -2341,7 +2341,7 @@ Specifies the default global policy for programs without an explicit enable/disable flag. .Pp When non-zero, all programs will get PaX ASLR, except those exempted with -.Xr paxctl 8 . +.Xr paxctl 8 . Otherwise, all programs will not get PaX ASLR, except those specifically marked as such with .Xr paxctl 8 . @@ -2364,7 +2364,7 @@ explicit enable/disable flag. .Pp When non-zero, all programs will get the PaX MPROTECT restrictions, except those exempted with -.Xr paxctl 8 . +.Xr paxctl 8 . Otherwise, all programs will not get the PaX MPROTECT restrictions, except those specifically marked as such with .Xr paxctl 8 . @@ -2389,7 +2389,7 @@ explicit enable/disable flag. .Pp When non-zero, all programs will get the PaX Segvguard, except those exempted with -.Xr paxctl 8 . +.Xr paxctl 8 . Otherwise, no program will get the PaX Segvguard restrictions, except those specifically marked as such with .Xr paxctl 8 . diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 911b6106a23..24eff3ceabf 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: chpass.1,v 1.23 2006/10/07 20:09:09 elad Exp $ +.\" $NetBSD: chpass.1,v 1.24 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -78,7 +78,7 @@ option attempts to change the user's shell to This option causes the password to be updated only in the local password file. When changing only the local password, -.Xr pwd_mkdb 8 +.Xr pwd_mkdb 8 is used to update the password databases. .It Fl y This forces the YP password database entry to be changed, even if diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index f67ff3d1d8f..6b712b881e7 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: col.1,v 1.9 2003/08/07 11:13:23 agc Exp $ +.\" $NetBSD: col.1,v 1.10 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,7 +50,7 @@ feeds, and replaces white-space characters with tabs where possible. This can be useful in processing the output of .Xr nroff 1 and -.Xr tbl 1 . +.Xr tbl 1 . .Pp .Nm reads from the standard input and writes to the standard output. diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index e9783348909..430d0ca3c21 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: find.1,v 1.71 2011/09/24 13:45:43 apb Exp $ +.\" $NetBSD: find.1,v 1.72 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,7 +127,7 @@ following the options. The .Fl h option causes the file information and file type (see -.Xr stat 2 ) , +.Xr stat 2 ) , returned for each symbolic link to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will @@ -560,7 +560,7 @@ matched explicitly. The .Ar mode may be either symbolic (see -.Xr chmod 1 ) +.Xr chmod 1 ) or an octal number. If the mode is symbolic, a starting value of zero is assumed and the mode sets or clears permissions without regard to the process' file mode diff --git a/usr.bin/fpr/fpr.1 b/usr.bin/fpr/fpr.1 index 7d8b57edb18..a24cf149633 100644 --- a/usr.bin/fpr/fpr.1 +++ b/usr.bin/fpr/fpr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: fpr.1,v 1.11 2012/03/17 22:10:51 wiz Exp $ +.\" $NetBSD: fpr.1,v 1.12 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ line printer conventions. copies its input onto its output, replacing the carriage control characters with characters that will produce the intended effects when printed using -.Xr lpr 1 . +.Xr lpr 1 . The first character of each line determines the vertical spacing as follows: .Bd -ragged -offset indent -compact .Bl -column Blank "To first line of next page" diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 8c8290365a9..21cbec40b7c 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftp.1,v 1.131 2010/03/05 07:41:10 lukem Exp $ +.\" $NetBSD: ftp.1,v 1.132 2012/03/22 07:58:18 wiz Exp $ .\" .\" Copyright (c) 1996-2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -1901,7 +1901,7 @@ Failing the above checks, if .Dq globbing is enabled, local file names are expanded according to the rules used in the -.Xr csh 1 ; +.Xr csh 1 ; see the .Ic glob command. diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 31bf2650cb5..e70914607a5 100644 --- a/usr.bin/gcore/gcore.1 +++ b/usr.bin/gcore/gcore.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: gcore.1,v 1.13 2008/04/30 13:11:01 martin Exp $ +.\" $NetBSD: gcore.1,v 1.14 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -43,7 +43,7 @@ .Nm creates a core image of the specified processes suitable for use with -.Xr gdb 1 . +.Xr gdb 1 . By default, the core is written to the file .Dq Pa \*[Lt]progname\*[Gt].core , where diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 31af38b5af6..32bd8df9013 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: logger.1,v 1.12 2010/05/14 16:58:32 jruoho Exp $ +.\" $NetBSD: logger.1,v 1.13 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ .Sh DESCRIPTION .Nm provides a shell command interface to the -.Xr syslog 3 +.Xr syslog 3 system log module. .Pp Options: diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 5a051ce64c9..19b47ad1740 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lorder.1,v 1.7 2003/08/07 11:14:29 agc Exp $ +.\" $NetBSD: lorder.1,v 1.8 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,7 +50,7 @@ outputs a list of file names where the first file contains a symbol which is defined by the second file. .Pp The output is normally used with -.Xr tsort 1 +.Xr tsort 1 when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader. diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 056fa948ec0..28771334b49 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: msgs.1,v 1.17 2004/09/03 14:24:50 sketch Exp $ +.\" $NetBSD: msgs.1,v 1.18 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -90,7 +90,7 @@ the default ``Messages''. .It Ic m A copy of the specified message is placed in a temporary mailbox and -.Xr mail 1 +.Xr mail 1 is invoked on that mailbox. .It Ic p The specified message is piped through @@ -98,7 +98,7 @@ The specified message is piped through or, if .Ev PAGER is null or not defined, -.Xr more 1 . +.Xr more 1 . The commands `m', `p', and `s' all accept a numeric argument in place of the `\-'. .El .Pp @@ -196,7 +196,7 @@ Pipe long messages through or, if .Ev PAGER is null or not defined, -.Xr more 1 . +.Xr more 1 . .El .Pp Within diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 87a5c93e47a..87c211ac06a 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: nice.1,v 1.14 2003/08/07 11:15:23 agc Exp $ +.\" $NetBSD: nice.1,v 1.15 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -110,7 +110,7 @@ utility appeared in .Sh BUGS .Nm is built into -.Xr csh 1 +.Xr csh 1 with a slightly different syntax than described here. The form .Ql nice +10 diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index a5d1ad9cd83..f58eee9a8db 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rdist.1,v 1.19 2009/08/19 14:54:35 joerg Exp $ +.\" $NetBSD: rdist.1,v 1.20 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -188,7 +188,7 @@ Files are normally updated if their and .Ar size (see -.Xr stat 2 ) +.Xr stat 2 ) disagree. The .Fl y @@ -250,7 +250,7 @@ or .Pp The shell meta-characters `[', `]', `{', `}', `*', and `?' are recognized and expanded (on the local host only) in the same way as -.Xr csh 1 . +.Xr csh 1 . They can be escaped with a backslash. The `~' character is also expanded in the same way as .Xr csh 1 @@ -325,7 +325,7 @@ command except that .Ar pattern list is a list of regular expressions (see -.Xr ed 1 +.Xr ed 1 for details). If one of the patterns matches some string within a file name, that file will be ignored. @@ -340,7 +340,7 @@ must be escaped with `\e'. The .Ic special command is used to specify -.Xr sh 1 +.Xr sh 1 commands that are to be executed on the remote host after the file in .Ar name list diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 59b22fb7758..5e1e5b9ec2c 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rusers.1,v 1.14 2003/08/07 11:15:45 agc Exp $ +.\" $NetBSD: rusers.1,v 1.15 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $NetBSD: rusers.1,v 1.14 2003/08/07 11:15:45 agc Exp $ +.\" $NetBSD: rusers.1,v 1.15 2012/03/22 07:58:19 wiz Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 @@ -44,7 +44,7 @@ The .Nm command produces output similar to -.Xr who 1 , +.Xr who 1 , but for the list of hosts or all machines on the local network. For each host responding to the rusers query, diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 3cfd8fcaae1..0b07ec8649a 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: shar.1,v 1.11 2003/08/07 11:15:51 agc Exp $ +.\" $NetBSD: shar.1,v 1.12 2012/03/22 07:58:19 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,12 +51,12 @@ utility does this correctly). .Pp .Nm is normally used for distributing files by -.Xr ftp 1 +.Xr ftp 1 or -.Xr mail 1 . +.Xr mail 1 . .Sh EXAMPLES To create a shell archive of the program -.Xr ls 1 +.Xr ls 1 and mail it to Rick: .Bd -literal -offset indent cd ls @@ -92,7 +92,7 @@ It is easy to insert trojan horses into files. It is strongly recommended that all shell archive files be examined before running them through -.Xr sh 1 . +.Xr sh 1 . Archives produced using this implementation of .Nm may be easily examined with the command: diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index d308dbf9b4d..94f126673ab 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: systat.1,v 1.41 2012/01/06 14:08:08 drochner Exp $ +.\" $NetBSD: systat.1,v 1.42 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,11 +70,11 @@ disk usage statistics (a la disk .Tn I/O statistics (a la -.Xr iostat 8 ) , +.Xr iostat 8 ) , virtual memory statistics (a la -.Xr vmstat 1 ) , +.Xr vmstat 1 ) , network ``mbuf'' utilization, and network connections (a la -.Xr netstat 1 ) . +.Xr netstat 1 ) . .Pp Input is interpreted at two different levels. A ``global'' command interpreter processes all keyboard input. diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index d915ed8d367..6f7f13d494f 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: telnet.1,v 1.31 2009/03/11 13:58:58 joerg Exp $ +.\" $NetBSD: telnet.1,v 1.32 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1173,7 +1173,7 @@ if the terminal user had not done an "stty noflsh", otherwise .Dv FALSE (see -.Xr stty 1 ) . +.Xr stty 1 ) . .It Ic autodecrypt When the .Dv TELNET ENCRYPT @@ -1388,7 +1388,7 @@ commands. Suspend .Nm . 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. diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 4450d7dc8e1..94c125b051a 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tip.1,v 1.31 2009/03/13 11:12:28 joerg Exp $ +.\" $NetBSD: tip.1,v 1.32 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -272,7 +272,7 @@ to find how to reach a particular system and to find out how it should operate while talking to the system; refer to -.Xr remote 5 +.Xr remote 5 for a full description. Each system has a default baud rate with which to establish a connection. @@ -344,9 +344,9 @@ Variables may be displayed and set through the ``s'' escape. The syntax for variables is patterned after -.Xr vi 1 +.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. diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 940eecfa409..50428b49696 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: install.1,v 1.45 2010/05/14 17:03:19 joerg Exp $ +.\" $NetBSD: install.1,v 1.46 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -182,7 +182,7 @@ ownership, permissions or timestamps are set and before renaming occurs. .Ar command is invoked via the -.Xr sh 1 +.Xr sh 1 shell, allowing a single .Fl a argument be to specified to @@ -296,7 +296,7 @@ other options, the owner, group, file flags, modification time, and tags. Specify an alternative mode. The default mode is set to rwxr-xr-x (0755). The specified mode may be either an octal or symbolic value; see -.Xr chmod 1 +.Xr chmod 1 for a description of possible mode values. .It Fl N Ar dbdir Use the user database text file @@ -322,7 +322,7 @@ when error conditions (filesystem full etc.) occur. .It Fl s .Nm exec's the command -.Xr strip 1 +.Xr strip 1 to strip binaries so that install can be portable over a large number of systems and binary types. If the environment variable @@ -335,13 +335,13 @@ program. passes .Ar stripflags as option arguments to -.Xr strip 1 . +.Xr strip 1 . When .Fl S is used, -.Xr strip 1 +.Xr strip 1 is invoked via the -.Xr sh 1 +.Xr sh 1 shell, allowing a single .Fl S argument be to specified to @@ -350,7 +350,7 @@ which the shell can then tokenize. Normally, .Nm invokes -.Xr strip 1 +.Xr strip 1 directly. This flag implies .Fl s . diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index 368b3cb774b..23abdc73773 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lpq.1,v 1.14 2003/08/07 11:25:29 agc Exp $ +.\" $NetBSD: lpq.1,v 1.15 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,7 @@ For each job submitted (i.e. invocation of reports the user's name, current rank in the queue, the names of files comprising the job, the job identifier (a number which may be supplied to -.Xr lprm 1 +.Xr lprm 1 for removing a specific job), and the total size in bytes. Job ordering is dependent on the algorithm used to scan the spooling directory and is supposed @@ -89,7 +89,7 @@ to be (First in First Out). File names comprising a job may be unavailable (when -.Xr lpr 1 +.Xr lpr 1 is used as a sink in a pipeline) in which case the file is indicated as ``(standard input)''. .Pp @@ -97,7 +97,7 @@ If .Nm warns that there is no daemon present (i.e. due to some malfunction), the -.Xr lpc 8 +.Xr lpc 8 command can be used to restart the printer daemon. .Sh ENVIRONMENT If the following environment variable exists, it is used by diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 9c5f42b37b5..d75ed08c0ac 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lprm.1,v 1.15 2003/08/07 11:25:30 agc Exp $ +.\" $NetBSD: lprm.1,v 1.16 2012/03/22 07:58:20 wiz Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -84,7 +84,7 @@ is useful only to the super-user. .It Ar job\ \&# A user may dequeue an individual job by specifying its job number. This number may be obtained from the -.Xr lpq 1 +.Xr lpq 1 program, e.g. .Pp .Bd -literal -offset indent |
