public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] man2/syscalls.2: ffix
@ 2024-01-16 13:40 G. Branden Robinson
  2024-01-18  8:24 ` Stefan Puiu
  0 siblings, 1 reply; 3+ messages in thread
From: G. Branden Robinson @ 2024-01-16 13:40 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

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>
---
 man2/syscalls.2 | 10 +++++-----
 1 file 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 @@ .SS System call list
 .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
-- 
2.30.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-18  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 13:40 [PATCH 4/4] man2/syscalls.2: ffix G. Branden Robinson
2024-01-18  8:24 ` Stefan Puiu
2024-01-18  9:51   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox