From 1a1e0e636411af62d7d9946543017c73f470598e Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 15 Oct 2022 16:03:26 +0300 Subject: [PATCH] Base: Remove /proc/devices node That node was removed in a previous commit so let's remove it from this document too. --- Base/usr/share/man/man7/proc.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Base/usr/share/man/man7/proc.md b/Base/usr/share/man/man7/proc.md index 2f3d0beb34..eab9d84c8b 100644 --- a/Base/usr/share/man/man7/proc.md +++ b/Base/usr/share/man/man7/proc.md @@ -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.