mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Manpages: Don't reference non-existing chroot
Chroot exists neither in code nor in documentation. If we add-in the feature again, it will be simple enough to add it back in to the documentation. For now, let's clean it up, instead of refering to things that don't exist. Found by markdown-checker.
This commit is contained in:
parent
9df8c31cdc
commit
81e1aa0aa3
3 changed files with 2 additions and 5 deletions
|
@ -45,7 +45,6 @@ If the process later attempts to use any system functionality it has previously
|
|||
* `dpath`: Creating new device files
|
||||
* `chown`: Changing file owner/group
|
||||
* `fattr`: Changing file attributes/permissions
|
||||
* `chroot`: The [`chroot`(2)](chroot.md) syscall (\*)
|
||||
* `video`: May use [`ioctl`(2)](ioctl.md) and [`mmap`(2)](mmap.md) on framebuffer video devices
|
||||
* `settime`: Changing the system time and date
|
||||
* `setkeymap`: Changing the system keyboard layout (\*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue