diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 5be57fc5a97..c17d7c51ae2 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -557,8 +557,8 @@ script) if it exists.
configureFlags
- Additional arguments passed to the configure
- script.
+ A list of strings passed as additional arguments to the
+ configure script.
@@ -658,7 +658,7 @@ nothing.
makeFlags
- Additional flags passed to
+ A list of strings passed as additional flags to
make. These flags are also used by the default
install and check phase. For setting make flags specific to the
build phase, use buildFlags (see
@@ -685,7 +685,7 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar")
buildFlags / buildFlagsArray
- Additional flags passed to
+ A list of strings passed as additional flags to
make. Like makeFlags and
makeFlagsArray, but only used by the build
phase.
@@ -753,7 +753,7 @@ doCheck = true;
checkFlags / checkFlagsArray
- Additional flags passed to
+ A list of strings passed as additional flags to
make. Like makeFlags and
makeFlagsArray, but only used by the check
phase.
@@ -808,7 +808,7 @@ installTargets = "install-bin install-doc";
installFlags / installFlagsArray
- Additional flags passed to
+ A list of strings passed as additional flags to
make. Like makeFlags and
makeFlagsArray, but only used by the install
phase.