Skip to content

Commit c0f612f

Browse files
Witcher01Jonathan Corbet
authored andcommitted
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>
1 parent 6b8edfc commit c0f612f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/filesystems/proc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fixes/update part 1.1 Stefani Seibold <stefani@seibold.net> June 9 2009
4848
3.11 /proc/<pid>/patch_state - Livepatch patch operation state
4949
3.12 /proc/<pid>/arch_status - Task architecture specific information
5050
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.
5252
5353
4 Configuring procfs
5454
4.1 Mount options
@@ -2289,8 +2289,8 @@ The number of open files for the process is stored in 'size' member
22892289
of stat() output for /proc/<pid>/fd for fast access.
22902290
-------------------------------------------------------
22912291

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+
----------------------------------------------------------------------
22942294
When CONFIG_KSM is enabled, each process has this file which displays
22952295
the information of ksm merging status.
22962296

0 commit comments

Comments
 (0)