diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2024-08-31 13:20:27 -0500 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-08-31 22:39:49 +0200 |
| commit | 15b7fc71bc9c647a9442c7ee4c76d65777253cf2 (patch) | |
| tree | d301dcf50dde11b48560aef5b666e422fdc076b2 /man/man7/namespaces.7 | |
| parent | 3a09c2cfc24ebd3e68a9de525d174e737ca255a3 (diff) | |
| download | man-pages-15b7fc71bc9c647a9442c7ee4c76d65777253cf2.tar.gz | |
man/: srcfix
Prepare for `MR` macro migration.
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 fix-man-page-refs-in-tbl-tables-2.sed
# Rewrite man page cross references on tbl(1) rows that
# precede text blocks to themselves use text blocks,
# and convert them to use man(7) macros
# instead of troff(1) font selection escape sequences
# (which cannot be done outside a text block).
/^\.\\"/b
/^\\fB[^\\]*\\fP([0-9][a-z]*).*T{/s/\\fB\([^\\]*\)\\fP\(([0-9][a-z]*)\)\(.*\)/T{\
.BR \1 \2\
T}\3/
Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Message-ID: <20240831182027.b6pduwkthk5b3tcf@illithid>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7/namespaces.7')
0 files changed, 0 insertions, 0 deletions
