From f7611a00f6bf00d86e7da4328846480d546d3bc5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 Nov 2014 14:23:55 -0500 Subject: [PATCH] namespaces(7): minor tweaks Signed-off-by: Mike Frysinger Signed-off-by: Michael Kerrisk --- man7/namespaces.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man7/namespaces.7 b/man7/namespaces.7 index d14d25819..0eeaf89f4 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -36,7 +36,6 @@ that are members of the namespace, but are invisible to other processes. One use of namespaces is to implement containers. Linux provides the following namespaces: - .TS lB lB lB l lB l. @@ -196,7 +195,7 @@ and (since Linux 2.6.30) .\" commit 7eafd7c74c3f2e67c27621b987b28397110d643f .\" https://lwn.net/Articles/312232/ POSIX message queues (see -.BR mq_overview (7). +.BR mq_overview (7)). The common characteristic of these IPC mechanisms is that IPC objects are identified by mechanisms other than filesystem pathnames.