summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
committersteve <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
commit260fa64a35174a5ab4b53eec6c75618fb117bee6 (patch)
treeae2f28c91653365e1a66df7ca3c1a2fb60785c50
parent3879235125f551fee922b2673e0a75f018d78093 (diff)
downloadFreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.zip
FreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.tar.gz
Fix a bunch of spelling errors.
PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
-rw-r--r--bin/chio/chio.14
-rw-r--r--contrib/bc/doc/bc.14
-rw-r--r--contrib/bc/doc/dc.12
-rw-r--r--contrib/ipfilter/ipsend/iptest.12
-rw-r--r--contrib/ipfilter/man/ipftest.12
-rw-r--r--gnu/usr.bin/perl/perl/perl.113
-rw-r--r--gnu/usr.bin/tar/tar.14
-rw-r--r--lib/libc/i386/sys/i386_get_ldt.24
-rw-r--r--lib/libc/sys/getrusage.24
-rw-r--r--lib/libc/sys/madvise.24
-rw-r--r--lib/libc/sys/mincore.24
-rw-r--r--lib/libc/sys/msync.22
-rw-r--r--lib/libc/sys/poll.24
-rw-r--r--lib/libc/sys/sched_setparam.24
-rw-r--r--lib/libc/sys/select.22
-rw-r--r--lib/libc/sys/setuid.24
-rw-r--r--lib/libc/sys/sigaction.24
-rw-r--r--usr.bin/at/at.man4
-rw-r--r--usr.bin/limits/limits.16
-rw-r--r--usr.bin/script/script.14
-rw-r--r--usr.bin/ypwhich/ypwhich.14
-rw-r--r--usr.sbin/pcvt/userkeys/vt220keys.12
22 files changed, 48 insertions, 39 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1
index bffce3c..056c43a 100644
--- a/bin/chio/chio.1
+++ b/bin/chio/chio.1
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: chio.1,v 1.5 1998/05/06 06:49:52 charnier Exp $
.\"
.Dd April 2, 1996
.Dt CHIO 1
@@ -177,7 +177,7 @@ Element is in an abnormal state.
.It ACCESS
Media in this element is accessible by a picker.
.It EXENAB
-Element supports passing media (exporting) to an outsite human operator.
+Element supports passing media (exporting) to an outside human operator.
.It INENAB
Element supports receiving media (importing) from an outside human operator.
.El
diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1
index 9194dca..cfa3cd8 100644
--- a/contrib/bc/doc/bc.1
+++ b/contrib/bc/doc/bc.1
@@ -750,14 +750,14 @@ This is the same as the \fB-s\fR option.
.IP "BC_ENV_ARGS"
This is another mechanism to get arguments to \fBbc\fR. The
format is the same as the command line arguments. These arguments
-are processed first, so any files listed in the environent arguments
+are processed first, so any files listed in the environment arguments
are processed before any command line argument files. This allows
the user to set up "standard" options and files to be processed
at every invocation of \fBbc\fR. The files in the environment
variables would typically contain function definitions for functions
the user wants defined every time \fBbc\fR is run.
.IP "BC_LINE_LENGTH"
-This should be an integer specifing the number of characters in an
+This should be an integer specifying the number of characters in an
output line for numbers. This includes the backslash and newline characters
for long numbers.
.SH FILES
diff --git a/contrib/bc/doc/dc.1 b/contrib/bc/doc/dc.1
index f64e0f9..c4821b7 100644
--- a/contrib/bc/doc/dc.1
+++ b/contrib/bc/doc/dc.1
@@ -140,7 +140,7 @@ The third value popped is the base which gets exponentiated.
The precision value specifies the number of fraction
digits in the result.
For small numbers this is like the sequence \fBSm lble^ Lm%\fP,
-but, unlike \fB^\fP, this command will work with arbritrarily large exponents.
+but, unlike \fB^\fP, this command will work with arbitrarily large exponents.
.TP
.B v
Pops one value,
diff --git a/contrib/ipfilter/ipsend/iptest.1 b/contrib/ipfilter/ipsend/iptest.1
index 3c98a4c..46a6817 100644
--- a/contrib/ipfilter/ipsend/iptest.1
+++ b/contrib/ipfilter/ipsend/iptest.1
@@ -37,7 +37,7 @@ variations).
.TP
.B \-2
Run IP test group #2. This group of tests generates packets with the IP
-options constructed with invalud values given other packet characteristics.
+options constructed with invalid values given other packet characteristics.
The point tests are: 1 (option length > packet length), 2 (option length = 0).
.TP
.B \-3
diff --git a/contrib/ipfilter/man/ipftest.1 b/contrib/ipfilter/man/ipftest.1
index e77ef96..be5d9d5 100644
--- a/contrib/ipfilter/man/ipftest.1
+++ b/contrib/ipfilter/man/ipftest.1
@@ -1,6 +1,6 @@
.TH ipftest 8
.SH NAME
-ipftest \- test packet filter rules with arbitary input.
+ipftest \- test packet filter rules with arbitrary input.
.SH SYNOPSIS
.B ipftest
[
diff --git a/gnu/usr.bin/perl/perl/perl.1 b/gnu/usr.bin/perl/perl/perl.1
index a484ddb..c94405c 100644
--- a/gnu/usr.bin/perl/perl/perl.1
+++ b/gnu/usr.bin/perl/perl/perl.1
@@ -1,7 +1,16 @@
.rn '' }`
-''' $RCSfile: perl.1,v $$Revision: 1.3 $$Date: 1996/10/05 22:26:23 $
+''' $RCSfile: perl.1,v $$Revision: 1.4 $$Date: 1997/08/30 12:22:46 $
'''
''' $Log: perl.1,v $
+''' Revision 1.4 1997/08/30 12:22:46 jmg
+''' fix a few spelling changes
+'''
+''' Submitted by: Josh Gilliam
+'''
+''' Closes PR's: 4429, 4431-4438
+'''
+''' PS: He has agreed to submit all contrib fixes back to the original author.
+'''
''' Revision 1.3 1996/10/05 22:26:23 wosch
''' delete doubled words, e.g.: "the the" -> "the"
'''
@@ -4332,7 +4341,7 @@ record, the page is advanced by writing a form feed,
a special top-of-page format is used
to format the new page header, and then the record is written.
By default the top-of-page format is the name of the filehandle with
-\*(L"_TOP\*(R" appended, but it may be dynamicallly set to the
+\*(L"_TOP\*(R" appended, but it may be dynamically set to the
format of your choice by assigning the name to the $^ variable while
the filehandle is selected.
The number of lines remaining on the current page is in variable $-, which
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index 3c23756..af19756 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -4,7 +4,7 @@
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
.\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de>
.\"
-.\" $Id: tar.1,v 1.13 1998/02/15 17:03:58 steve Exp $
+.\" $Id: tar.1,v 1.14 1998/04/01 06:26:40 charnier Exp $
.\"
.Dd 25 August 1997
.Os FreeBSD
@@ -215,7 +215,7 @@ File name with volume number to start with.
Only store files with creation time newer than
.Ar date .
.It Fl -newer-mtime Ar date
-Only store files with modifiction time newer than
+Only store files with modification time newer than
.Ar date .
.It Fl o
.It Fl -old-archive
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2
index ddf6e0c..a04d7c3 100644
--- a/lib/libc/i386/sys/i386_get_ldt.2
+++ b/lib/libc/i386/sys/i386_get_ldt.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91
-.\" $Id$
+.\" $Id: i386_get_ldt.2,v 1.3 1997/02/22 14:59:31 peter Exp $
.\"
.Dd September 20, 1993
.Dt I386_GET_LDT 2
@@ -65,7 +65,7 @@ The argument
.Fa descs
can be either segment_descriptor or gate_descriptor and are defined in
.Fd <i386/segments.h> .
-These structures are defined by the architecure
+These structures are defined by the architecture
as disjoint bit-fields, so care must be taken in constructing them.
.Sh RETURN VALUES
Upon successful completion,
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2
index 5cdea8c..0e1071d 100644
--- a/lib/libc/sys/getrusage.2
+++ b/lib/libc/sys/getrusage.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: getrusage.2,v 1.8 1998/01/13 01:21:19 alex Exp $
.\"
.Dd June 4, 1993
.Dt GETRUSAGE 2
@@ -144,7 +144,7 @@ account only for real
I/O; data supplied by the caching mechanism is charged only
to the first process to read or write the data.
.Sh RETURN VALUES
-Uponsuccessful completion,
+Upon successful completion,
.Fn getrusage
returns 0. Otherwise, a value of -1 is returned and
.Va errno
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index 75c23dc..5d801a2 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)madvise.2 8.1 (Berkeley) 6/9/93
-.\" $Id: madvise.2,v 1.11 1997/12/30 05:17:33 alex Exp $
+.\" $Id: madvise.2,v 1.12 1997/12/31 01:21:48 alex Exp $
.\"
.Dd Jul 19, 1996
.Dt MADVISE 2
@@ -69,7 +69,7 @@ Is a hint that pages will be accessed randomly, and prefetching
is likely not advantageous.
.It Dv MADV_SEQUENTIAL
Causes the VM system to depress the priority of
-pages immediately preceeding a given page when it is faulted in.
+pages immediately preceding a given page when it is faulted in.
.It Dv MADV_WILLNEED
Causes pages that are in a given virtual address range
to temporarily have higher priority, and if they are in
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2
index 5c83de2..5b6ff46 100644
--- a/lib/libc/sys/mincore.2
+++ b/lib/libc/sys/mincore.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mincore.2 8.1 (Berkeley) 6/9/93
-.\" $Id: mincore.2,v 1.9 1997/12/30 04:05:47 alex Exp $
+.\" $Id: mincore.2,v 1.10 1997/12/31 01:21:49 alex Exp $
.\"
.Dd June 9, 1993
.Dt MINCORE 2
@@ -59,7 +59,7 @@ Upon successful completion,
.Fn mincore
returns 0 and
.Fa vec
-is updated to relect the page status. Otherwise a value of -1
+is updated to reflect the page status. Otherwise a value of -1
is returned and
.Va error
is set to indicate the error.
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2
index 4f4fc6a..e08c93c 100644
--- a/lib/libc/sys/msync.2
+++ b/lib/libc/sys/msync.2
@@ -85,7 +85,7 @@ is too large or negative.
.Fa flags
was both MS_ASYNC and MS_INVALIDATE. Only one of these flags is allowed.
.It Bq Er EIO
-An I/O error occured while writing to the file system.
+An I/O error occurred while writing to the file system.
.Sh SEE ALSO
.Xr madvise 2 ,
.Xr mincore 2 ,
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index b6e6706..0ebcb74 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,5 +1,5 @@
.\" $NetBSD: poll.2,v 1.3 1996/09/07 21:53:08 mycroft Exp $
-.\" $Id$
+.\" $Id: poll.2,v 1.1 1997/09/14 05:44:35 peter Exp $
.\"
.\" Copyright (c) 1996 Charles M. Hannum. All rights reserved.
.\"
@@ -92,7 +92,7 @@ Normal data may be written without blocking.
.It POLLWRBAND
Data with a non-zero priority may be written without blocking.
.It POLLERR
-An exceptional condition has occured on the device or socket. This
+An exceptional condition has occurred on the device or socket. This
flag is always checked, even if not present in the
.Fa events
bitmask.
diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2
index 5bbd760..b63d959 100644
--- a/lib/libc/sys/sched_setparam.2
+++ b/lib/libc/sys/sched_setparam.2
@@ -1,4 +1,4 @@
-.\" $Id:$
+.\" $Id: sched_setparam.2,v 1.1 1998/03/28 11:48:52 dufault Exp $
.\" Copyright (c) 1998 HD Associates, Inc.
.\" All rights reserved.
.\"
@@ -29,7 +29,7 @@
.Sh NAME
.Nm sched_setparam ,
.Nm sched_getparam
-.Nd set/get scheduling paramaters
+.Nd set/get scheduling parameters
.Sh SYNOPSIS
.Fd #include <sched.h>
.Ft int
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 36a4da4..344adb1 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -158,7 +158,7 @@ was invalid.
The default size of
.Dv FD_SETSIZE
is currently 1024.
-In order to accomodate programs which might potentially
+In order to accommodate programs which might potentially
use a larger number of open files with
.Fn select
, it is possible
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 1f24fb0..29651f3 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
-.\" $Id: setuid.2,v 1.10 1997/04/01 18:58:38 mpp Exp $
+.\" $Id: setuid.2,v 1.11 1997/04/02 17:24:16 peter Exp $
.\"
.Dd June 4, 1993
.Dt SETUID 2
@@ -96,7 +96,7 @@ The
.Fn setgid
function is permitted if the specified ID is equal to the real group ID
.\" Comment out next line for !_POSIX_SAVED_IDS
-.\" or the saved set-groupd-ID
+.\" or the saved set-group-ID
.\" Next line is for Appendix B.4.2.2 case.
or the effective group ID
of the process, or if the effective user ID is that of the super user.
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 5aaca3d..3ea9a29 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
-.\" $Id: sigaction.2,v 1.16 1998/02/04 22:30:13 jlemon Exp $
+.\" $Id: sigaction.2,v 1.17 1998/05/18 03:33:11 jkoshy Exp $
.\"
.Dd April 3, 1994
.Dt SIGACTION 2
@@ -382,7 +382,7 @@ The
.Dv SA_NODEFER
and
.Dv SA_RESETHAND
-flags are intended for backwards compatability with other operating
+flags are intended for backwards compatibility with other operating
systems. The
.Dv SA_NOCLDSTOP ,
and
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man
index 723b38f..f20222c 100644
--- a/usr.bin/at/at.man
+++ b/usr.bin/at/at.man
@@ -1,4 +1,4 @@
-.\" $Id: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $
+.\" $Id: at.man,v 1.7 1998/03/23 07:40:30 charnier Exp $
.Dd April 12, 1995
.Dt "AT" 1
.Os "FreeBSD 2.1"
@@ -220,7 +220,7 @@ For
shows completed but not yet deleted jobs in the queue; otherwise
shows the time the job will be executed.
.It Fl c
-Cats the jobs listed on the command line to standart output.
+Cats the jobs listed on the command line to standard output.
.Sh FILES
.Bl -tag -width _ATJOB_DIR/_LOCKFILE -compact
.It Pa _ATJOB_DIR
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1
index 5f94653..9a9dd57 100644
--- a/usr.bin/limits/limits.1
+++ b/usr.bin/limits/limits.1
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: limits.1,v 1.6 1998/02/01 06:19:56 steve Exp $
+.\" $Id: limits.1,v 1.7 1998/05/08 14:46:23 max Exp $
.\"
.Dd January 15, 1996
.Dt LIMITS 1
@@ -168,7 +168,7 @@ flags.
Selects "eval mode" formatting for output.
This is valid only on display mode and cannot be used when running a
command.
-The exact syntax used for output depeneds upon the type of shell from
+The exact syntax used for output depends upon the type of shell from
which
.Nm limits
is invoked.
@@ -226,7 +226,7 @@ megabytes (1024*1024 bytes).
.It g
gigabytes.
.It t
-terrabytes.
+terabytes.
.El
.Pp
The
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index 4acda57..ed50316 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)script.1 8.1 (Berkeley) 6/6/93
-.\" $Id: script.1,v 1.3 1997/12/29 13:31:46 peter Exp $
+.\" $Id: script.1,v 1.4 1998/03/08 14:19:15 peter Exp $
.\"
.Dd June 6, 1993
.Dt SCRIPT 1
@@ -144,7 +144,7 @@ in the log file, including linefeeds and backspaces.
This is not what the naive user expects.
.Pp
It is not possible to specify a command without also naming the script file
-because of argument parsing compatability issues.
+because of argument parsing compatibility issues.
.Pp
When running in
.Fl k
diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1
index 34ed93c..d3adc25 100644
--- a/usr.bin/ypwhich/ypwhich.1
+++ b/usr.bin/ypwhich/ypwhich.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: ypwhich.1,v 1.1 1997/09/21 11:49:18 wosch Exp $
+.\" $Id: ypwhich.1,v 1.2 1998/03/23 07:48:45 charnier Exp $
.\"
.Dd February 23, 1994
.Dt YPWHICH 1
@@ -82,7 +82,7 @@ option.
.Ar Mname
can be a map name or nickname. If
.Ar mname
-is ommitted,
+is omitted,
.Nm ypwhich
will produce a list of available maps.
.It Fl x
diff --git a/usr.sbin/pcvt/userkeys/vt220keys.1 b/usr.sbin/pcvt/userkeys/vt220keys.1
index 282adec..215d2f8 100644
--- a/usr.sbin/pcvt/userkeys/vt220keys.1
+++ b/usr.sbin/pcvt/userkeys/vt220keys.1
@@ -21,7 +21,7 @@ must be quoted if spaces, tabs, or shell metacharacters are included.
.PP
.B Vt220keys
expects to receive some combination of option flags and/or
-argument pair(s), otherwised an usage message
+argument pair(s), otherwise a usage message
is printed.
.PP
The options are:
OpenPOWER on IntegriCloud