]> git.ipfire.org Git - thirdparty/grub.git/commit
docs: Use @ref instead of @xref
authorGlenn Washburn <development@efficientek.com>
Tue, 22 Aug 2023 18:26:28 +0000 (13:26 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 31 Aug 2023 15:11:20 +0000 (17:11 +0200)
commit3c42272105ad307bfe6eeaacc4ee9d98be00537f
tree32b89bd9bfbed885610c0503cc36554520189dc9
parentfff2e9ee833ed640d62672110da7341593769e33
docs: Use @ref instead of @xref

The @xref command is meant to be used at the beginning of a sentence
because its expansion creates a "See " prefix on all output formats, and
on older makeinfo versions is strict about enforcing a "." or "," after
the command. The @ref command has no such restriction and is just the
link, which allows more control over output. This also fixes an issue
where there was a repeated "see" in the output.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: Olaf Hering <olaf@aepfle.de>
docs/grub.texi