From 6bf54191fb3a7328fa701e408419f29d7bc7ba79 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Thu, 31 May 2018 21:09:16 -0400 Subject: [PATCH] doc: Fixes squishedtogether definitions. --- doc/stdenv.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index f6180d5ca6a..e7f52377e68 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1863,7 +1863,7 @@ set debug-file-directory ~/.nix-profile/lib/debug - makeWrapperexecutablewrapperfileargs + makeWrapper executable wrapperfile args @@ -1889,7 +1889,7 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - substituteinfileoutfilesubs + substitute infile outfile subs @@ -1900,7 +1900,7 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - s1s2 + s1 s2 @@ -1911,7 +1911,7 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - varName + varName @@ -1927,7 +1927,7 @@ makeWrapper $out/bin/foo $wrapperfile --prefix PATH : ${lib.makeBinPath [ hello - varNames + varName s @@ -1962,7 +1962,7 @@ substitute ./foo.in ./foo.out \ - substituteInPlacefilesubs + substituteInPlace file subs @@ -1973,7 +1973,7 @@ substitute ./foo.in ./foo.out \ - substituteAllinfileoutfile + substituteAll infile outfile @@ -2013,7 +2013,7 @@ echo @foo@ - substituteAllInPlacefile + substituteAllInPlace file @@ -2024,7 +2024,7 @@ echo @foo@ - stripHashpath + stripHash path @@ -2045,7 +2045,7 @@ someVar=$(stripHash $name) - wrapProgramexecutablemakeWrapperArgs + wrapProgram executable makeWrapperArgs