diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 21:28:09 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 21:28:09 +0000 |
| commit | 8382f16db1871bb56a5375f5f1e8cfc98b8de9c8 (patch) | |
| tree | 89c2967379fab71ffdb7b85fbd54b81ed1058be9 /man2/msgctl.2 | |
| parent | 58783e28ae8c0f07c6790b273dd096db8aaf2f84 (diff) | |
| download | man-pages-8382f16db1871bb56a5375f5f1e8cfc98b8de9c8.tar.gz | |
grfix
Diffstat (limited to 'man2/msgctl.2')
| -rw-r--r-- | man2/msgctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2 index f6afffbfbe..ba35a3512e 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -149,7 +149,7 @@ The calling process must have appropriate privileges or its effective user ID must be either that of the creator or owner of the message queue. .TP -.BR IPC_INFO " (Linux specific)" +.BR IPC_INFO " (Linux-specific)" Returns information about system-wide message queue limits and parameters in the structure pointed to by .IR buf . @@ -195,7 +195,7 @@ files of the same name; see .BR proc (5) for details. .TP -.BR MSG_INFO " (Linux specific)" +.BR MSG_INFO " (Linux-specific)" Returns a .I msginfo structure containing the same information as for @@ -212,7 +212,7 @@ on the system; and the field returns the total number of bytes in all messages in all queues on the system. .TP -.BR MSG_STAT " (Linux specific)" +.BR MSG_STAT " (Linux-specific)" Returns a .I msqid_ds structure as for |
