The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix incorrect header file path in taskstats
@ 2024-10-25 11:54 Nir Lichtman
  0 siblings, 0 replies; only message in thread
From: Nir Lichtman @ 2024-10-25 11:54 UTC (permalink / raw)
  To: bsingharora, corbet, linux-doc, linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-25 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 11:54 [PATCH] Documentation: Fix incorrect header file path in taskstats Nir Lichtman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox