mount_namespaces.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-21 21:56:19 +02:00
parent 4e977eff3e
commit c82d80af7b
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ mount points in the new namespace to either
or or
.BR MS_PRIVATE . .BR MS_PRIVATE .
using a call such as the following: using a call such as the following:
.IP .PP
.in +4n .in +4n
.EX .EX
mount(NULL, "/", MS_SLAVE | MS_REC, NULL); mount(NULL, "/", MS_SLAVE | MS_REC, NULL);