summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
commitce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch)
tree2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /lib/libc/sys
parent611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff)
Typo fixes.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/select.24
-rw-r--r--lib/libc/sys/shmat.24
-rw-r--r--lib/libc/sys/shmget.24
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index fe5e4bd84bd..88349838865 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.14 1999/06/29 14:10:17 aaron Exp $
+.\" $OpenBSD: select.2,v 1.15 1999/09/23 04:12:00 alex Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -230,7 +230,7 @@ Even though some systems stupidly act in this different way, it is
unlikely this semantic will ever be commonly implemented, as the
change causes massive source code compatibility problems.
Furthermore, recent new standards have dictated the current behaviour.
-In general, due to the existance of those brain-damaged
+In general, due to the existence of those brain-damaged
non-conforming systems, it is unwise to assume that the timeout
value will be unmodified by the
.Fn select
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index 8e20b9d4650..51d020b5a36 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmat.2,v 1.8 1999/06/29 14:10:19 aaron Exp $
+.\" $OpenBSD: shmat.2,v 1.9 1999/09/23 04:12:00 alex Exp $
.\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -80,7 +80,7 @@ from the calling process' address space.
.Fa shmaddr
must be a value returned by a prior
.Fn shmat
-call. A shared memory segment will remain existant until it is removed by
+call. A shared memory segment will remain existent until it is removed by
a call to
.Xr shmctl 2
with the
diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2
index 301f9b8b9f1..ff4147077f1 100644
--- a/lib/libc/sys/shmget.2
+++ b/lib/libc/sys/shmget.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmget.2,v 1.7 1999/06/29 14:10:20 aaron Exp $
+.\" $OpenBSD: shmget.2,v 1.8 1999/09/23 04:12:00 alex Exp $
.\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -114,7 +114,7 @@ are set in
and a shared memory segment is already associated with
.Fa key .
.It Bq Er ENOSPC
-A new shared memory indentifier could not be created because the system limit
+A new shared memory identifier could not be created because the system limit
for the number of shared memory identifiers has been reached.
.It Bq Er ENOENT
.Dv IPC_CREAT