[PATCH 0/2] Fix typos in documentation.

  • Done
  • quality assurance status badge
Details
2 participants
  • Felix Lechner
  • Ludovic Courtès
Owner
unassigned
Submitted by
Felix Lechner
Severity
normal
F
F
Felix Lechner wrote on 18 May 2023 19:48
(address . guix-patches@gnu.org)(name . Felix Lechner)(address . felix.lechner@lease-up.com)
cover.1684432045.git.felix.lechner@lease-up.com
This patch series fixes two classes of typos in the documentation.

Felix Lechner (2):
doc: contributing.texi: Specify recipient via equal sign in 'git
send-email --to'.
doc: guix.texi: Add Texinfo line breaks.

doc/contributing.texi | 6 +++---
doc/guix.texi | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 5b700945fb0b33eec410de8979cae2fbf0d4f118
--
2.40.1
F
F
Felix Lechner wrote on 18 May 2023 19:50
[PATCH 1/2] doc: contributing.texi: Specify recipient via equal sign in 'git send-email --to'.
(address . 63575@debbugs.gnu.org)(name . Felix Lechner)(address . felix.lechner@lease-up.com)
febb4fe6e43d2eb969ddc6550421a33fe3552154.1684432045.git.felix.lechner@lease-up.com
The documentation for git send-email recommends the use of an equal sign when
specifying a recipient with the --to option. [1] Adjusts the reference manual
accordingly.


* doc (contributing.texi): Specify recipient via equal sign in
'git send-email --to'.
---
doc/contributing.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 7bf350ee0d..f692872c04 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1529,7 +1529,7 @@ the patchset.
@example
$ git send-email -@var{NUMBER_COMMITS} -v@var{REVISION} \
- --to @var{ISSUE_NUMBER}@@debbugs.gnu.org
+ --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org
@end example
If need be, you may use @option{--cover-letter --annotate} to send
@@ -1561,7 +1561,7 @@ You can run the following command to have the @code{Mentors} team put in
CC of a patch series:
@example
-$ git send-email --to @var{ISSUE_NUMBER}@@debbugs.gnu.org \
+$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org \
--header-cmd='etc/teams.scm cc-mentors-header-cmd' *.patch
@end example
@@ -1571,7 +1571,7 @@ current Git repository to review, you can run:
@example
$ guix shell -D guix
-[env]$ git send-email --to @var{ISSUE_NUMBER}@@debbugs.gnu.org -2
+[env]$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org -2
@end example
@node Tracking Bugs and Patches
--
2.40.1
F
F
Felix Lechner wrote on 18 May 2023 19:50
[PATCH 2/2] doc: guix.texi: Add Texinfo line breaks.
(address . 63575@debbugs.gnu.org)(name . Felix Lechner)(address . felix.lechner@lease-up.com)
e727b8fbe5d1020e2f307521123d6044289add14.1684432045.git.felix.lechner@lease-up.com
Adds two line breaks to the copyright block. The same kind of breaks [1] are
present in the remaining fifty-five entries.


* doc (guix.texi): Add Texinfo line breaks.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (17 lines)
diff --git a/doc/guix.texi b/doc/guix.texi
index 60972f408d..8315c8e791 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -113,8 +113,8 @@ Copyright @copyright{} 2022?–?2023 Bruno Victal@*
Copyright @copyright{} 2022 Ivan Vilata-i-Balaguer@*
Copyright @copyright{} 2023 Giacomo Leidi@*
Copyright @copyright{} 2022 Antero Mejr@*
-Copyright @copyright{} 2023 Karl Hallsby
-Copyright @copyright{} 2023 Nathaniel Nicandro
+Copyright @copyright{} 2023 Karl Hallsby@*
+Copyright @copyright{} 2023 Nathaniel Nicandro@*
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
--
2.40.1
L
L
Ludovic Courtès wrote on 24 May 2023 14:04
Re: bug#63575: [PATCH 0/2] Fix typos in documentation.
(name . Felix Lechner)(address . felix.lechner@lease-up.com)(address . 63575-done@debbugs.gnu.org)
87353morze.fsf@gnu.org
Felix Lechner <felix.lechner@lease-up.com> skribis:

Toggle quote (4 lines)
> doc: contributing.texi: Specify recipient via equal sign in 'git
> send-email --to'.
> doc: guix.texi: Add Texinfo line breaks.

Applied, thanks!
Closed
?