This commit is contained in:
Michael Kerrisk 2008-08-06 20:41:47 +00:00
parent 89b3c6b808
commit f36903108a
2 changed files with 7 additions and 5 deletions

View File

@ -114,7 +114,7 @@ struct ipc_perm {
Valid values for
.I cmd
are:
.TP 12
.TP 10
.B IPC_STAT
Copy information from the kernel data structure associated with
.I semid
@ -348,7 +348,7 @@ indicating the error.
Otherwise the system call returns a non-negative value depending on
.I cmd
as follows:
.TP
.TP 12
.B GETNCNT
the value of
.BR semncnt .

View File

@ -205,7 +205,7 @@ feature test macro is defined:
.in +4n
struct shm_info {
int used_ids; /* # of currently existing
int used_ids; /* # of currently existing
segments */
unsigned long shm_tot; /* Total number of shared
memory pages */
@ -213,8 +213,10 @@ struct shm_info {
memory pages */
unsigned long shm_swp; /* # of swapped shared
memory pages */
unsigned long swap_attempts; /* Unused since Linux 2.4 */
unsigned long swap_successes; /* Unused since Linux 2.4 */
unsigned long swap_attempts;
/* Unused since Linux 2.4 */
unsigned long swap_successes;
/* Unused since Linux 2.4 */
};
.in
.fi