diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 05eac9bda96..6bf2ca4f1ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -123,7 +123,7 @@ Copyright @copyright{} 2023 Foundation Devices, Inc.@* | |||
| 123 | Copyright @copyright{} 2023 Thomas Ieong@* | 123 | Copyright @copyright{} 2023 Thomas Ieong@* |
| 124 | Copyright @copyright{} 2023 Saku Laesvuori@* | 124 | Copyright @copyright{} 2023 Saku Laesvuori@* |
| 125 | Copyright @copyright{} 2023 Graham James Addis@* | 125 | Copyright @copyright{} 2023 Graham James Addis@* |
| 126 | Copyright @copyright{} 2023-2025 Tomas Volf@* | 126 | Copyright @copyright{} 2023-2026 Tomas Volf@* |
| 127 | Copyright @copyright{} 2024-2026 Herman Rimm@* | 127 | Copyright @copyright{} 2024-2026 Herman Rimm@* |
| 128 | Copyright @copyright{} 2024 Matthew Trzcinski@* | 128 | Copyright @copyright{} 2024 Matthew Trzcinski@* |
| 129 | Copyright @copyright{} 2024 Richard Sent@* | 129 | Copyright @copyright{} 2024 Richard Sent@* |
| @@ -13735,9 +13735,12 @@ $7 = "/gnu/store/@dots{}-x" | |||
| 13735 | The full list of REPL commands can be seen by typing @code{,help guix} | 13735 | The full list of REPL commands can be seen by typing @code{,help guix} |
| 13736 | and is given below for reference. | 13736 | and is given below for reference. |
| 13737 | 13737 | ||
| 13738 | @deffn {REPL command} build @var{object} | 13738 | @deffn {REPL command} build @var{object} [@var{build-mode}] |
| 13739 | Lower @var{object} and build it if it's not already built, returning its | 13739 | Lower @var{object} and build it if it's not already built, returning its |
| 13740 | output file name(s). | 13740 | output file name(s). |
| 13741 | |||
| 13742 | @var{build-mode} defaults to @code{normal}. Other valid build modes are | ||
| 13743 | @code{check} and @code{repair}. | ||
| 13741 | @end deffn | 13744 | @end deffn |
| 13742 | 13745 | ||
| 13743 | @deffn {REPL command} build-options @var{options} | 13746 | @deffn {REPL command} build-options @var{options} |
