s390_runtime_instr.2: srcfix: rewrap long source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-16 12:18:19 +02:00
parent cca27058b7
commit fee6e6795e
1 changed files with 6 additions and 5 deletions

View File

@ -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)