GNU bug report logs - #74321
[PATCH] doc: Fix `copy-recursively' arguments.

Previous Next

Package: guix-patches;

Reported by: aurtzy <aurtzy <at> gmail.com>

Date: Tue, 12 Nov 2024 06:58:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74321: closed ([PATCH] doc: Fix `copy-recursively' arguments.)
Date: Tue, 12 Nov 2024 22:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Nov 2024 23:29:18 +0100
with message-id <87ttccrsqp.fsf <at> gnu.org>
and subject line Re: [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments.
has caused the debbugs.gnu.org bug report #74321,
regarding [PATCH] doc: Fix `copy-recursively' arguments.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74321: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74321
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: aurtzy <aurtzy <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: aurtzy <aurtzy <at> gmail.com>
Subject: [PATCH] doc: Fix `copy-recursively' arguments.
Date: Tue, 12 Nov 2024 01:56:03 -0500
The `select?' keyword is part of the description instead of immediately
following `keep-permissions?' in the arguments list for `copy-recursively'.
This adds a missing '@' to fix that.

* doc/guix.texi (Build Utilities): Fix `copy-recursively' arguments.

Change-Id: If6802490a6afebc884b039d84f1fe4f9202a1151
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 8f65387e92..9d349d328c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10648,7 +10648,7 @@ Build Utilities
 
 @deffn {Procedure} copy-recursively source destination @
   [#:log (current-output-port)] [#:follow-symlinks? #f] @
-  [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t]
+  [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t] @
   [#:select? (const #t)]
 Copy @var{source} directory to @var{destination}.  Follow symlinks if
 @var{follow-symlinks?}  is true; otherwise, just preserve them.  Call

base-commit: b790db7589858fc77989b4d1f369c52bca6d6e7c
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: aurtzy <aurtzy <at> gmail.com>
Cc: 74321-done <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments.
Date: Tue, 12 Nov 2024 23:29:18 +0100
aurtzy <aurtzy <at> gmail.com> skribis:

> The `select?' keyword is part of the description instead of immediately
> following `keep-permissions?' in the arguments list for `copy-recursively'.
> This adds a missing '@' to fix that.
>
> * doc/guix.texi (Build Utilities): Fix `copy-recursively' arguments.
>
> Change-Id: If6802490a6afebc884b039d84f1fe4f9202a1151

Applied, thanks!


This bug report was last modified 283 days ago.

Previous Next


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