From 0c681b69cdb1f4c016a642b2d7d7ccfe680dad61 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 30 Jan 2026 13:34:17 -0500 Subject: [PATCH] mount: (manpage) fix minor grammar mistakes Signed-off-by: Christian Goeschel Ndjomouo --- sys-utils/mount.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. + -- 2.47.3