From ad6d982b38fbf0483f33fe620d0ec4bd45562fc4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 11 Dec 1996 17:39:19 +0000 Subject: [PATCH] robin is pedantic about the spelling of behavior --- lib/libc/sys/issetugid.2 | 4 ++-- lib/libc/sys/msgrcv.2 | 4 ++-- lib/libc/sys/semop.2 | 4 ++-- 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 -- 2.20.1