diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/msgctl.2 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man2/msgctl.2')
| -rw-r--r-- | man2/msgctl.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 7a0cd90d1e..eda5e6c311 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -154,12 +154,12 @@ Returns information about system-wide message queue limits and parameters in the structure pointed to by .IR buf . This structure is of type -.IR msginfo +.I msginfo (thus, a cast is required), defined in .I <sys/msg.h> if the -.BR _GNU_SOURCE +.B _GNU_SOURCE feature test macro is defined: .nf .in +2n @@ -227,7 +227,7 @@ On success, .BR IPC_STAT , .BR IPC_SET , and -.BR IPC_RMID +.B IPC_RMID return 0. A successful .B IPC_INFO @@ -256,7 +256,7 @@ is set to one of the following: The argument .I cmd is equal to -.BR IPC_STAT +.B IPC_STAT or .BR MSG_STAT , but the calling process does not have read permission on the message queue @@ -313,7 +313,7 @@ SVr4, POSIX.1-2001. .SH NOTES The .BR IPC_INFO , -.BR MSG_STAT +.B MSG_STAT and .B MSG_INFO operations are used by the @@ -332,7 +332,7 @@ under Linux 2.4. To take advantage of this, a recompilation under glibc-2.1.91 or later should suffice. (The kernel distinguishes old and new calls by an -.BR IPC_64 +.B IPC_64 flag in .IR cmd .) .SH "SEE ALSO" |
