summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi7
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.@*
123Copyright @copyright{} 2023 Thomas Ieong@* 123Copyright @copyright{} 2023 Thomas Ieong@*
124Copyright @copyright{} 2023 Saku Laesvuori@* 124Copyright @copyright{} 2023 Saku Laesvuori@*
125Copyright @copyright{} 2023 Graham James Addis@* 125Copyright @copyright{} 2023 Graham James Addis@*
126Copyright @copyright{} 2023-2025 Tomas Volf@* 126Copyright @copyright{} 2023-2026 Tomas Volf@*
127Copyright @copyright{} 2024-2026 Herman Rimm@* 127Copyright @copyright{} 2024-2026 Herman Rimm@*
128Copyright @copyright{} 2024 Matthew Trzcinski@* 128Copyright @copyright{} 2024 Matthew Trzcinski@*
129Copyright @copyright{} 2024 Richard Sent@* 129Copyright @copyright{} 2024 Richard Sent@*
@@ -13735,9 +13735,12 @@ $7 = "/gnu/store/@dots{}-x"
13735The full list of REPL commands can be seen by typing @code{,help guix} 13735The full list of REPL commands can be seen by typing @code{,help guix}
13736and is given below for reference. 13736and is given below for reference.
13737 13737
13738@deffn {REPL command} build @var{object} 13738@deffn {REPL command} build @var{object} [@var{build-mode}]
13739Lower @var{object} and build it if it's not already built, returning its 13739Lower @var{object} and build it if it's not already built, returning its
13740output file name(s). 13740output 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}