Skip to content

Commit a02857e

Browse files
pevikJonathan Corbet
authored andcommitted
Documentation/trace: Fix links to other documents
Link to another document does not require 'file:'. Removing it fixes links in generated html docs. Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260111223643.174812-2-pvorel@suse.cz>
1 parent 829656c commit a02857e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/trace/fprobe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The above is defined by including the header::
7979

8080
Same as ftrace, the registered callbacks will start being called some time
8181
after the register_fprobe() is called and before it returns. See
82-
:file:`Documentation/trace/ftrace.rst`.
82+
Documentation/trace/ftrace.rst.
8383

8484
Also, the unregister_fprobe() will guarantee that both enter and exit
8585
handlers are no longer being called by functions after unregister_fprobe()

Documentation/trace/ftrace-uses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ If @buf is NULL and reset is set, all functions will be enabled for tracing.
253253
The @buf can also be a glob expression to enable all functions that
254254
match a specific pattern.
255255

256-
See Filter Commands in :file:`Documentation/trace/ftrace.rst`.
256+
See Filter Commands in Documentation/trace/ftrace.rst.
257257

258258
To just trace the schedule function:
259259

0 commit comments

Comments
 (0)