syscall.2: Eliminate groff "cannot adjust line" warnings

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-09 06:58:30 +12:00
parent 2a69e8175e
commit b6264ec7cd
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,7 @@ and the register used to signal an error.
.if t \{\
.ft CW
\}
.nf
.TS
l2 l2 l2 l2 l2 l.
arch/ABI instruction syscall # retval error Notes
@ -183,6 +184,7 @@ x86_64 syscall rax rax - [5]
x32 syscall rax rax - [5]
xtensa syscall a2 a2 -
.TE
.fi
.PP
Notes:
.RS 4
@ -235,6 +237,7 @@ The second table shows the registers used to pass the system call arguments.
.if t \{\
.ft CW
\}
.nf
.TS
l l2 l2 l2 l2 l2 l2 l2 l.
arch/ABI arg1 arg2 arg3 arg4 arg5 arg6 arg7 Notes
@ -264,6 +267,7 @@ x86_64 rdi rsi rdx r10 r8 r9 -
x32 rdi rsi rdx r10 r8 r9 -
xtensa a6 a3 a4 a5 a8 a9 -
.TE
.fi
.PP
Notes:
.RS 4