From 499d62f2a6b304dab7e061d23e114d335870ba25 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Jul 2005 16:13:49 +0000 Subject: [PATCH] s/\\-ID/ ID/ --- man2/msgctl.2 | 2 +- man2/msgget.2 | 4 ++-- man2/semctl.2 | 2 +- man2/semget.2 | 4 ++-- man2/shmget.2 | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 5c2ddf23f..bf7d3b522 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -145,7 +145,7 @@ return and set to .BR EIDRM ). The calling process must have appropriate privileges -or its effective user\-ID must be either that of the creator or owner +or its effective user ID must be either that of the creator or owner of the message queue. .SH "RETURN VALUE" On success, the return value will be 0 diff --git a/man2/msgget.2 b/man2/msgget.2 index a0f478f4e..d74bc0b67 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -106,12 +106,12 @@ is initialised as follows: .I msg_perm.cuid and .I msg_perm.uid -are set to the effective user\-ID of the calling process. +are set to the effective user ID of the calling process. .IP .I msg_perm.cgid and .I msg_perm.gid -are set to the effective group\-ID of the calling process. +are set to the effective group ID of the calling process. .IP The least significant 9 bits of .I msg_perm.mode diff --git a/man2/semctl.2 b/man2/semctl.2 index 9d69dcb3f..8834a2c9e 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -156,7 +156,7 @@ calls on the set (with an error return and .I errno set to .BR EIDRM ). -The effective user\-ID of the calling process must +The effective user ID of the calling process must match the creator or owner of the semaphore set, or the caller must be privileged. The argument diff --git a/man2/semget.2 b/man2/semget.2 index 9effaf0ea..5b7bf4906 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -109,12 +109,12 @@ as follows: .I sem_perm.cuid and .I sem_perm.uid -are set to the effective user\-ID of the calling process. +are set to the effective user ID of the calling process. .IP .I sem_perm.cgid and .I sem_perm.gid -are set to the effective group\-ID of the calling process. +are set to the effective group ID of the calling process. .IP The least significant 9 bits of .I sem_perm.mode diff --git a/man2/shmget.2 b/man2/shmget.2 index f2c08ee7c..790ca94f6 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -121,12 +121,12 @@ is initialised as follows: .I shm_perm.cuid and .I shm_perm.uid -are set to the effective user\-ID of the calling process. +are set to the effective user ID of the calling process. .IP .I shm_perm.cgid and .I shm_perm.gid -are set to the effective group\-ID of the calling process. +are set to the effective group ID of the calling process. .IP The least significant 9 bits of .I shm_perm.mode