summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
commit511d4f82b255a7fa34ffa2c1cd048cef32acefa2 (patch)
tree99b740a7c4217cd7405a4de1071ea095c0037d7d /usr.bin
parent9e0a71c3eebd8d8e34dfa434ee6b139736c61490 (diff)
downloadFreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.zip
FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.tar.gz
Fix a bunch of spelling errors in a bunch of man pages.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ctags/ctags.12
-rw-r--r--usr.bin/ee/ee.14
-rw-r--r--usr.bin/file/file.16
-rw-r--r--usr.bin/ftp/ftp.12
-rw-r--r--usr.bin/getopt/getopt.12
-rw-r--r--usr.bin/keyinit/keyinit.14
-rw-r--r--usr.bin/killall/killall.14
-rw-r--r--usr.bin/login/login.12
-rw-r--r--usr.bin/lsvfs/lsvfs.14
-rw-r--r--usr.bin/mail/mail.12
-rw-r--r--usr.bin/mkstr/mkstr.12
-rw-r--r--usr.bin/rup/rup.14
-rw-r--r--usr.bin/rusers/rusers.14
-rw-r--r--usr.bin/sasc/sasc.16
-rw-r--r--usr.bin/sgmlfmt/sgmlfmt.16
-rw-r--r--usr.bin/tconv/tconv.14
-rw-r--r--usr.bin/xinstall/install.16
-rw-r--r--usr.bin/ypcat/ypcat.14
-rw-r--r--usr.bin/ypmatch/ypmatch.14
19 files changed, 36 insertions, 36 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1
index d11dbbd..c8b7fad 100644
--- a/usr.bin/ctags/ctags.1
+++ b/usr.bin/ctags/ctags.1
@@ -84,7 +84,7 @@ that take arguments are tagged automatically.
.It Fl f
Places the tag descriptions in a file called
.Ar tagsfile .
-The default behaviour is to place them in a file called
+The default behavior is to place them in a file called
.Ar tags .
.It Fl t
create tags for typedefs, structs, unions, and enums.
diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1
index 2014b46..cf9e290 100644
--- a/usr.bin/ee/ee.1
+++ b/usr.bin/ee/ee.1
@@ -4,7 +4,7 @@
.\"
.\" nroff -man ee.1
.\"
-.\" $Header: /users/hugh/tmp/old_ae/ee.1,v 1.16 1993/06/22 04:18:33 hugh Exp $
+.\" $Header: /home/ncvs/src/usr.bin/ee/ee.1,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $
.\"
.\"
.TH ee 1 "" "" "" ""
@@ -143,7 +143,7 @@ menu, or via the initialization file (see below). The mappings are as follows:
^t Move to the top of the text.
^u Move to the bottom of the text.
^v Move to the next page.
-^w Delete the word begining at the cursor position.
+^w Delete the word beginning at the cursor position.
^y Prompt for the string to search for.
^z Next word.
^[ (ESC) Pop up menu.
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1
index 0b849e2..d69e8a1 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -1,5 +1,5 @@
.TH FILE 1 "Copyright but distributable"
-.\# $Id: file.1,v 1.2 1994/09/03 19:31:15 csgr Exp $
+.\# $Id: file.1,v 1.3 1996/01/23 12:40:09 mpp Exp $
.SH NAME
file
\- determine file type
@@ -144,7 +144,7 @@ can be used to set the default magic number files.
This program is believed to exceed the System V Interface Definition
of FILE(CMD), as near as one can determine from the vague language
contained therein.
-Its behaviour is mostly compatible with the System V program of the same name.
+Its behavior is mostly compatible with the System V program of the same name.
This version knows more magic, however, so it will produce
different (albeit more accurate) output in many cases.
.PP
@@ -323,7 +323,7 @@ The list of keywords in
probably belongs in the Magic file.
This could be done by using some keyword like `*' for the offset value.
.PP
-Another optimisation would be to sort
+Another optimization would be to sort
the magic file so that we can just run down all the
tests for the first byte, first word, first long, etc, once we
have fetched it. Complain about conflicts in the magic file entries.
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index 4a3df6a..bc0b27f 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -185,7 +185,7 @@ current remote machine working directory.
Change the permission modes of the file
.Ar file-name
on the remote
-sytem to
+system to
.Ar mode .
.It Ic close
Terminate the
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 16a50f0..50f375c 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -86,7 +86,7 @@ Whatever
.Xr getopt 3
has.
.Pp
-Arguments containing white space or imbedded shell metacharacters
+Arguments containing white space or embedded shell metacharacters
generally will not survive intact; this looks easy to fix but isn't.
.Pp
The error message for an invalid option is identified as coming
diff --git a/usr.bin/keyinit/keyinit.1 b/usr.bin/keyinit/keyinit.1
index c630c8c..aba9cee 100644
--- a/usr.bin/keyinit/keyinit.1
+++ b/usr.bin/keyinit/keyinit.1
@@ -37,12 +37,12 @@ machine to generate the first one time password. Without the \-s the
system will assume you are direct connected over secure communications
and prompt you for your secret password.
The \-s option also allows one to set the seed and count for complete
-control of the parameters. You can use keyinit -s in compination with
+control of the parameters. You can use keyinit -s in combination with
the
.I key
command to set the seed and count if you do not like the defaults.
To do this run keyinit in one window and put in your count and seed
-then run key in another window to generate the correct 6 english words
+then run key in another window to generate the correct 6 English words
for that count and seed. You can then
"cut" and "paste" them or copy them into the keyinit window.
.sp
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index f08a649..ef35f3a 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -22,7 +22,7 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: killall.1,v 1.1.1.1 1995/06/25 18:08:27 joerg Exp $
.\"
.Dd June 25, 1995
.Os FreeBSD 2.2
@@ -99,7 +99,7 @@ The
command will respond with a short usage message and exit with a status
of 2 in case of a command error. A status of 1 will be returned if
either no matching process has been found or not all processes have
-been signalled succesfully. Otherwise, a status of 0 will be
+been signalled successfully. Otherwise, a status of 0 will be
returned.
.Pp
Diagnostic messages will only be printed if requested by
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 5ae5dba..591f391 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -83,7 +83,7 @@ If the file
.Pa /etc/nologin
exists,
.Nm login
-dislays its contents to the user and exits.
+displays its contents to the user and exits.
This is used by
.Xr shutdown 8
to prevent users from logging in when the system is about to go down.
diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1
index 35ac03b..703a620 100644
--- a/usr.bin/lsvfs/lsvfs.1
+++ b/usr.bin/lsvfs/lsvfs.1
@@ -1,4 +1,4 @@
-.\" $Id: lsvfs.1,v 1.1 1994/09/22 01:25:56 wollman Exp $
+.\" $Id: lsvfs.1,v 1.2 1995/03/16 18:37:46 wollman Exp $
.\" Garrett A. Wollman, September 1994
.\" This file is in the public domain.
.\"
@@ -50,6 +50,6 @@ is currently defined).
.Sh HISTORY
A
.Nm
-comand appeared in
+command appeared in
.Tn FreeBSD
2.0.
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 994388f..8551d9a 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -232,7 +232,7 @@ Unexamined messages go back to the post office.
.Fl f
option above).
.Pp
-.Ss Personal and systemwide distribution lists.
+.Ss Personal and system wide distribution lists.
It is also possible to create a personal distribution lists so that,
for instance, you can send mail to
.Dq Li cohorts
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1
index f0493c1..730a9da 100644
--- a/usr.bin/mkstr/mkstr.1
+++ b/usr.bin/mkstr/mkstr.1
@@ -128,7 +128,7 @@ appeared in
.Sh BUGS
.Nm mkstr
was intended for the limited architecture of the PDP 11 family.
-Very few programs actually use it. The pascal interpreter,
+Very few programs actually use it. The Pascal interpreter,
.Xr \&pi 1
and the editor,
.Xr \&ex 1
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index e9bc3d3..c228e44 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rup.1,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp $
+.\" $Id: rup.1,v 1.2 1994/11/18 21:37:40 ats Exp $
.\"
.Dd June 7, 1993
.Dt RUP 1
@@ -79,7 +79,7 @@ daemon has terminated on the remote host.
.It rup: RPC: Port mapper failure - RPC: Timed out
The remote host is not running the portmapper (see
.Xr portmap 8 ),
-and cannot accomodate any RPC-based services. The host may be down.
+and cannot accommodate any RPC-based services. The host may be down.
.El
.Sh SEE ALSO
.Xr portmap 8 ,
diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1
index ef7d123..31156fd 100644
--- a/usr.bin/rusers/rusers.1
+++ b/usr.bin/rusers/rusers.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91
-.\" $Id: rusers.1,v 1.1 1993/09/16 01:15:47 jtc Exp $
+.\" $Id: rusers.1,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp $
.\"
.Dd April 23, 1991
.Dt RUSERS 1
@@ -77,7 +77,7 @@ daemon has terminated on the remote host.
.It rusers: RPC: Port mapper failure - RPC: Timed out
The remote host is not running the portmapper (see
.Xr portmap 8 ),
-and cannot accomodate any RPC-based services. The host may be down.
+and cannot accommodate any RPC-based services. The host may be down.
.El
.Sh SEE ALSO
.Xr portmap 8 ,
diff --git a/usr.bin/sasc/sasc.1 b/usr.bin/sasc/sasc.1
index 754ba2a..5c67984 100644
--- a/usr.bin/sasc/sasc.1
+++ b/usr.bin/sasc/sasc.1
@@ -28,7 +28,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:$
+.\" $Id: sasc.1,v 1.2 1995/09/08 18:42:44 julian Exp $
.\"
.TH SASC 1 "January 6, 1995" FreeBSD "FreeBSD Reference Manual"
.SH NAME
@@ -47,7 +47,7 @@
The \fBsasc\fP utility provides shell level access to the ioctl
requests served by the handy scanner device driver asc. Please see
asc(4) for the exact meaning of the requests. Generally they modify
-the output and behaviour of the asc scanner device. When \fBsasc\fP is
+the output and behavior of the asc scanner device. When \fBsasc\fP is
called with no option only the current settings are reported.
.SH OPTIONS
.TP 3
@@ -55,7 +55,7 @@ called with no option only the current settings are reported.
Set the scanner with the values of the resolution selector switch.
.TP
\fB-q\fP
-Operate in quiet mode, i.e. do not report any of the current setings.
+Operate in quiet mode, i.e. do not report any of the current settings.
Normally the parameters are shown after the modifications have been
performed.
.TP
diff --git a/usr.bin/sgmlfmt/sgmlfmt.1 b/usr.bin/sgmlfmt/sgmlfmt.1
index 1b18008..fd9bc22 100644
--- a/usr.bin/sgmlfmt/sgmlfmt.1
+++ b/usr.bin/sgmlfmt/sgmlfmt.1
@@ -99,8 +99,8 @@ containing a particular section can change when a document
is modified, this provides a convenient hook by which separate
documents can provide links into another document without the
links becoming invalid when the target document is modified.
-When creating a symbolic link, any occurence of a slash (/) in label
-is replaced with percent (%), while any occurence of a space is replaced
+When creating a symbolic link, any occurrence of a slash (/) in label
+is replaced with percent (%), while any occurrence of a space is replaced
with an underscore (_).
.It Fl ssi
When used with the
@@ -165,7 +165,7 @@ confuse
.Xr groff 1
which is used to generate ASCII output.
.Pp
-The divison of the sources file into separate HTML files is
+The division of the sources file into separate HTML files is
currently fixed.
.Pp
Although legal according to the DTD, it the ascii formatting gets botched if
diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1
index b4490ef..d0777f5 100644
--- a/usr.bin/tconv/tconv.1
+++ b/usr.bin/tconv/tconv.1
@@ -175,6 +175,6 @@ that generated the warning.
.SH BUGS
More warning messages could be generated.
.I tconv
-can't translate to termcap. Binaries generated will have cancelled
-capabilities marked as cancelled, which is incompatible with
+can't translate to termcap. Binaries generated will have canceled
+capabilities marked as canceled, which is incompatible with
System V Release 2.0 terminfo.
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 84ec638..849693f 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
-.\" $Id$
+.\" $Id: install.1,v 1.2 1995/10/09 07:20:59 bde Exp $
.\"
.Dd October 9, 1995
.Dt INSTALL 1
@@ -71,7 +71,7 @@ allow.
.It Fl C .
Copy the file, as if the
.Fl c
-option is specifed,
+option is specified,
except if the target file already exists and the files are the same,
then don't change the modification time of the target
.It Fl c
@@ -110,7 +110,7 @@ Specify an owner.
Preserve the modification time.
Copy the file, as if the
.Fl C
-(Compare and copy) option is specifed,
+(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
diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1
index 99321b4..d873b1f 100644
--- a/usr.bin/ypcat/ypcat.1
+++ b/usr.bin/ypcat/ypcat.1
@@ -13,7 +13,7 @@
.\" must display the following acknowledgement:
.\" This product includes software developed by Winning Strategies, Inc.
.\" 4. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission
+.\" derived from this software without specific prior written permission
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -26,7 +26,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.1 1994/01/11 19:01:27 nate Exp $
+.\" $Id: ypcat.1,v 1.1 1994/08/08 01:13:29 wollman Exp $
.\"
.Dd December 3, 1993
.Dt YPCAT 1
diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1
index 0b7ac89..1a0b187 100644
--- a/usr.bin/ypmatch/ypmatch.1
+++ b/usr.bin/ypmatch/ypmatch.1
@@ -13,7 +13,7 @@
.\" must display the following acknowledgement:
.\" This product includes software developed by Winning Strategies, Inc.
.\" 4. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission
+.\" derived from this software without specific prior written permission
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -26,7 +26,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.1 1994/01/11 19:01:30 nate Exp $
+.\" $Id: ypmatch.1,v 1.1 1994/08/08 01:13:32 wollman Exp $
.\"
.Dd December 3, 1993
.Dt YPMATCH 1
OpenPOWER on IntegriCloud