Fix a bunch of spelling errors.

PR:		6856
Submitted by:	Josh Gilliam <josh@quick.net>
This commit is contained in:
Steve Price 1998-06-04 21:06:07 +00:00
parent 8435e0aef5
commit 32c2131395
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36649
22 changed files with 48 additions and 39 deletions

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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
[

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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 ,

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: