From fbc4370c44b345da2a2b2c8c050ad2637be36b4e Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 9 Sep 2023 16:03:37 +0300 Subject: [PATCH] Base: Remove remainders of /sys/kernel/variables from sys(7) manual page The directory was renamed to be /sys/kernel/conf, so let's reflect this in the manual page as well. --- Base/usr/share/man/man7/sys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/usr/share/man/man7/sys.md b/Base/usr/share/man/man7/sys.md index 8ce4e15e7d..467ac20202 100644 --- a/Base/usr/share/man/man7/sys.md +++ b/Base/usr/share/man/man7/sys.md @@ -34,7 +34,7 @@ A file called `power_state` is responsible for power state switching. ### `kernel` directory -This directory includes two subdirectories - `net` and `variables`. +This directory includes two subdirectories - `net` and `conf`. All other files in the directory are global data nodes which provide statistics and other kernel-related data to userspace. @@ -67,7 +67,7 @@ in system reboot. A written value of `2` results in system shutdown. * **`tcp`** - This node exports information on TCP sockets. * **`udp`** - This node exports information on UDP sockets. -#### `variables` directory +#### `conf` directory This subdirectory includes global settings of the kernel.