summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-11-20 11:13:08 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-20 11:16:02 +0100
commit5d64c40240135cc22f4ba2b902bfe20418a599ea (patch)
treea98a6c463349b4d1496825d65b7dfd2fadfae6a2
parente101cf8c31be817782eb3d07e71d02f5ca4fa154 (diff)
btrfs-progs: docs: fix rendering of exponents in manual pages
Reported on IRC that the inode number limit appears to be 264, while the actual value is 2^64. Fix that for the manual page backend by redefining the format. Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Documentation/asciidoc.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 1ea74591..be36a7b5 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -29,6 +29,16 @@ backtick=&#96;
litdd=&#45;&#45;
ifdef::doctype-manpage[]
+
+[quotes]
+^=#exponent
+
+[tags]
+exponent={1?[{1}]}^|
+
+endif::doctype-manpage[]
+
+ifdef::doctype-manpage[]
ifdef::backend-docbook[]
[header]
template::[header-declarations]
@@ -46,3 +56,4 @@ template::[header-declarations]
</refnamediv>
endif::backend-docbook[]
endif::doctype-manpage[]
+