diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 03:57:18 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 03:57:18 +0000 |
commit | 4580e2481cc678c319cd8bd6215ac266f97d50ca (patch) | |
tree | ecd7464eeb5b3b2a96564b070175a2a7a196e110 /lib/libc/sys | |
parent | 23a101fa5515cc9f1672658c6bc5cbcf8dee1a0d (diff) |
typo fix from NetBSD
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/semop.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 1f1029d4c90..36dc664bc32 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semop.2,v 1.9 2000/10/18 05:12:11 aaron Exp $ +.\" $OpenBSD: semop.2,v 1.10 2002/05/31 03:57:17 pjanzen Exp $ .\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -146,7 +146,7 @@ number of semaphores in the set specified by .It Bq Er ENOSPC .Dv SEM_UNDO was requested, and there is not enough space left in the kernel to -store the unfo information. +store the undo information. .It Bq Er EAGAIN The requested operation can not immediately be performed, and .Dv IPC_NOWAIT |