Linux-man Archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] man2/syscalls.2: srcfix (2/3)
@ 2024-04-26 21:44 G. Branden Robinson
  0 siblings, 0 replies; only message in thread
From: G. Branden Robinson @ 2024-04-26 21:44 UTC (permalink / raw
  To: Alejandro Colomar; +Cc: linux-man

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

Migrate table entries from using font selection escape sequences to font
alternation macros to set man page cross references.

This change was automatically driven by the following sed(1) script.

$ cat pre-MR-migrate-cross-references-2.sed
/^\.\\"/b
/^\.TS/,/^\.TE/{
s/ .BR/\
.BR/
}

Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>

---
 man2/syscalls.2 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 979dba538..c8afd537b 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -187,7 +187,8 @@ .SS System call list
 \fBchdir\fP(2)	1.0
 \fBchmod\fP(2)	1.0
 \fBchown\fP(2)	2.2	T{
-See .BR chown (2)
+See
+.BR chown (2)
 for
 version details
 T}
@@ -399,7 +400,8 @@ .SS System call list
 \fBlandlock_create_ruleset\fP(2)	5.13
 \fBlandlock_restrict_self\fP(2)	5.13
 \fBlchown\fP(2)	1.0	T{
-See .BR chown (2)
+See
+.BR chown (2)
 for
 version details
 T}
@@ -681,7 +683,8 @@ .SS System call list
 \fBsetns\fP(2)	3.0
 \fBsetpgid\fP(2)	1.0
 \fBsetpgrp\fP(2)	2.0	T{
-Alternative name for .BR setpgid (2)
+Alternative name for
+.BR setpgid (2)
 on Alpha
 T}
 \fBsetpriority\fP(2)	1.0
-- 
2.30.2


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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-26 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 21:44 [PATCH 2/3] man2/syscalls.2: srcfix (2/3) G. Branden Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).