aboutsummaryrefslogtreecommitdiffstats
path: root/man/man7
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-08-31 13:20:45 -0500
committerAlejandro Colomar <alx@kernel.org>2024-08-31 23:00:20 +0200
commit74de611a3ed5f51a65ef8b9cdf2c28ebf0158185 (patch)
treef8488b039afbf7609d20bc604dc7245903967951 /man/man7
parent15b7fc71bc9c647a9442c7ee4c76d65777253cf2 (diff)
downloadman-pages-74de611a3ed5f51a65ef8b9cdf2c28ebf0158185.tar.gz
man/: srcfix
Prepare for `MR` macro migration. Explicitly set the width of certain table columns so that they don't change or cause "can't break line" warnings from troff(1) when the rows are converted to use text blocks. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Message-ID: <20240831182045.kvhjjxbztnhudjga@illithid> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7')
-rw-r--r--man/man7/namespaces.74
-rw-r--r--man/man7/signal-safety.74
2 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/namespaces.7 b/man/man7/namespaces.7
index 5cf0546658..9f0fda5532 100644
--- a/man/man7/namespaces.7
+++ b/man/man7/namespaces.7
@@ -30,8 +30,8 @@ on the namespace type.
The last column is a summary of the resources that are isolated by
the namespace type.
.TS
-lB lB lB lB
-l1 lB1 l1 l.
+lB lB lB lB
+l1 lB1 lw(21n)1 lx.
Namespace Flag Page Isolates
Cgroup CLONE_NEWCGROUP \fBcgroup_namespaces\fP(7) T{
Cgroup root directory
diff --git a/man/man7/signal-safety.7 b/man/man7/signal-safety.7
index 440894529c..36cbf8d6e4 100644
--- a/man/man7/signal-safety.7
+++ b/man/man7/signal-safety.7
@@ -71,8 +71,8 @@ in POSIX.1-2001;
the table details changes in the subsequent standards.
.P
.TS
-lb lb
-l l.
+lb lb
+lw(24n) l.
Function Notes
\fBabort\fP(3) Added in POSIX.1-2001 TC1
\fBaccept\fP(2)