diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 67f249146144..c62f8ad362fa 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1138,6 +1138,20 @@ following:
If set, libraries and executables are not
stripped. By default, they are.
+
+ dontStripHost
+
+ Like dontStripHost, but only affects the strip command targetting the package's host platform.
+ Useful when supporting cross compilation, but otherwise feel free to ignore.
+
+
+
+ dontStripTarget
+
+ Like dontStripHost, but only affects the strip command targetting the packages' target platform.
+ Useful when supporting cross compilation, but otherwise feel free to ignore.
+
+
dontMoveSbin