[PATCH] Documentation: Fix incorrect header file path in taskstats

Nir Lichtman posted 1 patch 1 month ago
Documentation/accounting/taskstats.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: Fix incorrect header file path in taskstats
Posted by Nir Lichtman 1 month ago
Current documented path doesn't exist in the source tree anymore,
the file has moved to be under uapi.

Signed-off-by: Nir Lichtman <nir@lichtman.org>
---
 Documentation/accounting/taskstats.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/accounting/taskstats.rst b/Documentation/accounting/taskstats.rst
index 2a28b7f55c10..e38edc82cd2f 100644
--- a/Documentation/accounting/taskstats.rst
+++ b/Documentation/accounting/taskstats.rst
@@ -53,7 +53,7 @@ receive buffer sizes.
 Interface
 ---------
 
-The user-kernel interface is encapsulated in include/linux/taskstats.h
+The user-kernel interface is encapsulated in ``include/uapi/linux/taskstats.h``.
 
 To avoid this documentation becoming obsolete as the interface evolves, only
 an outline of the current version is given. taskstats.h always overrides the
-- 
2.39.2