From: Christian Goeschel Ndjomouo Date: Fri, 30 Jan 2026 18:34:17 +0000 (-0500) Subject: mount: (manpage) fix minor grammar mistakes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c681b69cdb1f4c016a642b2d7d7ccfe680dad61;p=thirdparty%2Futil-linux.git mount: (manpage) fix minor grammar mistakes Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 56bee36f4..e27d711f3 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -388,7 +388,7 @@ Use the specified user namespace for user and group mapping in an id-mapped moun Mount without writing in _/etc/mtab_. This is necessary for example when _/etc_ is on a read-only filesystem. *-N*, *--namespace* _ns_:: -Perform the mount operation in the mount namespace specified by _ns_. _ns_ is either PID of process running in that namespace or special file representing that namespace. +Perform the mount operation in the mount namespace specified by _ns_. _ns_ is either the PID of the process running in that namespace or a special file representing that namespace. + *mount* switches to the mount namespace when it reads _/etc/fstab_, writes _/etc/mtab: (or writes to _/run/mount_) and calls *mount*(2), otherwise it runs in the original mount namespace. This means that the target namespace does not have to contain any libraries or other requirements necessary to execute the *mount*(2) call. +