From: "G. Branden Robinson" <g.branden.robinson@gmail.com>
To: Alejandro Colomar <alx@kernel.org>
Cc: linux-man@vger.kernel.org
Subject: [PATCH 2/9] man*/: ffix (un-bracket tables, continued)
Date: Sun, 30 Jul 2023 15:02:05 -0500 [thread overview]
Message-ID: <20230730200205.2oxspkhm3drud5ya@illithid> (raw)
[-- Attachment #1: Type: text/plain, Size: 2873 bytes --]
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/}}
Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
---
man2/syscalls.2 | 4 ----
man3/stdio.3 | 4 ----
man7/inode.7 | 4 ----
man7/netlink.7 | 12 ------------
4 files changed, 24 deletions(-)
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 8babb3e91..8473a50d6 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -136,8 +136,6 @@ .SS System call list
.\" Looking at scripts/checksyscalls.sh in the kernel source is
.\" instructive about x86 specifics.
.\"
-.nh
-.ad l
.TS
l2 le l
---
@@ -834,8 +832,6 @@ .SS System call list
.\" 5a0015d62668e64c8b6e02e360fbbea121bfd5e6
\fBxtensa\fP(2) 2.6.13 Xtensa only
.TE
-.ad
-.hy
.PP
On many platforms, including x86-32, socket calls are all multiplexed
(via glibc wrapper functions) through
diff --git a/man3/stdio.3 b/man3/stdio.3
index fb99cdd21..fef56df80 100644
--- a/man3/stdio.3
+++ b/man3/stdio.3
@@ -156,8 +156,6 @@ .SH DESCRIPTION
.B putchar
exist and will be used if the macros definitions are explicitly removed.
.SS List of functions
-.nh
-.ad l
.TS
;
lb lbx
@@ -330,8 +328,6 @@ .SS List of functions
input format conversion
T}
.TE
-.ad
-.hy
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY
diff --git a/man7/inode.7 b/man7/inode.7
index dc2c38d1d..2fc4fde3c 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -345,8 +345,6 @@ .SS The file type and mode
.I st_mode
field:
.in +4n
-.nh
-.ad l
.TS
lB l lx.
S_ISUID 04000 T{
@@ -398,8 +396,6 @@ .SS The file type and mode
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 84b24f308..e2205482d 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -218,8 +218,6 @@ .SH DESCRIPTION
.BR rtnetlink (7)
for
.BR NETLINK_ROUTE .
-.nh
-.ad l
.TS
tab(:);
l s
@@ -240,11 +238,7 @@ .SH DESCRIPTION
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 @@ .SH DESCRIPTION
(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 @@ .SH DESCRIPTION
requires the
.B CAP_NET_ADMIN
capability or an effective UID of 0.
-.nh
-.ad l
.TS
tab(:);
l s
@@ -296,8 +286,6 @@ .SH DESCRIPTION
Add to the end of the object list.
T}
.TE
-.ad
-.hy
.PP
.I nlmsg_seq
and
--
2.30.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
reply other threads:[~2023-07-30 20:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230730200205.2oxspkhm3drud5ya@illithid \
--to=g.branden.robinson@gmail.com \
--cc=alx@kernel.org \
--cc=linux-man@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox