]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Apparently the sup tag is not supported markup
authorRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 00:05:59 +0000 (00:05 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 00:05:59 +0000 (00:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934415 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_brotli.xml

index 5e31a2efe8645213925eeafd75575eb9e54ba374..e6f0ea53372c0534afbaf397c996c691a9f2153d 100644 (file)
@@ -265,7 +265,7 @@ BrotliCompressionQuality 11
 <usage>
     <p>The <directive>BrotliCompressionWindow</directive> directive specifies the
     brotli sliding compression window size (a value between 10 and 24,
-    representing a window of 2<sup><var>value</var></sup> bytes). For
+    representing a window of 2^<var>value</var> bytes). For
     example, 18 (the default) gives a 256 KB window, while 24 gives
     16 MB. Larger window sizes can improve compression quality, but
     require more memory per connection.</p>
@@ -298,7 +298,7 @@ BrotliCompressionWindow 24
 <usage>
     <p>The <directive>BrotliCompressionMaxInputBlock</directive> directive specifies
     the maximum input block size as a power of two, between 16 and 24
-    (representing blocks of 2<sup><var>value</var></sup> bytes, i.e.,
+    (representing blocks of 2^<var>value</var> bytes, i.e.,
     64 KB to 16 MB). Larger block sizes can improve compression but
     require more memory. When not set, the block size is automatically
     selected based on the quality setting.</p>