aboutsummaryrefslogtreecommitdiff
path: root/www/code.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-10-28 03:26:33 -0500
committerRob Landley <rob@landley.net>2017-10-28 03:26:33 -0500
commit0c284d35e533c9d49dbfe2cfe3d68e680e79a66d (patch)
tree2565b79006b8db7806f9fbf7f37e4c001037db6d /www/code.html
parent69bc956f17b107140803ba522bc01ceb83073449 (diff)
downloadtoybox-0c284d35e533c9d49dbfe2cfe3d68e680e79a66d.tar.gz
Web page updates.
Diffstat (limited to 'www/code.html')
-rw-r--r--www/code.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/code.html b/www/code.html
index bee139fa..b1b17ef5 100644
--- a/www/code.html
+++ b/www/code.html
@@ -133,6 +133,8 @@ test infrastructure.</li>
infrastructure implementing menuconfig (copied from the Linux kernel).</li>
<li>The <a href="#generated">generated directory</a> contains intermediate
files generated from other parts of the source code.</li>
+<li>The <a href="#tests">tests directory</a> contains the test suite.
+NOSPACE=1 to allow tests to pass with diff -b</li>
</ul>
<a name="adding" />
@@ -1243,7 +1245,7 @@ which is NULL for non-symlinks.</p>
<p>During a callback function, the <b>int dirfd</b> field of directory nodes
contains a directory file descriptor (for use with the openat() family of
functions). This isn't usually used directly, intstead call dirtree_parentfd()
-on the callback's node argument. The <b>char again</a> field is 0 for the
+on the callback's node argument. The <b>char again</b> field is 0 for the
first callback on a node, and 1 on the second callback (triggered by returning
DIRTREE_COMEAGAIN on a directory, made after all children have been processed).
</p>
@@ -1348,6 +1350,7 @@ Config.in.</p>
<p>See <a href="#adding">adding a new command</a> for details on the
layout of a command file.</p>
+<a name="scripts">
<h2>Directory scripts/</h2>
<p>Build infrastructure. The makefile calls scripts/make.sh for "make"