summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-05-13 23:38:43 +0200
committerPatrick Hilhorst <git@hilhorst.be>2019-05-13 23:38:43 +0200
commitc2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9 (patch)
tree5467f8426b3eca5c490f97b680293799a43940b3 /doc
parent0285c6183aed95dc7d918d29f7a33de5ff1c82d4 (diff)
downloadnixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar.gz
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar.bz2
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar.lz
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar.xz
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.tar.zst
nixpkgs-c2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9.zip
doc/stdenv.xml: fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml4
1 files 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";</programlisting>
      </term>
      <listitem>
       <para>
-       Like <varname>dontStripHost</varname>, but only affects the
+       Like <varname>dontStrip</varname>, but only affects the
        <command>strip</command> 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";</programlisting>
      </term>
      <listitem>
       <para>
-       Like <varname>dontStripHost</varname>, but only affects the
+       Like <varname>dontStrip</varname>, but only affects the
        <command>strip</command> command targetting the packages' target
        platform. Useful when supporting cross compilation, but otherwise feel
        free to ignore.