diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 1556ffd057f98..92680e1e0a11f 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -500,8 +500,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.
@@ -601,7 +601,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
@@ -628,7 +628,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.
@@ -696,7 +696,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.
@@ -751,7 +751,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.