summaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-16 07:40:20 -0600
committerAlejandro Colomar <alx@kernel.org>2024-01-16 16:19:06 +0100
commit24347d22a3b8a06c28816e7d2a2de2669485c2d9 (patch)
tree8d8fc739efd17260ed1476cb6f632b8490e3baad /man2
parent9e04cb40f67c83d729e6a1ace353304593b5ad40 (diff)
syscalls.2: ffix
Refactor table format specification: use column modifiers to set heading rows in bold instead of populating every entry in them with font selection escape sequences. Use a single '_' to indicate a horizontal rule spanning the table. Put vertical space before the table (making it resemble a typographical "display") rather than after the after the column heading. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2')
-rw-r--r--man2/syscalls.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 2014a8ea9..c75855393 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -133,16 +133,16 @@ in both of the major kernel series is listed.
.P
The list of system calls that are available as at Linux 5.14
(or in a few cases only on older kernels) is as follows:
+.P
.\"
.\" Looking at scripts/checksyscalls.sh in the kernel source is
.\" instructive about x86 specifics.
.\"
.TS
-l2 le l
----
-l l l.
-\fBSystem call\fP \fBKernel\fP \fBNotes\fP
-
+Lb Lb Lb
+L2 L L.
+System call Kernel Notes
+_
\fB_llseek\fP(2) 1.2
\fB_newselect\fP(2) 2.0
\fB_sysctl\fP(2) 2.0 Removed in 5.5