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>
master
David Sterba 2018-11-20 11:13:08 +01:00
parent e101cf8c31
commit 5d64c40240
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,16 @@ apostrophe=&#39;
backtick=&#96;
litdd=&#45;&#45;
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]
</refnamediv>
endif::backend-docbook[]
endif::doctype-manpage[]