[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v9 08/11] docs: Reword section headings
From: |
Oliver Steffen |
Subject: |
[PATCH v9 08/11] docs: Reword section headings |
Date: |
Fri, 26 May 2023 13:35:49 +0200 |
Reword some section headings, remove "The List of" from titles. While
grammatically correct, this phrase can be omitted to increase
readability, especially in the table of contents.
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
---
docs/grub.texi | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/grub.texi b/docs/grub.texi
index 41167519d..8c43693d9 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -96,12 +96,12 @@ This edition documents version @value{VERSION}.
* Filesystem:: Filesystem syntax and semantics
* Interface:: The menu and the command-line
* Environment:: GRUB environment variables
-* Commands:: The list of available builtin commands
+* Commands:: Available builtin commands
* Internationalisation:: Topics relating to language support
* Security:: Authentication, authorisation, and signatures
-* Platform limitations:: The list of platform-specific limitations
+* Platform limitations:: Platform-specific limitations
* Platform-specific operations:: Platform-specific operations
-* Supported kernels:: The list of supported kernels
+* Supported kernels:: Supported kernels
* Troubleshooting:: Error messages produced by GRUB
* Invoking grub-install:: How to use the GRUB installer
* Invoking grub-mkconfig:: Generate a GRUB configuration file
@@ -3869,7 +3869,7 @@ using BIOS or EFI functions (no ATA, USB or IEEE1275).
@node Commands
-@chapter The list of available commands
+@chapter Available commands
In this chapter, we list all commands that are available in GRUB.
@@ -3895,7 +3895,7 @@ shell}.
@node Menu-specific commands
-@section The list of commands for the menu only
+@section Commands for the menu only
The semantics used in parsing the configuration file are the following:
@@ -3976,7 +3976,7 @@ All options are the same as in the @command{menuentry}
command
@node Loader commands
-@section The list of various loader commands
+@section Various loader commands
These commands are used to load necessary components to boot desired OS.
Many of the loader commands are not sufficiently documented. The following is
@@ -4127,7 +4127,7 @@ This command is only available on AArch64 systems.
@node General commands
-@section The list of general commands
+@section General commands
Commands usable anywhere in the menu and in the command-line.
@@ -4262,7 +4262,7 @@ printed.
@node Command-line commands
-@section The list of command-line commands
+@section Command-line commands
These commands are usable in the command-line and in menu entries. If
you forget a command, you can run the command @command{help}
@@ -5843,7 +5843,7 @@ Note: The command is not allowed when lockdown is
enforced (@pxref{Lockdown}).
@end deffn
@node Networking commands
-@section The list of networking commands
+@section Networking commands
@menu
* net_add_addr:: Add a network address
@@ -6058,7 +6058,7 @@ net_set_vlan efinet1 0
@node Undocumented commands
-@section The list of commands currently undocumented
+@section Commands currently undocumented
Unfortunately, not all GRUB commands are documented at this time due to
developer resource constraints. One way to contribute back to the GRUB
project would be to help document these commands, and submit patches or
--
2.40.1
- [PATCH v9 00/11] Add basic Boot Loader Interface support, Oliver Steffen, 2023/05/26
- [PATCH v9 07/11] efi: Add grub_efi_set_variable_to_string(), Oliver Steffen, 2023/05/26
- [PATCH v9 05/11] types.h: Add GRUB_SSIZE_MAX, Oliver Steffen, 2023/05/26
- [PATCH v9 04/11] grub-core: Make use of guid printf format specifier, Oliver Steffen, 2023/05/26
- [PATCH v9 02/11] Unify GUID types, Oliver Steffen, 2023/05/26
- [PATCH v9 06/11] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code, Oliver Steffen, 2023/05/26
- [PATCH v9 01/11] efi: Add grub_efi_set_variable_with_attributes(), Oliver Steffen, 2023/05/26
- [PATCH v9 03/11] kern/misc: Add a format specifier GUIDs, Oliver Steffen, 2023/05/26
- [PATCH v9 08/11] docs: Reword section headings,
Oliver Steffen <=
- [PATCH v9 10/11] Add a module for the Boot Loader Interface, Oliver Steffen, 2023/05/26
- [PATCH v9 09/11] kern: check for NULL when closing devices and disks, Oliver Steffen, 2023/05/26
- [PATCH v9 11/11] util/grub.d: Activate bli module on EFI, Oliver Steffen, 2023/05/26
- Re: [PATCH v9 00/11] Add basic Boot Loader Interface support, Daniel Kiper, 2023/05/30