mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 22:12:20 +00:00
Base: Remove /proc/devices node
That node was removed in a previous commit so let's remove it from this document too.
This commit is contained in:
parent
40f35558b5
commit
1a1e0e6364
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/supercomputer7
Commit: 1a1e0e6364
Pull-request: https://github.com/SerenityOS/serenity/pull/15615
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ Most of the output layout in the ProcFS nodes is JSON.
|
|||
* **`cmdline`** - this node exports the kernel boot commandline that was passed to
|
||||
from the bootloader.
|
||||
* **`cpuinfo`** - this node exports information on the CPU.
|
||||
* **`devices`** - this node exports information on all devices that might be represented
|
||||
by a device file.
|
||||
* **`df`** - this node exports information on mounted filesystems and basic statistics on
|
||||
them.
|
||||
* **`dmesg`** - this node exports information from the kernel log.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue