summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
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 /lib/libc/sys
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>
Diffstat (limited to 'lib/libc/sys')
-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
9 files changed, 16 insertions, 16 deletions
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
OpenPOWER on IntegriCloud