diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 17:54:35 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 17:54:35 +0000 |
commit | 0564ad11297b84969fca4828e1af72801b36f3cd (patch) | |
tree | c97918ed114ff0aed63d86bf2e55064998f6777b /lib/libc | |
parent | 38762e30fe62a2c30bd49606a1fe008045c14640 (diff) |
Typo - PR 2032
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/shmget.2 | 4 |
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 |