summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/fcntl.24
-rw-r--r--lib/libc/sys/getpgrp.22
-rw-r--r--lib/libc/sys/pipe.22
-rw-r--r--lib/libc/sys/semctl.26
-rw-r--r--lib/libc/sys/semop.24
-rw-r--r--lib/libc/sys/shmat.26
-rw-r--r--lib/libc/sys/shmctl.26
-rw-r--r--lib/libc/sys/shmget.24
-rw-r--r--lib/libc/sys/stat.22
9 files changed, 18 insertions, 18 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index eb752fe..3042958 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -344,7 +344,7 @@ syscall is assembled to
.Fn _thread_sys_fcntl
and
.Fn fcntl
-is implemented as a function which disables thread resheduling, locks
+is implemented as a function which disables thread rescheduling, locks
.Va fd
for read and write, then calls
.Fn _thread_sys_fcntl .
@@ -352,7 +352,7 @@ Before returning,
.Fn fcntl
unlocks
.Va fd
-and enables thread resheduling.
+and enables thread rescheduling.
.Sh RETURN VALUES
Upon successful completion, the value returned depends on
.Fa cmd
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2
index 88812b7..b98f499 100644
--- a/lib/libc/sys/getpgrp.2
+++ b/lib/libc/sys/getpgrp.2
@@ -75,7 +75,7 @@ The
.Fn getpgrp
function conforms to IEEE Std 1003.1-1988
.Pq Dq Tn POSIX .
-.Sh COMPATABILITY
+.Sh COMPATIBILITY
This version of
.Fn getpgrp
differs from past Berkeley versions by not taking a
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index b2556a6..b05eeb2 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -85,7 +85,7 @@ Pipes are really a special case of the
call and, in fact, are implemented as such in the system.
.Pp
The bidirectional nature of this implementation of pipes is not
-portable to older systems, so it is reccomended to use the convention
+portable to older systems, so it is recommended to use the convention
for using the endpoints in the traditional manner when using a
pipe in one direction.
.Sh RETURN VALUES
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index fe60ce0..6519f12 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -23,7 +23,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$
+.\" $Id: semctl.2,v 1.1 1995/10/03 19:17:17 joerg Exp $
.\"
.Dd September 12, 1995
.Dt SEMCTL 2
@@ -88,11 +88,11 @@ or
or it must have superuser privileges.
.It IPC_RMID
Immediately removes the semaphore set from the system. The calling
-process's effictive uid must equal the semaphore set's
+process's effective uid must equal the semaphore set's
.Fa sem_perm.uid
or
.Fa sem_perm.cuid ,
-or the process must have superuser priviliges.
+or the process must have superuser privileges.
.It Dv GETVAL
Return the value of semaphore number
.Fa semnum .
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index 74fa01b..70e643a 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -23,7 +23,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$
+.\" $Id: semop.2,v 1.1 1995/10/03 19:17:19 joerg Exp $
.\"
.Dd September 22, 1995
.Dt SEMOP 2
@@ -114,7 +114,7 @@ value, one of the following happens:
.\" XXX a *second* sublist?
.Bl -bullet
.It
-If IPC_NOWAIT was specifed, then
+If IPC_NOWAIT was specified, then
.Fn semop
returns immediately with a return value of EAGAIN.
.It
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index 587eebc..52fc9a2 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -23,7 +23,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$
+.\" $Id: shmat.2,v 1.1 1995/10/03 19:17:20 joerg Exp $
.\"
.Dd August 2, 1995
.Dt SHMAT 2
@@ -42,7 +42,7 @@
.Fn "shmdt" "void *addr"
.Sh DESCRIPTION
.Fn Shmat
-attaches the shared memory segment identifed by
+attaches the shared memory segment identified by
.Fa shmid
to the calling process's address space. The address where the segment
is attached is determined as follows:
@@ -59,7 +59,7 @@ kernel.
.It
If
.Fa addr
-is nonzero and SHM_RND is not specifed in
+is nonzero and SHM_RND is not specified in
.Fa flag ,
the segment is attached the specified address.
.It
diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2
index b1c5a4b..59036f2 100644
--- a/lib/libc/sys/shmctl.2
+++ b/lib/libc/sys/shmctl.2
@@ -23,7 +23,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$
+.\" $Id: shmctl.2,v 1.1 1995/10/03 19:17:21 joerg Exp $
.\"
.Dd July 17, 1995
.Dt SHMCTL 2
@@ -76,13 +76,13 @@ to succeed, the calling process's effective uid must match
.Fa shm_perm.uid
or
.Fa shm_perm.cuid ,
-or the process must have superuser privilges.
+or the process must have superuser privileges.
.\" .It Dv SHM_LOCK
.\" Locks the segment in memory. The calling process must have
.\" superuser privileges. Not implemented in FreeBSD.
.\" .It Dv SHM_UNLOCK
.\" Unlocks the segment from memory. The calling process must
-.\" have superuser priviliges. Not implemented in FreeBSD.
+.\" have superuser privileges. Not implemented in FreeBSD.
.El
.Pp
The
diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2
index 3df3272..1734f03 100644
--- a/lib/libc/sys/shmget.2
+++ b/lib/libc/sys/shmget.2
@@ -23,7 +23,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$
+.\" $Id: shmget.2,v 1.1 1995/10/03 19:17:21 joerg Exp $
.\"
.Dd July 3, 1995
.Dt SHMGET 2
@@ -116,7 +116,7 @@ will fail if:
.\"
.It Bq Er EINVAL
Size specified is greater than the size of the previously existing segment.
-Size specified is less than the system imposed minumum, or greater than
+Size specified is less than the system imposed minimum, or greater than
the system imposed maximum.
.It Bq Er ENOENT
No shared memory segment was found matching
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 8f78621..27bc183 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -258,7 +258,7 @@ depend on the time stamps being contiguous (in calls to
Applying
.Xr fstat
to a socket (and thus to a pipe)
-returns a zero'd buffer,
+returns a zeroed buffer,
except for the blocksize field,
and a unique device and inode number.
.Sh STANDARDS
OpenPOWER on IntegriCloud