diff --git a/doc/stdenv.xml b/doc/stdenv.xml index e8171a78dcca..00d1ec870988 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1580,7 +1580,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. @@ -1593,7 +1593,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.