From c0f612f8bc34d10ab154b6c4662aeeb602bd9cd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20B=C3=B6hler?= Date: Sat, 31 Jan 2026 12:57:26 +0100 Subject: [PATCH] docs: filesystems: ensure proc pid substitutable is complete MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The entry in proc.rst for 3.14 is missing the closing ">" of the "pid" field for the ksm_stat file. Add this for both the table of contents and the actual header for the "ksm_stat" file. Acked-by: Randy Dunlap Signed-off-by: Thomas Böhler Signed-off-by: Jonathan Corbet Message-ID: <20260131-ksm_stat-v2-1-a8fea12d604e@wiredspace.de> --- Documentation/filesystems/proc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index 8256e857e2d74..b0c0d1b45b997 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -48,7 +48,7 @@ fixes/update part 1.1 Stefani Seibold June 9 2009 3.11 /proc//patch_state - Livepatch patch operation state 3.12 /proc//arch_status - Task architecture specific information 3.13 /proc//fd - List of symlinks to open files - 3.14 /proc//ksm_stat - Information about the process's ksm status. 4 Configuring procfs 4.1 Mount options @@ -2289,8 +2289,8 @@ The number of open files for the process is stored in 'size' member of stat() output for /proc//fd for fast access. ------------------------------------------------------- -3.14 /proc//ksm_stat - Information about the process's ksm status +---------------------------------------------------------------------- When CONFIG_KSM is enabled, each process has this file which displays the information of ksm merging status. -- 2.47.3