summaryrefslogtreecommitdiffstats
path: root/Documentation/staging
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-23 15:31:40 +0200
committerJonathan Corbet <corbet@lwn.net>2020-06-26 11:33:49 -0600
commit4ac250814dfdc8606ac643283f26a63b0d5cbc73 (patch)
tree23e85d5279ece79aa4a3c48fbeeb32848fcebf6d /Documentation/staging
parent35e25da7fb1a513f4a7230dd4521277df8bc7f11 (diff)
downloadlinux-4ac250814dfdc8606ac643283f26a63b0d5cbc73.tar.bz2
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 <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/fe2cc675ec69bfa50aa7e183dcd911077046b01f.1592918949.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/staging')
-rw-r--r--Documentation/staging/index.rst33
1 files changed, 30 insertions, 3 deletions
diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst
index 8e98517675ca..184e6aece0a7 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