From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>,
Olaf Hering <olaf@aepfle.de>
Cc: Oskari Pirhonen <xxc3ncoredxx@gmail.com>,
Glenn Washburn <development@efficientek.com>
Subject: [PATCH v2 0/2] Fix documentation issues reported by Olaf
Date: Tue, 22 Aug 2023 13:26:27 -0500 [thread overview]
Message-ID: <cover.1692728553.git.development@efficientek.com> (raw)
Updates from v1:
* Use @ref instead of @pxref as suggested by Oskari
Olaf, would you see if this updated patch series fixes your issues?
Glenn
Glenn Washburn (2):
docs: Use @ref instead of @xref
docs: Add menu to prevent older makeinfo versions from failing
docs/grub-dev.texi | 5 +++++
docs/grub.texi | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
Range-diff against v1:
1: d85c7efc5681 ! 1: 9b49f9ab7319 docs: Use @pxref instead of @xref inside parenthesis
@@ Metadata
Author: Glenn Washburn <development@efficientek.com>
## Commit message ##
- docs: Use @pxref instead of @xref inside parenthesis
+ 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. The @pxref expands with
- a prefix of "see " and is meant to be used within parenthesis. This also
- fixes an issue where there was a repeated "see" in the output.
+ 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>
@@ docs/grub.texi: information.
GRUB can be run in userspace by invoking the grub2-emu tool. It will
-read all configuration scripts as if booting directly (see @xref{Loading
-+read all configuration scripts as if booting directly (@pxref{Loading
++read all configuration scripts as if booting directly (see @ref{Loading
an operating system directly}). With the @code{--kexec} flag, and
kexec(8) support from the operating system, the @command{linux} command
will directly boot the target image. For systems that lack working
2: bb2ddd029460 = 2: de20b4cddba8 docs: Add menu to prevent older makeinfo versions from failing
--
2.34.1
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
next reply other threads:[~2023-08-22 18:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 18:26 Glenn Washburn [this message]
2023-08-22 18:26 ` [PATCH v2 1/2] docs: Use @ref instead of @xref Glenn Washburn
2023-08-22 18:26 ` [PATCH v2 2/2] docs: Add menu to prevent older makeinfo versions from failing Glenn Washburn
2023-08-23 6:00 ` [PATCH v2 0/2] Fix documentation issues reported by Olaf Oskari Pirhonen
2023-08-24 9:02 ` Olaf Hering
2023-08-29 14:43 ` Daniel Kiper
2023-08-29 19:41 ` Olaf Hering
2023-08-30 14:31 ` Daniel Kiper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1692728553.git.development@efficientek.com \
--to=development@efficientek.com \
--cc=dkiper@net-space.pl \
--cc=grub-devel@gnu.org \
--cc=olaf@aepfle.de \
--cc=xxc3ncoredxx@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.