namespaces(7): minor tweaks

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2014-11-02 14:23:55 -05:00 committed by Michael Kerrisk
parent d74f805937
commit f7611a00f6
1 changed files with 1 additions and 2 deletions

View File

@ -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.