Skip to content

Commit bb44f70

Browse files
asjkdave
authored andcommitted
btrfs-progs: docs: fix doc build issue caused by confusion between BTRFS_ and target
Text ending with `_` is treated as an anonymous hyperlink. Use an escape character `\` to prevent this. Making all in Documentation [SPHINX] man btrfs-progs/Documentation/dev/On-disk-format.rst:32: ERROR: Unknown target name: "btrfs". Signed-off-by: Anand Jain <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent fd3da2e commit bb44f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/dev/On-disk-format.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ also contains a logical reference to root nodes in the root and chunk trees,
3030
which can then be used to locate all the other trees and data stored.
3131

3232
To avoid duplicated suffixes/prefixes, sometimes the macro name will have
33-
the "BTRFS_" prefix and "_OBJECTID" suffix removed.
33+
the "BTRFS\_" prefix and "_OBJECTID" suffix removed.
3434

3535
E.g. "BTRFS_DEV_ITEMS_OBJECTID" (0x1) can be shown as "DEV_ITEMS" for short,
3636
this matches the output of "btrfs inspect-internal dump-tree".

0 commit comments

Comments
 (0)