diff options
author | 2001-08-25 17:54:34 +0000 | |
---|---|---|
committer | 2001-08-25 17:54:34 +0000 | |
commit | 375524087cc938f82114a20d26d22d0bb0bee164 (patch) | |
tree | 0e5a37823146775cd75f16bef32b65797c74d9e3 | |
parent | Implement the data cache invalidation functions for 040, and fix a typo (diff) | |
download | wireguard-openbsd-375524087cc938f82114a20d26d22d0bb0bee164.tar.xz wireguard-openbsd-375524087cc938f82114a20d26d22d0bb0bee164.zip |
Typo - PR 2032
-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 |