From fee6e6795ed6c3407b8a0bc71baf510f51aa78e3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Apr 2020 12:18:19 +0200 Subject: [PATCH] s390_runtime_instr.2: srcfix: rewrap long source lines Signed-off-by: Michael Kerrisk --- man2/s390_runtime_instr.2 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/man2/s390_runtime_instr.2 b/man2/s390_runtime_instr.2 index e6036592f..9d3280dcc 100644 --- a/man2/s390_runtime_instr.2 +++ b/man2/s390_runtime_instr.2 @@ -77,8 +77,8 @@ The value specified in is not a real-time signal number. From Linux 4.4 onwards, the .IR signum -argument has no effect, so that an invalid signal number will not result in an -error. +argument has no effect, +so that an invalid signal number will not result in an error. .TP .B ENOMEM Allocating memory for the run-time instrumentation control block failed. @@ -89,7 +89,8 @@ The run-time instrumentation facility is not available. This system call is available since Linux 3.7. .SH CONFORMING TO This Linux-specific system call is available only on the s390 architecture. -The run-time instrumentation facility is available beginning with System z EC12. +The run-time instrumentation facility is available +beginning with System z EC12. .SH NOTES Glibc does not provide a wrapper for this system call, use .BR syscall (2) @@ -105,8 +106,8 @@ Support for signalling was removed with Linux 4.4. With Linux 4.4 also the check whether .IR signum is a valid real-time signal was removed. -For backwards compatibility with old kernels it is recommended to pass a valid -real-time signal number and install a handler for it. +For backwards compatibility with old kernels it is recommended to pass +a valid real-time signal number and install a handler for it. .SH SEE ALSO .BR syscall (2), .BR signal (7)