diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-11-08 04:03:13 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-08 04:03:13 +0300 |
commit | ca4354543a7d7f5a6ed50b01b42a61f1d42e725d (patch) | |
tree | b8db026ae8bec0d5b2d638729a9baa03c30fb976 /Documentation/admin-guide/bug-bisect.rst | |
parent | 63ac0cf9375f038583616abfb72b8d9368d94f6b (diff) | |
download | linux-ca4354543a7d7f5a6ed50b01b42a61f1d42e725d.tar.xz |
docs: Fix a PDF build error in bug-bisect.rst
It seems we can't have literal blocks in footnotes, which almost actually
makes some sense. So just use basic ``monospace`` instead.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/bug-bisect.rst')
-rw-r--r-- | Documentation/admin-guide/bug-bisect.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/admin-guide/bug-bisect.rst b/Documentation/admin-guide/bug-bisect.rst index 5682d742017c..59567da344e8 100644 --- a/Documentation/admin-guide/bug-bisect.rst +++ b/Documentation/admin-guide/bug-bisect.rst @@ -66,9 +66,7 @@ Steps to do it: .. [#f1] You can, optionally, provide both good and bad arguments at git - start:: - - git bisect start [BAD] [GOOD] + start with ``git bisect start [BAD] [GOOD]`` For further references, please read: |