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:
Liav A 2022-10-15 16:03:26 +03:00 committed by Andrew Kaster
parent 40f35558b5
commit 1a1e0e6364

View file

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