summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-11-07 18:03:13 -0700
committerJonathan Corbet <corbet@lwn.net>2016-11-07 18:03:13 -0700
commitca4354543a7d7f5a6ed50b01b42a61f1d42e725d (patch)
treeb8db026ae8bec0d5b2d638729a9baa03c30fb976 /Documentation/admin-guide
parent63ac0cf9375f038583616abfb72b8d9368d94f6b (diff)
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')
-rw-r--r--Documentation/admin-guide/bug-bisect.rst4
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: