Use *roff requests to shut off adjustment and hyphenation for the
rightmost column of the table, which uses text blocks. (In man pages,
use of such requests _outside_ of tbl(1) text blocks remains discouraged
by groff(1) and mandoc(1) developers.)
Also break filled input lines less aggressively.
Signed-off-by: "G. Branden Robinson" <redacted>
---
man/man7/namespaces.7 | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/man/man7/namespaces.7 b/man/man7/namespaces.7
index 5d19d004c..0e7f46661 100644
--- a/man/man7/namespaces.7
+++ b/man/man7/namespaces.7
@@ -36,28 +36,36 @@ .SS Namespace types
Namespace Flag Page Isolates
_
Cgroup CLONE_NEWCGROUP \fBcgroup_namespaces\fP(7) T{
+.na
+.nh
Cgroup root directory
T}
IPC CLONE_NEWIPC \fBipc_namespaces\fP(7) T{
+.na
+.nh
System V IPC,
POSIX message queues
T}
Network CLONE_NEWNET \fBnetwork_namespaces\fP(7) T{
+.na
+.nh
Network devices,
stacks, ports, etc.
T}
Mount CLONE_NEWNS \fBmount_namespaces\fP(7) Mount points
PID CLONE_NEWPID \fBpid_namespaces\fP(7) Process IDs
Time CLONE_NEWTIME \fBtime_namespaces\fP(7) T{
-Boot and monotonic
-clocks
+.na
+.nh
+Boot and monotonic clocks
T}
User CLONE_NEWUSER \fBuser_namespaces\fP(7) T{
User and group IDs
T}
UTS CLONE_NEWUTS \fButs_namespaces\fP(7) T{
-Hostname and NIS
-domain name
+.na
+.nh
+Hostname and NIS domain name
T}
.TE
.\"--
2.30.2