From: G. Branden Robinson Date: Sun, 1 Sep 2024 03:26:03 +0000 (-0500) Subject: console_codes.4, inode.7: srcfix X-Git-Tag: man-pages-6.10~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2d36deb2de1dbaf7084bb7dc3cb2c170cce852;p=thirdparty%2Fman-pages.git console_codes.4, inode.7: srcfix Prepare for `MR` macro migration. Rewrite man page cross references inside tbl(1) text blocks to use man(7) macros instead of troff(1) font selection escape sequences. $ cat fix-man-page-refs-in-tbl-tables-1.sed # Rewrite man page cross references inside tbl(1) text blocks to use # man(7) macros instead of troff(1) font selection escape sequences. /^\.\\"/b # Case: (handled in commit 9d21f97766, 2024-07-27) # T{ # See \fBchown\fP(2) for # T} /T{$/,/^T}/s/ \\fB\([^\\]*\)\\fP\(([0-9][a-z]*)\) /\ .BR \1 \2\ / # Case: # T{ # the map that is loaded by the utility \fBmapscrn\fP(8). # T} /T{$/,/^T}/s/ \\fB\([^\\]*\)\\fP\(([0-9][a-z]*)\)\([^0-9a-z]\+\)$/\ .BR \1 \2\3/ # Case: # T{ # by \fBxterm\fP(1)'s \fBhpLowerleftBugCompat\fP resource). # T} /T{$/,/^T}/s/ \\fB\([^\\]*\)\\fP\(([0-9][a-z]*)\)\([^ ]\+\) \(.*\)/\ .BR \1 \2\3\ \4/ Signed-off-by: "G. Branden Robinson" Message-ID: <20240901032603.khxdcqiqc2pxooky@illithid> Signed-off-by: Alejandro Colomar --- diff --git a/man/man4/console_codes.4 b/man/man4/console_codes.4 index dfbb672ec..a12d21660 100644 --- a/man/man4/console_codes.4 +++ b/man/man4/console_codes.4 @@ -173,7 +173,8 @@ ESC ( U T{ Select null mapping \- straight to character ROM. T} ESC ( K T{ -Select user mapping \- the map that is loaded by the utility \fBmapscrn\fP(8). +Select user mapping \- the map that is loaded by the utility +.BR mapscrn (8). T} ESC ) T{ Start sequence defining G1 (followed by one of B, 0, U, K, as above). @@ -709,7 +710,9 @@ It also recognizes l l lx. ESC F T{ Cursor to lower left corner of screen (if enabled -by \fBxterm\fP(1)'s \fBhpLowerleftBugCompat\fP resource). +by +.BR xterm (1)'s +\fBhpLowerleftBugCompat\fP resource). T} ESC l Memory lock (per HP terminals). Locks memory above the cursor. diff --git a/man/man7/inode.7 b/man/man7/inode.7 index 497e30e8a..1fd3de85d 100644 --- a/man/man7/inode.7 +++ b/man/man7/inode.7 @@ -347,7 +347,8 @@ field: .TS lB l lx. S_ISUID 04000 T{ -set-user-ID bit (see \fBexecve\fP(2)) +set-user-ID bit (see +.BR execve (2)) T} S_ISGID 02000 T{ set-group-ID bit (see below)