From c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Mon, 13 May 2019 23:38:43 +0200 Subject: [PATCH] doc/stdenv.xml: fix typo --- doc/stdenv.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 63e6450860a..003cd5d25af 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.