* [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments.
@ 2024-11-12 6:56 aurtzy
2024-11-12 22:29 ` bug#74321: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: aurtzy @ 2024-11-12 6:56 UTC (permalink / raw)
To: 74321; +Cc: aurtzy, Ludovic Courtès, Maxim Cournoyer
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74321: [PATCH] doc: Fix `copy-recursively' arguments.
2024-11-12 6:56 [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments aurtzy
@ 2024-11-12 22:29 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-11-12 22:29 UTC (permalink / raw)
To: aurtzy; +Cc: 74321-done, Maxim Cournoyer
aurtzy <aurtzy@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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-12 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 6:56 [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments aurtzy
2024-11-12 22:29 ` bug#74321: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.