]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man*/: ffix (un-bracket tables, continued)
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Sun, 30 Jul 2023 20:02:05 +0000 (15:02 -0500)
committerAlejandro Colomar <alx@kernel.org>
Sun, 30 Jul 2023 20:32:52 +0000 (22:32 +0200)
commitf4884cfd16c228a36db63b024efb9449bd53806b
treee722d25484a131378d4e1ad0b497f95a9b71bbe7
parent64fd7f5821b6f05cdac9711aade825b3e663d372
man*/: ffix (un-bracket tables, continued)

Continue commit 9e54434ead, 19 July.

4 pages issued requests to manipulate adjustment and automatic
hyphenation around tbl(1) tables in a different order from the other 525
documents in the tree that performed this trick.

I produced this change with the following GNU sed script.

/^\.nh/{N;/\n\.ad l/{N;/\n\.TS/s/.*/.TS/}}
/^\.TE/{N;/\n\.ad/{N;/\n\.hy/s/.*/.TE/}}

Fizes: 9e54434ead ("man*/: ffix (un-bracket tables)")
Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/syscalls.2
man3/stdio.3
man7/inode.7
man7/netlink.7