s/\\-ID/ ID/

This commit is contained in:
Michael Kerrisk 2005-07-18 16:13:49 +00:00
parent c7400a2caf
commit 499d62f2a6
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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