diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 63e6450860ac..003cd5d25afd 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1579,7 +1579,7 @@ installTargets = "install-bin install-doc"; - Like dontStripHost, but only affects the + Like dontStrip, but only affects the strip command targetting the package's host platform. Useful when supporting cross compilation, but otherwise feel free to ignore. @@ -1592,7 +1592,7 @@ installTargets = "install-bin install-doc"; - Like dontStripHost, but only affects the + Like dontStrip, but only affects the strip command targetting the packages' target platform. Useful when supporting cross compilation, but otherwise feel free to ignore.