diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-01 21:26:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-01 21:26:49 +0000 |
commit | 118701214b4cf06e44fffb2346301eb6e2314c18 (patch) | |
tree | 122ec5ed21bb27cb19d40d663f6e2b77b9221f3d /lib | |
parent | 050fb4d35bc8dda9c424b614946b4e5b746ad08e (diff) |
replace "can not" with "cannot";
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/semop.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 01ec7380e13..691cb5b1b95 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semop.2,v 1.18 2014/12/10 19:19:00 schwarze Exp $ +.\" $OpenBSD: semop.2,v 1.19 2015/11/01 21:26:48 jmc Exp $ .\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: December 10 2014 $ +.Dd $Mdocdate: November 1 2015 $ .Dt SEMOP 2 .Os .Sh NAME @@ -143,7 +143,7 @@ number of semaphores in the set specified by was requested, and there is not enough space left in the kernel to store the undo information. .It Bq Er EAGAIN -The requested operation can not immediately be performed, and +The requested operation cannot immediately be performed, and .Dv IPC_NOWAIT was set in .Va sem_flg . |