diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-07-30 15:02:05 -0500 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-07-30 22:32:52 +0200 |
| commit | f4884cfd16c228a36db63b024efb9449bd53806b (patch) | |
| tree | e722d25484a131378d4e1ad0b497f95a9b71bbe7 /man7 | |
| parent | 64fd7f5821b6f05cdac9711aade825b3e663d372 (diff) | |
| download | man-pages-f4884cfd16c228a36db63b024efb9449bd53806b.tar.gz | |
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/inode.7 | 4 | ||||
| -rw-r--r-- | man7/netlink.7 | 12 |
2 files changed, 0 insertions, 16 deletions
diff --git a/man7/inode.7 b/man7/inode.7 index dc2c38d1df..2fc4fde3cc 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -345,8 +345,6 @@ the file mode component of the .I st_mode field: .in +4n -.nh -.ad l .TS lB l lx. S_ISUID 04000 T{ @@ -398,8 +396,6 @@ S_IXOTH 00001 T{ others have execute permission T} .TE -.ad -.hy .in .PP The set-group-ID bit diff --git a/man7/netlink.7 b/man7/netlink.7 index 84b24f3081..e2205482da 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -218,8 +218,6 @@ appropriate manual pages for that, for example, .BR rtnetlink (7) for .BR NETLINK_ROUTE . -.nh -.ad l .TS tab(:); l s @@ -240,11 +238,7 @@ NLM_F_ECHO:T{ Echo this request. T} .TE -.ad -.hy .\" No right adjustment for text blocks in tables -.nh -.ad l .TS tab(:); l s @@ -266,8 +260,6 @@ Convenience macro; equivalent to (NLM_F_ROOT|NLM_F_MATCH). T} .TE -.ad -.hy .\" FIXME NLM_F_ATOMIC is not used anymore? .PP Note that @@ -275,8 +267,6 @@ Note that requires the .B CAP_NET_ADMIN capability or an effective UID of 0. -.nh -.ad l .TS tab(:); l s @@ -296,8 +286,6 @@ NLM_F_APPEND:T{ Add to the end of the object list. T} .TE -.ad -.hy .PP .I nlmsg_seq and |
