-.\" $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.
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.
-.\" $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
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
-.\" $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
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