diff options
Diffstat (limited to 'Base/usr/share/man/man2/mount.md')
-rw-r--r-- | Base/usr/share/man/man2/mount.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man2/mount.md b/Base/usr/share/man/man2/mount.md index 63904326e1..7c5b2c6854 100644 --- a/Base/usr/share/man/man2/mount.md +++ b/Base/usr/share/man/man2/mount.md @@ -73,7 +73,7 @@ to use the new mount flags after remounting a filesystem, a process can call Similarly, to change the mount flags used by the root directory, a process can call [`chroot_with_mount_flags`(2)](chroot.md), specifying a single slash (`/`) -as the path along with the desired flags. While is's possible to remount the +as the path along with the desired flags. While it is possible to remount the root filesystem using `MS_REMOUNT`, it would only have a noticeable effect if the kernel was to launch more userspace processes directly, the way it does launch the initial userspace process. |