diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2 index df8086a26..010db4a07 100644 --- a/man2/get_robust_list.2 +++ b/man2/get_robust_list.2 @@ -72,7 +72,7 @@ argument should be .SH "RETURN VALUE" The .BR set_robust_list () -and +and .BR get_robust_list () system calls return zero when the operation is successful, an error code otherwise. @@ -81,17 +81,17 @@ The .BR set_robust_list () system call can fail with the following error: .TP -.B EINVAL +.B EINVAL .I len does not match the size of structure -.B struct robust_list_head +.B struct robust_list_head expected by kernel. .PP The .BR get_robust_list () system call can fail with the following errors: .TP -.B EPERM +.B EPERM The calling process does not have permission to see the robust futex list of the thread with the thread ID .IR pid , @@ -99,7 +99,7 @@ and does not have the .BR CAP_SYS_PTRACE capability. .TP -.B ESRCH +.B ESRCH No thread with the thread ID .I pid could be found. diff --git a/man2/getcpu.2 b/man2/getcpu.2 index 25c39505b..4168f54bb 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -43,7 +43,7 @@ the kernel might change the CPU at any time. (Normally this does not happen because the scheduler tries to minimize movements between CPUs to keep caches hot, but it is possible.) -The caller must allow for the possibility that the information returned in +The caller must allow for the possibility that the information returned in .I cpu and .I node diff --git a/man2/open.2 b/man2/open.2 index d53db24c8..7fe6602b9 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -778,7 +778,7 @@ if the memory buffer is a private mapping (i.e., any mapping created with the .BR mmap(2) .BR MAP_PRIVATE -flag; +flag; this includes memory allocated on the heap and statically allocated buffers). Any such I/Os, whether submitted via an asynchronous I/O interface or from another thread in the process, @@ -798,7 +798,7 @@ with the flag. Nor does this restriction apply when the memory buffer has been advised as .B MADV_DONTFORK -with +with .BR madvise(2), ensuring that it will not be available to the child after diff --git a/man2/select.2 b/man2/select.2 index b6675461d..ff7800897 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -437,7 +437,7 @@ this is the behavior required by POSIX.1-2001. The final argument of the .BR pselect6() -system call is not a +system call is not a .I "sigset_t\ *" pointer, but is instead a structure of the form: .in +4 diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 436bb5186..75bef911e 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -249,7 +249,7 @@ However, in this case the glibc .BR fmemopen () sets the file position to \-1. -To specify binary mode for +To specify binary mode for .BR fmemopen () the \(aqb\(aq must be the .I second diff --git a/man3/malloc_info.3 b/man3/malloc_info.3 index 2d15e3f5c..e131b635b 100644 --- a/man3/malloc_info.3 +++ b/man3/malloc_info.3 @@ -235,7 +235,7 @@ main(int argc, char *argv[]) } /* The main thread also allocates some memory */ - + for (j = 0; j < numBlocks; j++) if (malloc(blockSize) == NULL) errExit("malloc"); diff --git a/man7/signal.7 b/man7/signal.7 index 1cc9f91e8..fdc2d1eb2 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -225,7 +225,7 @@ are architecture-dependent, as indicated in the "Value" column. alpha and sparc, the middle one for x86, arm, and most other architectures, and the last one for mips. -(Values for parisc are +(Values for parisc are .I not shown; see the kernel source for signal numbering on that architecture.) A \- denotes that a signal is absent on the corresponding architecture.)