aboutsummaryrefslogtreecommitdiffstats
path: root/manual/index.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-12 20:05:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-13 17:20:14 +0100
commite10e78741346e64757b60de57c5f515c8a73ad7e (patch)
tree2e00002f4e70efb01b48e266fe3e3e000bf1aad5 /manual/index.rst
parentcac844e07a256a564b1ca3953b2f965f738fdf12 (diff)
downloadqpdf-e10e78741346e64757b60de57c5f515c8a73ad7e.tar.zst
Explicitly mark perl codeblock as such
Diffstat (limited to 'manual/index.rst')
-rw-r--r--manual/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.rst b/manual/index.rst
index e854cc4c..221e15e5 100644
--- a/manual/index.rst
+++ b/manual/index.rst
@@ -3435,7 +3435,7 @@ stream (since linearization tables are bit streams written without
regard to byte boundaries), you can pipe the resulting data through the
following perl code:
-::
+.. code-block:: perl
use bytes;
binmode STDIN;