aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
commit32c21313950e1f43b530bf8e9235461ef05f4ad8 (patch)
tree4d6a81c16586544737f81cbbaa10938c2e864b89 /lib/libc/sys
parent8435e0aef58e503f97ea38eb65ecd5d6bdeae8da (diff)
Notes
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 5cdea8c4bc01..0e1071d04deb 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 75c23dc749b2..5d801a2267e5 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 5c83de24760e..5b6ff467f3e8 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 4f4fc6a3ac4e..e08c93c2644d 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 b6e6706e66cf..0ebcb7482198 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 5bbd76061eb9..b63d959e8513 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 36a4da474757..344adb141e7f 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 1f24fb0e27ff..29651f3cd298 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 5aaca3d55a63..3ea9a29d9596 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