summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/semget.24
-rw-r--r--lib/libpthread/man/flockfile.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2
index f7450e92e1c..a994f8c604e 100644
--- a/lib/libc/sys/semget.2
+++ b/lib/libc/sys/semget.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semget.2,v 1.12 2002/05/05 18:39:12 millert Exp $
+.\" $OpenBSD: semget.2,v 1.13 2003/02/18 13:14:43 jmc Exp $
.\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -83,7 +83,7 @@ If a new set of semaphores is created, the data structure associated with it
.Va semid_ds
structure, see
.Xr semctl 2 )
-is intialized as follows:
+is initialized as follows:
.Bl -bullet
.It
.Va sem_perm.cuid
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3
index 83785f65e5f..1a57ac88441 100644
--- a/lib/libpthread/man/flockfile.3
+++ b/lib/libpthread/man/flockfile.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flockfile.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: flockfile.3,v 1.8 2003/02/18 13:14:43 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Dt FLOCKFILE 3
@@ -53,7 +53,7 @@ function.
Logically, there is a lock count associated with each
.Ft "FILE *"
object.
-This count is implicitly intialized to zero when the
+This count is implicitly initialized to zero when the
.Ft "FILE *"
object is created.
The