1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:27:45 +00:00

Base: Fix typos and spelling errors in man pages

This commit is contained in:
Brendan Coles 2021-05-05 11:11:56 +00:00 committed by Linus Groh
parent 56fccf1667
commit aee735889e
6 changed files with 7 additions and 7 deletions

View file

@ -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.