From: Mauro Carvalho Chehab Date: Tue, 23 Jun 2020 13:31:40 +0000 (+0200) Subject: docs: staging: use small font for literal includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ac250814dfdc8606ac643283f26a63b0d5cbc73;p=linux.git docs: staging: use small font for literal includes The normal font is too big to display 80 columns, causing extra breaks to be added at weird places. change to the footnotesize, as this would fit a little bit better. Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/fe2cc675ec69bfa50aa7e183dcd911077046b01f.1592918949.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst index 8e98517675caa..184e6aece0a75 100644 --- a/Documentation/staging/index.rst +++ b/Documentation/staging/index.rst @@ -19,14 +19,41 @@ Unsorted Documentation Atomic Types ============ -.. literalinclude:: ../atomic_t.txt +.. raw:: latex + + \footnotesize + +.. include:: ../atomic_t.txt + :literal: + +.. raw:: latex + + \normalsize Atomic bitops ============= -.. literalinclude:: ../atomic_bitops.txt +.. raw:: latex + + \footnotesize + +.. include:: ../atomic_bitops.txt + :literal: + +.. raw:: latex + + \normalsize Memory Barriers =============== -.. literalinclude:: ../memory-barriers.txt +.. raw:: latex + + \footnotesize + +.. include:: ../memory-barriers.txt + :literal: + +.. raw:: latex + + \normalsize