]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: Fix build warnings in libgcrypt and blsuki doc
authorSridhar Markonda <sridharm@linux.ibm.com>
Wed, 17 Sep 2025 10:54:09 +0000 (16:24 +0530)
committerDaniel Kiper <daniel.kiper@oracle.com>
Sat, 11 Oct 2025 13:41:14 +0000 (15:41 +0200)
Following warnings are thrown during libgrcypt and bluski doc build:

  grub.texi:4744: warning: node next pointer for `gcry_arcfour_module' is `gcry_blake2_module' but next is `gcry_aria_module' in menu
  grub.texi:4744: warning: node prev pointer for `gcry_arcfour_module' is `gcry_aria_module' but prev is `functional_test_module' in menu
  grub.texi:4751: warning: node prev pointer for `gcry_blake2_module' is `gcry_arcfour_module' but prev is `gcry_aria_module' in menu
  grub.texi:8532: warning: node next pointer for `trust' is `unset' but next is `uki' in menu
  grub.texi:8549: warning: node next pointer for `unset' is `uki' but next is `verify_detached' in menu
  grub.texi:8549: warning: node prev pointer for `unset' is `trust' but prev is `uki' in menu
  grub.texi:8557: warning: node next pointer for `uki' is `verify_detached' but next is `unset' in menu
  grub.texi:8557: warning: node prev pointer for `uki' is `unset' but prev is `trust' in menu
  grub.texi:8600: warning: node prev pointer for `verify_detached' is `uki' but prev is `unset' in menu

Fix order of gcry_aria_module and unset nodes.

Signed-off-by: Sridhar Markonda <sridharm@linux.ibm.com>
Reviewed-by: Andrew Hamilton <adhamilt@gmail.com>
Reviewed-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
Reviewed-by: Avnish Chouhan <avnish@linux.ibm.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi

index 7cd5dee06c744b322a253848b6eae3e946e6eab4..d697010cefdb437747ea07fb6f4fed2202e7dcd0 100644 (file)
@@ -4736,11 +4736,6 @@ This module provides support functions (helper functions) for file systems.
 This module provides support for running the GRUB functional tests using
 commands @command{functional_test} and @command{all_functional_test}.
 
-@node gcry_aria_module
-@section gcry_aria
-This module provides support for the ARIA cipher.
-This GRUB module is based on libgcrypt.
-
 @node gcry_arcfour_module
 @section gcry_arcfour
 This module provides support for the arcfour stream cipher also known as RC4.
@@ -4748,6 +4743,11 @@ If security is a concern, RC4 / arcfour cipher is consider broken (multiple
 known vulnerabilities make this insecure).
 This GRUB module is based on libgcrypt.
 
+@node gcry_aria_module
+@section gcry_aria
+This module provides support for the ARIA cipher.
+This GRUB module is based on libgcrypt.
+
 @node gcry_blake2_module
 @section gcry_blake2
 This module provides support for the BLAKE2b and BLAKE2s message digests.
@@ -8546,14 +8546,6 @@ information.
 @end deffn
 
 
-@node unset
-@subsection unset
-
-@deffn Command unset envvar
-Unset the environment variable @var{envvar}.
-@end deffn
-
-
 @node uki
 @subsection uki
 
@@ -8586,6 +8578,14 @@ will be added to the GRUB menu.
 For more information on UKI, see: @uref{https://uapi-group.org/specifications/specs/unified_kernel_image/, The Unified Kernel Image Specification}
 @end deffn
 
+@node unset
+@subsection unset
+
+@deffn Command unset envvar
+Unset the environment variable @var{envvar}.
+@end deffn
+
+
 @ignore
 @node vbeinfo
 @subsection vbeinfo