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/semctl.2 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man2/semctl.2')
| -rw-r--r-- | man2/semctl.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/semctl.2 b/man2/semctl.2 index 235055faee..3d30c15fd2 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -174,7 +174,7 @@ This structure is of type defined in .I <sys/sem.h> if the -.BR _GNU_SOURCE +.B _GNU_SOURCE feature test macro is defined: .nf .in +2n @@ -322,7 +322,7 @@ the semaphore set. Set the value of .B semval to -.IB arg.val +.I arg.val for the .IR semnum \-th semaphore of the set, updating also the @@ -408,9 +408,9 @@ capability. .TP .B EFAULT The address pointed to by -.IB arg.buf +.I arg.buf or -.IB arg.array +.I arg.array isn't accessible. .TP .B EIDRM @@ -463,7 +463,7 @@ SVr4, POSIX.1-2001. .SH NOTES The .BR IPC_INFO , -.BR SEM_STAT +.B SEM_STAT and .B SEM_INFO operations are used by the @@ -481,7 +481,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 .) .PP |
