Skip to content

Commit 829656c

Browse files
pevikJonathan Corbet
authored andcommitted
Documentation: bug-hunting.rst: Remove wrong 'file:' syntax
Link to another document does not require 'file:', therefore it was shown in generated html. Preformatted text requires just ``...``. Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260111223643.174812-1-pvorel@suse.cz>
1 parent b0ada75 commit 829656c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/admin-guide/bug-hunting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ line is usually required to identify and handle the bug. Along this chapter,
5252
we'll refer to "Oops" for all kinds of stack traces that need to be analyzed.
5353

5454
If the kernel is compiled with ``CONFIG_DEBUG_INFO``, you can enhance the
55-
quality of the stack trace by using file:`scripts/decode_stacktrace.sh`.
55+
quality of the stack trace by using ``scripts/decode_stacktrace.sh``.
5656

5757
Modules linked in
5858
-----------------
5959

6060
Modules that are tainted or are being loaded or unloaded are marked with
6161
"(...)", where the taint flags are described in
62-
file:`Documentation/admin-guide/tainted-kernels.rst`, "being loaded" is
62+
Documentation/admin-guide/tainted-kernels.rst, "being loaded" is
6363
annotated with "+", and "being unloaded" is annotated with "-".
6464

6565

@@ -235,7 +235,7 @@ Dave Miller)::
235235
mov 0x8(%ebp), %ebx ! %ebx = skb->sk
236236
mov 0x13c(%ebx), %eax ! %eax = inet_sk(sk)->opt
237237

238-
file:`scripts/decodecode` can be used to automate most of this, depending
238+
``scripts/decodecode`` can be used to automate most of this, depending
239239
on what CPU architecture is being debugged.
240240

241241
Reporting the bug

0 commit comments

Comments
 (0)