mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-22 21:43:35 +00:00
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>
This commit is contained in:
parent
e101cf8c31
commit
5d64c40240
@ -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]
|
||||
</refnamediv>
|
||||
endif::backend-docbook[]
|
||||
endif::doctype-manpage[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user