From: Jonathan Corbet Date: Tue, 8 Nov 2016 01:03:13 +0000 (-0700) Subject: docs: Fix a PDF build error in bug-bisect.rst X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca4354543a7d7f5a6ed50b01b42a61f1d42e725d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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: