]> 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:06:17 +0000 (00:06 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 00:06:17 +0000 (00:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934416 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_brotli.xml

index e9683c5d54ea6f8dafc90a01c356ae6f0dcfc85e..bb8bb9d59ddb11896443ede679554c9d8f9eda87 100644 (file)
@@ -271,7 +271,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>
@@ -304,7 +304,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>