summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-11 17:39:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-11 17:39:21 +0000
commit724f1d496dce856f87ae3f54f4056207b2455a71 (patch)
treefabc41e4fdb75f245e8806f54f608d2e4d970ea4 /lib/libc
parentca688eee5b7362c24114bdfa7c8c74e0c200d3e6 (diff)
robin is pedantic about the spelling of behavior
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/issetugid.24
-rw-r--r--lib/libc/sys/msgrcv.24
-rw-r--r--lib/libc/sys/semop.24
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2
index 970fb13a339..5bf20ca74ac 100644
--- a/lib/libc/sys/issetugid.2
+++ b/lib/libc/sys/issetugid.2
@@ -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.
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2
index 399c8cac53b..5a4ddf2e292 100644
--- a/lib/libc/sys/msgrcv.2
+++ b/lib/libc/sys/msgrcv.2
@@ -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
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index 9c75b4a6059..c38819fd9ce 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -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