mount_namespaces.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-16 14:36:22 +01:00
parent c93376e8ba
commit 4cfdaa5365
1 changed files with 8 additions and 7 deletions

View File

@ -716,8 +716,9 @@ For reasons of space, "private" is abbreviated as "priv" and
"unbindable" as "unbind".
.TS
lb2 lb2 lb2 lb2 lb1
lb l l l l l.
lb | l l l l l.
make-shared make-slave make-priv make-unbind
_
shared shared slave/priv [1] priv unbind
slave slave+shared slave [2] priv unbind
slave+shared slave+shared slave priv unbind
@ -764,12 +765,12 @@ and is summarized in the following table.
.TS
lb2 lb1 lb2 lb2 lb2 lb0
lb2 lb1 lb2 lb2 lb2 lb0
lb lb l l l l l.
lb lb | l l l l l.
source(A)
shared private slave unbind
_
dest(B) shared | shared shared slave+shared invalid
nonshared | shared private slave invalid
dest(B) shared shared shared slave+shared invalid
nonshared shared private slave invalid
.TE
.sp 1
Note that a recursive bind of a subtree follows the same semantics
@ -808,12 +809,12 @@ and is summarized in the following table.
.TS
lb2 lb1 lb2 lb2 lb2 lb0
lb2 lb1 lb2 lb2 lb2 lb0
lb lb l l l l l.
lb lb | l l l l l.
source(A)
shared private slave unbind
_
dest(B) shared | shared shared slave+shared invalid
nonshared | shared private slave unbindable
dest(B) shared shared shared slave+shared invalid
nonshared shared private slave unbindable
.TE
.sp 1
Note: moving a mount that resides under a shared mount is invalid.