Message ID | b93efe39bdeb37b0d7c177f738a412122e0933b8.1731394560.git.aurtzy@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#74321] doc: Fix `copy-recursively' arguments. | expand |
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!
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