summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-31 10:44:50 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-31 10:44:50 +0000
commitefebcb33cb89eeb5d583cf4c76eb3f0ab8dfea51 (patch)
treef1007483ab01cb4bbc42f19567bab770cc7d7fe5 /doc
parentd01eaa88f71eb375cc48f224cd319aecb6950ce5 (diff)
downloadskalibs-efebcb33cb89eeb5d583cf4c76eb3f0ab8dfea51.tar.xz
Documentation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/crosscompile.html2
-rw-r--r--doc/flags.html2
-rw-r--r--doc/libstddjb/djbunix.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/crosscompile.html b/doc/crosscompile.html
index 4098afd..884af0e 100644
--- a/doc/crosscompile.html
+++ b/doc/crosscompile.html
@@ -35,7 +35,7 @@ if the target architecture is different. </li>
<p>
skalibs does not support out-of-tree builds at the moment,
but since the source code tree is small, it's not costly to duplicate it
-to perform parallel builds. If the source code trees grows significantly
+to perform parallel builds. If the source code tree grows significantly
larger, out-of-tree build support will be considered.
</p>
diff --git a/doc/flags.html b/doc/flags.html
index 70e58cd..a7bdab8 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -139,7 +139,7 @@ for accurate interval measurement. </li>
</ol>
<p>
- USe <tt>--enable-tai-clock</tt> if your system clock is set to TAI-10.
+ Use <tt>--enable-tai-clock</tt> if your system clock is set to TAI-10.
I generally recommend this setup
for computers you have full control on, on which you install and tweak
the software your way, like manually administered servers or embedded
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html
index 02f8624..c65a60b 100644
--- a/doc/libstddjb/djbunix.html
+++ b/doc/libstddjb/djbunix.html
@@ -358,8 +358,8 @@ error that happened.
<code> void pathexec_run (char const *file, char const *const *argv, char const *const *envp) </code> <br />
Performs <tt>execvep(file, argv, envp, path)</tt>, <em>path</em> being the
contents of the PATH environment variable. If PATH is not set, <em>path</em>
-is set to the contents of the <tt>conf-compile/conf-defaultpath</tt> file in
-the skalibs distribution.
+is set to the value given to the <tt>--with-default-path</tt> option of the
+skalibs' <tt>./configure</tt> script, or to <tt>/usr/bin:/bin</tt> by default.
The function returns if it fails, and sets errno appropriately.
</p>