From: aurtzy <aurtzy@gmail.com>
To: 74321@debbugs.gnu.org
Cc: aurtzy <aurtzy@gmail.com>, "Ludovic Courtès" <ludo@gnu.org>,
"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#74321] [PATCH] doc: Fix `copy-recursively' arguments.
Date: Tue, 12 Nov 2024 01:56:03 -0500 [thread overview]
Message-ID: <b93efe39bdeb37b0d7c177f738a412122e0933b8.1731394560.git.aurtzy@gmail.com> (raw)
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
next reply other threads:[~2024-11-12 6:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 6:56 aurtzy [this message]
2024-11-12 22:29 ` bug#74321: [PATCH] doc: Fix `copy-recursively' arguments Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b93efe39bdeb37b0d7c177f738a412122e0933b8.1731394560.git.aurtzy@gmail.com \
--to=aurtzy@gmail.com \
--cc=74321@debbugs.gnu.org \
--cc=ludo@gnu.org \
--cc=maxim.cournoyer@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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).