GNU bug report logs - #63575
[PATCH 0/2] Fix typos in documentation.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Thu, 18 May 2023 17:50:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63575 in the body.
You can then email your comments to 63575 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63575; Package guix-patches. (Thu, 18 May 2023 17:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 18 May 2023 17:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: guix-patches <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH 0/2] Fix typos in documentation.
Date: Thu, 18 May 2023 10:48:47 -0700
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





Information forwarded to guix-patches <at> gnu.org:
bug#63575; Package guix-patches. (Thu, 18 May 2023 17:51:02 GMT) Full text and rfc822 format available.

Message #8 received at 63575 <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 63575 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH 1/2] doc: contributing.texi: Specify recipient via equal sign
 in 'git send-email --to'.
Date: Thu, 18 May 2023 10:50:55 -0700
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.

[1] https://git-scm.com/docs/git-send-email

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

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 <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#63575; Package guix-patches. (Thu, 18 May 2023 17:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 63575 <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: 63575 <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH 2/2] doc: guix.texi: Add Texinfo line breaks.
Date: Thu, 18 May 2023 10:50:56 -0700
Adds two line breaks to the copyright block. The same kind of breaks [1] are
present in the remaining fifty-five entries.

[1] https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Line-Breaks

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

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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 24 May 2023 12:06:01 GMT) Full text and rfc822 format available.

Notification sent to Felix Lechner <felix.lechner <at> lease-up.com>:
bug acknowledged by developer. (Wed, 24 May 2023 12:06:02 GMT) Full text and rfc822 format available.

Message #16 received at 63575-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Lechner <felix.lechner <at> lease-up.com>
Cc: 63575-done <at> debbugs.gnu.org
Subject: Re: bug#63575: [PATCH 0/2] Fix typos in documentation.
Date: Wed, 24 May 2023 14:04:37 +0200
Felix Lechner <felix.lechner <at> lease-up.com> skribis:

>   doc: contributing.texi: Specify recipient via equal sign in 'git
>     send-email --to'.
>   doc: guix.texi: Add Texinfo line breaks.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Jun 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.