From 5d64c40240135cc22f4ba2b902bfe20418a599ea Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 20 Nov 2018 11:13:08 +0100 Subject: 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 --- Documentation/asciidoc.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Documentation') diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf index 1ea74591..be36a7b5 100644 --- a/Documentation/asciidoc.conf +++ b/Documentation/asciidoc.conf @@ -28,6 +28,16 @@ apostrophe=' backtick=` litdd=-- +ifdef::doctype-manpage[] + +[quotes] +^=#exponent + +[tags] +exponent={1?[{1}]}^| + +endif::doctype-manpage[] + ifdef::doctype-manpage[] ifdef::backend-docbook[] [header] @@ -46,3 +56,4 @@ template::[header-declarations] endif::backend-docbook[] endif::doctype-manpage[] + -- cgit v1.2.3