robin is pedantic about the spelling of behavior
authorderaadt <deraadt@openbsd.org>
Wed, 11 Dec 1996 17:39:19 +0000 (17:39 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 11 Dec 1996 17:39:19 +0000 (17:39 +0000)
lib/libc/sys/issetugid.2
lib/libc/sys/msgrcv.2
lib/libc/sys/semop.2

index 970fb13..5bf20ca 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: issetugid.2,v 1.3 1996/10/15 09:56:00 deraadt Exp $
+.\"    $OpenBSD: issetugid.2,v 1.4 1996/12/11 17:39:19 deraadt Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -51,7 +51,7 @@ system call.
 Otherwise it returns 0.
 .Pp
 This system call exists so that library routines (inside libc, libtermlib,
-or other libraries) can gaurantee safe behaviour when used inside
+or other libraries) can gaurantee safe behavior when used inside
 setuid or setgid programs.
 Some library routines may not be passed sufficient information to know
 if the current program was started setuid or setgid.
index 399c8ca..5a4ddf2 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: msgrcv.2,v 1.2 1996/10/08 01:20:11 michaels Exp $
+.\"    $OpenBSD: msgrcv.2,v 1.3 1996/12/11 17:39:19 deraadt Exp $
 .\"    $NetBSD: msgrcv.2,v 1.1 1995/10/16 23:49:20 jtc Exp $   
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
@@ -90,7 +90,7 @@ otherwise an error will be returned.
 
 If no matching message is present on the message queue specified by
 .Fa msqid ,
-the behaviour of
+the behavior of
 .Fn msgrcv
 depends on whether the IPC_NOWAIT flag is set in
 .Fa msgflg
index 9c75b4a..c38819f 100644 (file)
@@ -1,4 +1,4 @@
-.\"   $OpenBSD: semop.2,v 1.2 1996/10/08 01:20:14 michaels Exp $
+.\"   $OpenBSD: semop.2,v 1.3 1996/12/11 17:39:20 deraadt Exp $
 .\"    $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $    
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
@@ -90,7 +90,7 @@ is equal to 0. The calling process is blocked until the value of the
 specified semaphore reaches 0.
 .El
 
-The behaviour of each operation is influenced by the flags set in
+The behavior of each operation is influenced by the flags set in
 .Va sem_flg
 in the following way:
 .Bl -tag -width IPC_NOWAITX