From ab80403eeab6c2c0c140056ac04dd0d118cdac45 Mon Sep 17 00:00:00 2001 From: aurtzy Date: Tue, 12 Nov 2024 01:56:03 -0500 Subject: doc: Fix `copy-recursively' arguments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ludovic Courtès --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index d2000785c61..2ab78d6237d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10648,7 +10648,7 @@ Make @var{file} writable for its owner. @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 -- cgit v1.2.3