summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-13 16:01:53 +0000
committerwosch <wosch@FreeBSD.org>1997-09-13 16:01:53 +0000
commitfde8a8ec465bddd8378394c44e3b889d741f5009 (patch)
tree382222393dc3b517a7ea596de312f08138ca1378
parentbc0f53c63a331df3494eb952e2221c8b023f1fd6 (diff)
downloadFreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.zip
FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.tar.gz
spelling corrections.
PR: docs/4450 Submitted by: josh@quick.net
-rw-r--r--bin/chio/chio.12
-rw-r--r--bin/date/date.14
-rw-r--r--contrib/gcc/gcc.16
-rw-r--r--contrib/nvi/docs/USD.doc/vi.man/vi.12
-rw-r--r--contrib/top/top.X2
-rw-r--r--gnu/usr.bin/gzip/gzip.12
-rw-r--r--gnu/usr.bin/ld/rtld/rtld.16
-rw-r--r--gnu/usr.bin/man/catman/catman.16
-rw-r--r--libexec/rtld-aout/rtld.16
-rw-r--r--libexec/rtld-aout/rtld.1aout6
-rw-r--r--libexec/rtld-elf/rtld.16
-rw-r--r--usr.bin/passwd/passwd.12
-rw-r--r--usr.sbin/cdcontrol/cdcontrol.16
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.14
-rw-r--r--usr.sbin/sgsc/sgsc.12
15 files changed, 31 insertions, 31 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1
index 586546e..62c4dd1 100644
--- a/bin/chio/chio.1
+++ b/bin/chio/chio.1
@@ -124,7 +124,7 @@ specify whether the media units are to be inverted before insertion into
.Pa <dst1 ET/EU>
and
.Pa <dst2 ET/EU>
-respecitively.
+respectively.
.Pp
Note that not all medium changers support the
.Nm exchange
diff --git a/bin/date/date.1 b/bin/date/date.1
index 0d4de45..860516e 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
-.\" $Id: date.1,v 1.16 1997/08/18 20:27:17 brian Exp $
+.\" $Id: date.1,v 1.17 1997/08/30 11:06:35 jmg Exp $
.\"
.Dd November 17, 1993
.Dt DATE 1
@@ -113,7 +113,7 @@ Adjust the minute, hour, month day, week day, month or year according to
If
.Ar val
is preceeded with a plus or minus sign, the date is adjusted forwards
-or backwards according to the remaining string, otherwise the relevent
+or backwards according to the remaining string, otherwise the relevant
part of the date is set. The date can be adjusted as many times as
required using these flags. Flags are processed in the order given.
.Pp
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1
index 79f48ba..b693fbb 100644
--- a/contrib/gcc/gcc.1
+++ b/contrib/gcc/gcc.1
@@ -2925,17 +2925,17 @@ exist in SPARClite but not in SPARC v7.
.B \-mcypress
.TP
.B \-msupersparc
-These two options select the processor for which the code is optimised.
+These two options select the processor for which the code is optimized.
.Sp
With
.B \-mcypress
-(the default), the compiler optimises code for the Cypress CY7C602 chip, as
+(the default), the compiler optimizes code for the Cypress CY7C602 chip, as
used in the SparcStation/SparcServer 3xx series. This is also appropriate for
the older SparcStation 1, 2, IPX etc.
.Sp
With
.B \-msupersparc
-the compiler optimises code for the SuperSparc cpu, as used in the SparcStation
+the compiler optimizes code for the SuperSparc cpu, as used in the SparcStation
10, 1000 and 2000 series. This flag also enables use of the full SPARC v8
instruction set.
.PP
diff --git a/contrib/nvi/docs/USD.doc/vi.man/vi.1 b/contrib/nvi/docs/USD.doc/vi.man/vi.1
index 2275b94..fd1a192 100644
--- a/contrib/nvi/docs/USD.doc/vi.man/vi.1
+++ b/contrib/nvi/docs/USD.doc/vi.man/vi.1
@@ -946,7 +946,7 @@ Grow or shrink the current screen.
Rewind the argument list.
.TP
.B "rta[g][!] tagstring"
-Edit the file refering the specified tag. (Only in gtagsmode)
+Edit the file referring the specified tag. (Only in gtagsmode)
.TP
.B "se[t] [option[=[value]] ...] [nooption ...] [option? ...] [all]"
Display or set editor options.
diff --git a/contrib/top/top.X b/contrib/top/top.X
index 64a2753..1a8bf0b 100644
--- a/contrib/top/top.X
+++ b/contrib/top/top.X
@@ -250,7 +250,7 @@ the number of processes in each state
(sleeping, running, starting, zombies, and stopped),
and a percentage of time spent in each of the processor states
(user, nice, system, and idle).
-It also includes information about physial and virtual memory allocation.
+It also includes information about physical and virtual memory allocation.
.PP
The remainder of the screen displays information about individual
processes. This display is similar in spirit to
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1
index 5304d30..2d1e1a4 100644
--- a/gnu/usr.bin/gzip/gzip.1
+++ b/gnu/usr.bin/gzip/gzip.1
@@ -195,7 +195,7 @@ is read from or written to a terminal. If the input data is not in
a format recognized by
.I gzip,
and if the option --stdout is also given, copy the input data without change
-to the standard ouput: let
+to the standard output: let
.I zcat
behave as
.I cat.
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1
index dbd4dde..90e9d54 100644
--- a/gnu/usr.bin/ld/rtld/rtld.1
+++ b/gnu/usr.bin/ld/rtld/rtld.1
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
+.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
.Ac \&.
.Pp
.Nm
-recognises a number of environment variables that can be used to modify
+recognizes a number of environment variables that can be used to modify
its behaviour as follows:
.Pp
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
@@ -201,7 +201,7 @@ Additionally,
.Sy \en
and
.Sy \et
-are recognised and have their usual meaning.
+are recognized and have their usual meaning.
.\" .It Ev LD_NO_INTERN_SEARCH
.\" When set,
.\" .Nm
diff --git a/gnu/usr.bin/man/catman/catman.1 b/gnu/usr.bin/man/catman/catman.1
index ceaeec5..b23a6c6 100644
--- a/gnu/usr.bin/man/catman/catman.1
+++ b/gnu/usr.bin/man/catman/catman.1
@@ -24,7 +24,7 @@
.\"
.\" /usr/bin/catman - preformat man pages
.\"
-.\" $Id$
+.\" $Id: catman.1,v 1.12 1997/02/22 15:46:59 peter Exp $
.Dd Mar 12, 1995
.Dt CATMAN 1
.Os
@@ -74,11 +74,11 @@ More warnings.
.Pp
Format man pages in
.Ar /usr/share/man
-if neccessary.
+if necessary.
.Pp
.Dl $ catman $MANPATH
.Pp
-Format all your man pages if neccessary.
+Format all your man pages if necessary.
.Pp
.Dl $ catman -f /usr/local/man/man1 /usr/local/man/manl
.Pp
diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1
index dbd4dde..90e9d54 100644
--- a/libexec/rtld-aout/rtld.1
+++ b/libexec/rtld-aout/rtld.1
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
+.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
.Ac \&.
.Pp
.Nm
-recognises a number of environment variables that can be used to modify
+recognizes a number of environment variables that can be used to modify
its behaviour as follows:
.Pp
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
@@ -201,7 +201,7 @@ Additionally,
.Sy \en
and
.Sy \et
-are recognised and have their usual meaning.
+are recognized and have their usual meaning.
.\" .It Ev LD_NO_INTERN_SEARCH
.\" When set,
.\" .Nm
diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout
index dbd4dde..90e9d54 100644
--- a/libexec/rtld-aout/rtld.1aout
+++ b/libexec/rtld-aout/rtld.1aout
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
+.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
.Ac \&.
.Pp
.Nm
-recognises a number of environment variables that can be used to modify
+recognizes a number of environment variables that can be used to modify
its behaviour as follows:
.Pp
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
@@ -201,7 +201,7 @@ Additionally,
.Sy \en
and
.Sy \et
-are recognised and have their usual meaning.
+are recognized and have their usual meaning.
.\" .It Ev LD_NO_INTERN_SEARCH
.\" When set,
.\" .Nm
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index dbd4dde..90e9d54 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
+.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
.Ac \&.
.Pp
.Nm
-recognises a number of environment variables that can be used to modify
+recognizes a number of environment variables that can be used to modify
its behaviour as follows:
.Pp
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
@@ -201,7 +201,7 @@ Additionally,
.Sy \en
and
.Sy \et
-are recognised and have their usual meaning.
+are recognized and have their usual meaning.
.\" .It Ev LD_NO_INTERN_SEARCH
.\" When set,
.\" .Nm
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1
index a595bfa..2ae566e 100644
--- a/usr.bin/passwd/passwd.1
+++ b/usr.bin/passwd/passwd.1
@@ -160,7 +160,7 @@ option and
.Nm passwd
is unable to determine the name of the NIS master server (possibly because
the local domainname isn't set), the name of the NIS master is assumed to
-be ``localhost''. This can be overriden with the
+be ``localhost''. This can be overidden with the
.Fl s
flag. The specified hostname need not be the name of an NIS master: the
name of the NIS master for a given map can be determined by querying any
diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1
index fb52548..fec0297 100644
--- a/usr.sbin/cdcontrol/cdcontrol.1
+++ b/usr.sbin/cdcontrol/cdcontrol.1
@@ -1,4 +1,4 @@
-.\" $Id: cdcontrol.1,v 1.10 1997/02/22 16:04:30 peter Exp $
+.\" $Id: cdcontrol.1,v 1.11 1997/09/04 11:52:26 charnier Exp $
.\"
.Dd July 3, 1995
.Dt CDCONTROL 1
@@ -41,7 +41,7 @@ The available commands are listed below. Only as many
characters as are required to uniquely identify a command
need be specified. Word
.Nm play
-can be ommitted.
+can be omitted.
.Bl -tag -width Cm
.It Cm play Ar first_track Op Ar last_track
@@ -50,7 +50,7 @@ Play from track
to track
.Nm last_track.
The first track has number 1.
-can be ommited in all cases.
+can be omitted in all cases.
.It Cm play Ar start_m:start_s.start_f Op Ar end_m:end_s.end_f
Play from the absolute address
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1
index fb3f6be..5b1659b 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.1
+++ b/usr.sbin/crunch/crunchgen/crunchgen.1
@@ -238,7 +238,7 @@ The crunched binary ``kcopy'' can be built as follows:
.Pp
.nf
% crunchgen -m Makefile kcopy.conf # gen Makefile and kcopy.c
- % make objs # build the component progams' .o files
+ % make objs # build the component programs' .o files
% make # build the crunched binary kcopy
% kcopy sh # test that this invokes a sh shell
$ # it works!
@@ -255,7 +255,7 @@ takes care to eliminate link conflicts between the component programs
of a crunched binary, conflicts are still possible between the
libraries that are linked in. Some shuffling in the order of
libraries may be required, and in some rare cases two libraries may
-have an unresolveable conflict and thus cannot be crunched together.
+have an unresolvable conflict and thus cannot be crunched together.
.Pp
Some versions of the BSD build environment do not by default build the
intermediate object file for single-source file programs. The ``make
diff --git a/usr.sbin/sgsc/sgsc.1 b/usr.sbin/sgsc/sgsc.1
index 164e72d..41b6095 100644
--- a/usr.sbin/sgsc/sgsc.1
+++ b/usr.sbin/sgsc/sgsc.1
@@ -52,7 +52,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
OpenPOWER on IntegriCloud