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 /man/man7/namespaces.7 | |
| 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>
Diffstat (limited to 'man/man7/namespaces.7')
| -rw-r--r-- | man/man7/namespaces.7 | 4 |
1 files changed, 2 insertions, 2 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 |
