about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-28 12:07:35 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-28 12:07:35 +0000
commit4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684 (patch)
tree97a6e92de062fd4c3a0d8babbf6bf62e45f1fe9b /doc
parent41879a5c749fd839a967832f427807f77b3dbd29 (diff)
downloadnixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar.gz
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar.bz2
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar.lz
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar.xz
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.tar.zst
nixlib-4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684.zip
* Typo.
svn path=/nixpkgs/trunk/; revision=17986
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index cb2bab690a53..7e04cf20fe75 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -879,7 +879,7 @@ distribution of the package.  The default
 <function>distPhase</function> first calls <command>make
 dist</command>, then it copies the resulting source tarballs to
 <filename>$out/tarballs/</filename>.  This phase is only executed if
-the <varname>doDist</varname> is not set.</para>
+the attribute <varname>doDist</varname> is not set.</para>
 
 <variablelist>
   <title>Variables controlling the distribution phase</title>