diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2024-08-31 13:20:45 -0500 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-08-31 23:00:20 +0200 |
| commit | 74de611a3ed5f51a65ef8b9cdf2c28ebf0158185 (patch) | |
| tree | f8488b039afbf7609d20bc604dc7245903967951 | |
| parent | 15b7fc71bc9c647a9442c7ee4c76d65777253cf2 (diff) | |
| download | man-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>
| -rw-r--r-- | man/man2/syscalls.2 | 4 | ||||
| -rw-r--r-- | man/man7/namespaces.7 | 4 | ||||
| -rw-r--r-- | man/man7/signal-safety.7 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/man/man2/syscalls.2 b/man/man2/syscalls.2 index c259901e78..89c4e7f108 100644 --- a/man/man2/syscalls.2 +++ b/man/man2/syscalls.2 @@ -139,8 +139,8 @@ The list of system calls that are available as at Linux 5.14 .\" instructive about x86 specifics. .\" .TS -Lb Lb Lb -L2 L Lx. +Lb Lb Lb +Lw(26n)2 L Lx. System call Kernel Notes _ \fB_llseek\fP(2) 1.2 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) |
