From: Michael Kerrisk Date: Mon, 12 Dec 2016 06:21:41 +0000 (+0100) Subject: prctl.2: Minor tweaks to Eugene Syromyatnikov's patch X-Git-Tag: man-pages-4.09~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2da72a435c7bd064973168452e3dfbce677df1ca;p=thirdparty%2Fman-pages.git prctl.2: Minor tweaks to Eugene Syromyatnikov's patch Signed-off-by: Michael Kerrisk --- diff --git a/man2/prctl.2 b/man2/prctl.2 index a87eed49cf..98094fc554 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1118,11 +1118,17 @@ Pass \fBPR_UNALIGN_NOPRINT\fP to silently fix up unaligned user accesses, or \fBPR_UNALIGN_SIGBUS\fP to generate .B SIGBUS -on unaligned user access. Alpha also supports an additional flag with the value -of 4 and no corresponding named constant, which instructs kernel to not fix up +on unaligned user access. +Alpha also supports an additional flag with the value +of 4 and no corresponding named constant, +which instructs kernel to not fix up unaligned accesses (it is analogous to providing the -.BR UAC_NOFIX " flag in " SSI_NVPAIRS " operation of " setsysinfo -syscall on Tru64). +.BR UAC_NOFIX +flag in +.BR SSI_NVPAIRS +operation of the +.BR setsysinfo () +system call on Tru64). .TP .B PR_GET_UNALIGN (see