diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 802312c99..b01d32393 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1029,7 +1029,7 @@ if that is convenient for the implementation. The .B F_GETPIPE_SZ operation returns the actual size used. -Attempting to set the pipe capacity smaller than the amount +Attempting to set the pipe capacity smaller than the amount of buffer space currently used to store data produces the error .BR EBUSY . .TP @@ -1210,7 +1210,7 @@ operation avoids this problem. .\" seem to have the same range check as i386. Since glibc version 2.11, glibc makes the kernel .B F_GETOWN -problem invisible by implementing +problem invisible by implementing .B F_GETOWN using .BR F_GETOWN_EX . diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2 index 49a5b3973..9f8b391fa 100644 --- a/man2/migrate_pages.2 +++ b/man2/migrate_pages.2 @@ -44,7 +44,7 @@ the kernel maintains the relative topology relationship inside during the migration to .IR new_nodes . -The +The .I old_nodes and .I new_nodes diff --git a/man2/prctl.2 b/man2/prctl.2 index eda797e31..239b023c6 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -345,9 +345,9 @@ use a thread-specific memory corruption kill policy. In this case, .I arg3 defines whether the policy is -.I early kill +.I early kill .RB ( PR_MCE_KILL_EARLY ), -.I late kill +.I late kill .RB ( PR_MCE_KILL_LATE ), or the system-wide default .RB ( PR_MCE_KILL_DEFAULT ). diff --git a/man2/sigaction.2 b/man2/sigaction.2 index ef3d50695..564c3a057 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -409,7 +409,7 @@ This field indicates the least significant bit of the reported address and therefore the extent of the corruption. For example, if a full page was corrupted, .I si_addr_lsb -contains +contains .IR log2(sysconf(_SC_PAGESIZE)) . .B BUS_MCERR_* and diff --git a/man5/proc.5 b/man5/proc.5 index 8e1e4cc5e..b8f4ff66b 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2415,13 +2415,13 @@ who tries to access it. .RE .IP The kill is performed using a -.B SIGBUS +.B SIGBUS signal with .I si_code set to .BR BUS_MCEERR_AO . Processes can handle this if they want to; see -.BR sigaction (2) +.BR sigaction (2) for more details. This feature is only active on architectures/platforms with advanced machine