svipc.7: Minor changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-27 02:24:48 +01:00
parent 065c543677
commit ab35dd1f33
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.\"
.\" FIXME There is now duplication of some of the information
.\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04
.TH SVIPC 7 1993-11-01 "Linux" "Linux Programmer's Manual"
.TH SVIPC 7 2009-01-26 "Linux" "Linux Programmer's Manual"
.SH NAME
svipc \- System V interprocess communication mechanisms
.SH SYNOPSIS
@ -35,7 +35,7 @@ svipc \- System V interprocess communication mechanisms
.fi
.SH DESCRIPTION
This manual page refers to the Linux implementation of the System V
interprocess communication mechanisms:
interprocess communication (IPC) mechanisms:
message queues, semaphore sets, and shared memory segments.
In the following, the word
.I resource
@ -44,7 +44,7 @@ means an instantiation of one among such mechanisms.
For each resource, the system uses a common structure of type
.I "struct ipc_perm"
to store information needed in determining permissions to perform an
ipc operation.
IPC operation.
The
.I ipc_perm
structure, defined by the
@ -68,7 +68,7 @@ The
member of the
.I ipc_perm
structure defines, with its lower 9 bits, the access permissions to the
resource for a process executing an ipc system call.
resource for a process executing an IPC system call.
The permissions are interpreted as follows:
.sp
.nf