summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/shmget.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2
index ff4147077f1..f6dfc64dae1 100644
--- a/lib/libc/sys/shmget.2
+++ b/lib/libc/sys/shmget.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmget.2,v 1.8 1999/09/23 04:12:00 alex Exp $
+.\" $OpenBSD: shmget.2,v 1.9 2001/08/25 17:54:34 hugh Exp $
.\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -124,7 +124,7 @@ and no shared memory segment associated with
.Fa key
was found.
.It Bq Er ENOMEM
-There is not enough memory left to created a shared memory segment of the
+There is not enough memory left to create a shared memory segment of the
requested size.
.El
.Sh SEE ALSO