]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/syscall.2: Fix numbering for notes
authorThorsten Glaser <tglaser@b1-systems.de>
Mon, 2 Feb 2026 11:36:56 +0000 (12:36 +0100)
committerAlejandro Colomar <alx@kernel.org>
Mon, 2 Feb 2026 13:36:06 +0000 (14:36 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/syscall.2

index 54385cdfba561786531839ae06895cd7859c0d99..f6ececa062d3c7322243f8fd430b6bcb5bd37003 100644 (file)
@@ -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 \{\