mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
doc: Fix `copy-recursively' arguments.
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 <ludo@gnu.org>
This commit is contained in:
parent
dabbf71aa7
commit
ab80403eea
1 changed files with 1 additions and 1 deletions
|
@ -10648,7 +10648,7 @@ Make @var{file} writable for its owner.
|
||||||
|
|
||||||
@deffn {Procedure} copy-recursively source destination @
|
@deffn {Procedure} copy-recursively source destination @
|
||||||
[#:log (current-output-port)] [#:follow-symlinks? #f] @
|
[#: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)]
|
[#:select? (const #t)]
|
||||||
Copy @var{source} directory to @var{destination}. Follow symlinks if
|
Copy @var{source} directory to @var{destination}. Follow symlinks if
|
||||||
@var{follow-symlinks?} is true; otherwise, just preserve them. Call
|
@var{follow-symlinks?} is true; otherwise, just preserve them. Call
|
||||||
|
|
Loading…
Reference in a new issue