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 /usr.bin | |
| parent | 51fda529e82b3868d4e3899f0b4dff22a6a14a51 (diff) | |
Fix whitespace nits. Suggested by Bug Hunting.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/chpass/chpass.1 | 4 | ||||
| -rw-r--r-- | usr.bin/col/col.1 | 4 | ||||
| -rw-r--r-- | usr.bin/find/find.1 | 6 | ||||
| -rw-r--r-- | usr.bin/fpr/fpr.1 | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.1 | 4 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.1 | 4 | ||||
| -rw-r--r-- | usr.bin/logger/logger.1 | 4 | ||||
| -rw-r--r-- | usr.bin/lorder/lorder.1 | 4 | ||||
| -rw-r--r-- | usr.bin/msgs/msgs.1 | 8 | ||||
| -rw-r--r-- | usr.bin/nice/nice.1 | 4 | ||||
| -rw-r--r-- | usr.bin/rdist/rdist.1 | 10 | ||||
| -rw-r--r-- | usr.bin/rusers/rusers.1 | 6 | ||||
| -rw-r--r-- | usr.bin/shar/shar.1 | 10 | ||||
| -rw-r--r-- | usr.bin/systat/systat.1 | 8 | ||||
| -rw-r--r-- | usr.bin/telnet/telnet.1 | 6 | ||||
| -rw-r--r-- | usr.bin/tip/tip.1 | 8 | ||||
| -rw-r--r-- | usr.bin/xinstall/install.1 | 16 |
17 files changed, 55 insertions, 55 deletions
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 . |
