Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: filesystems: ensure proc pid substitutable is complete

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 <rdunlap@infradead.org>
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260131-ksm_stat-v2-1-a8fea12d604e@wiredspace.de>

authored by

Thomas Böhler and committed by
Jonathan Corbet
c0f612f8 6b8edfcd

+3 -3
+3 -3
Documentation/filesystems/proc.rst
··· 48 48 3.11 /proc/<pid>/patch_state - Livepatch patch operation state 49 49 3.12 /proc/<pid>/arch_status - Task architecture specific information 50 50 3.13 /proc/<pid>/fd - List of symlinks to open files 51 - 3.14 /proc/<pid/ksm_stat - Information about the process's ksm status. 51 + 3.14 /proc/<pid>/ksm_stat - Information about the process's ksm status. 52 52 53 53 4 Configuring procfs 54 54 4.1 Mount options ··· 2289 2289 of stat() output for /proc/<pid>/fd for fast access. 2290 2290 ------------------------------------------------------- 2291 2291 2292 - 3.14 /proc/<pid/ksm_stat - Information about the process's ksm status 2293 - --------------------------------------------------------------------- 2292 + 3.14 /proc/<pid>/ksm_stat - Information about the process's ksm status 2293 + ---------------------------------------------------------------------- 2294 2294 When CONFIG_KSM is enabled, each process has this file which displays 2295 2295 the information of ksm merging status. 2296 2296