From: Thorsten Glaser Date: Mon, 2 Feb 2026 11:36:56 +0000 (+0100) Subject: man/man2/syscall.2: Fix numbering for notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ef3a674d113be3bfff15223c3e3c8df7cdf3c3;p=thirdparty%2Fman-pages.git man/man2/syscall.2: Fix numbering for notes Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/syscall.2 b/man/man2/syscall.2 index 54385cdfb..f6ececa06 100644 --- a/man/man2/syscall.2 +++ b/man/man2/syscall.2 @@ -197,7 +197,7 @@ xtensa syscall a2 a2 - - .TE .P Notes: -.IP \[bu] 3 +.IP [1] 5 On a few architectures, a register is used as a boolean (0 indicating no error, and \-1 indicating an error) to signal that the @@ -213,20 +213,20 @@ On powerpc64, the summary overflow bit in field 0 of the condition register .RI ( cr0 ) is used. -.IP \[bu] +.IP [2] .I NR is the system call number. -.IP \[bu] +.IP [3] For s390 and s390x, .I NR (the system call number) may be passed directly with .I "svc\ NR" if it is less than 256. -.IP \[bu] +.IP [4] On SuperH additional trap numbers are supported for historic reasons, but .BR trapa #31 is the recommended "unified" ABI. -.IP \[bu] +.IP [5] The x32 ABI shares syscall table with x86-64 ABI, but there are some nuances: .RS @@ -266,7 +266,7 @@ but passes an 8-byte .I pos argument in a single register and not two, as is done in every other ABI. .RE -.IP \[bu] +.IP 6) Some architectures (namely, Alpha, IA-64, MIPS, SuperH, sparc/32, and sparc/64) use an additional register ("Retval2" in the above table) @@ -324,7 +324,7 @@ xtensa a6 a3 a4 a5 a8 a9 - .TE .P Notes: -.IP \[bu] 3 +.IP [1] 5 The mips/o32 system call convention passes arguments 5 through 8 on the user stack. .if t \{\