[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250301131933.90467-1-shen_jiamin@comp.nus.edu.sg>
Date: Sat, 1 Mar 2025 21:19:33 +0800
From: Shen Jiamin <shen_jiamin@...p.nus.edu.sg>
To: Jonathan Corbet <corbet@....net>
Cc: Shen Jiamin <shen_jiamin@...p.nus.edu.sg>,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: [PATCH] docs: fix incorrect header file reference
The paragraph describing /proc/PID/maps
incorrectly referred to "linus/fs.h", which should
be "linux/fs.h".
Signed-off-by: Shen Jiamin <shen_jiamin@...p.nus.edu.sg>
---
Documentation/filesystems/proc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst
index 09f0aed5a..64ece8c75 100644
--- a/Documentation/filesystems/proc.rst
+++ b/Documentation/filesystems/proc.rst
@@ -449,7 +449,7 @@ ioctl()-based API that gives ability to flexibly and efficiently query and
filter individual VMAs. This interface is binary and is meant for more
efficient and easy programmatic use. `struct procmap_query`, defined in
linux/fs.h UAPI header, serves as an input/output argument to the
-`PROCMAP_QUERY` ioctl() command. See comments in linus/fs.h UAPI header for
+`PROCMAP_QUERY` ioctl() command. See comments in linux/fs.h UAPI header for
details on query semantics, supported flags, data returned, and general API
usage information.
--
2.43.0
Powered by blists - more mailing lists