syscall.2: Rework text to prevent groff warnings about wide tables

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-19 17:03:44 +01:00
parent a211773aea
commit 19a225b02f
1 changed files with 10 additions and 3 deletions

View File

@ -160,14 +160,21 @@ arm/OABI swi NR - a1 NR is syscall #
arm/EABI swi 0x0 r7 r0
blackfin excpt 0x0 P0 R0
i386 int $0x80 eax eax
ia64 break 0x100000 r15 r10/r8 bool error/errno value
ia64 break 0x100000 r15 r10/r8 T{
bool error/
.br
errno value
T}
parisc ble 0x100(%sr2, %r0) r20 r28
s390 svc 0 r1 r2 NR may be passed directly with
s390x svc 0 r1 r2 "svc NR" if NR is less than 256
s390 svc 0 r1 r2 See below
s390x svc 0 r1 r2 See below
sparc/32 t 0x10 g1 o0
sparc/64 t 0x6d g1 o0
x86_64 syscall rax rax
.TE
.PP
For s390 and s390x, NR (the system call number)
may be passed directly with "svc NR" if it is less than 256.
.if t \{\
.in
.ft P