summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/djbunix.html6
-rw-r--r--doc/upgrade.html3
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html
index 05515aa..1507bcd 100644
--- a/doc/libstddjb/djbunix.html
+++ b/doc/libstddjb/djbunix.html
@@ -261,6 +261,12 @@ Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails.
</p>
<p>
+<code> int openb_read (char const *file) </code> <br />
+Opens <em>file</em> in read-only, blocking mode.
+Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails.
+</p>
+
+<p>
<code> int open_readb (char const *file) </code> <br />
Opens <em>file</em> in read-only, blocking mode.
Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails.
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 7f95df7..18a8656 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -19,7 +19,8 @@
<h2> in 2.6.4.0 </h2>
<ul>
- <li> New function: <a href="libstddjb/djbunix.html">execvep_loose()</a>. </li>
+ <li> New functions: <a href="libstddjb/djbunix.html">execvep_loose()</a>,
+<tt>byte_zzero()</tt> </li>
</ul>
<h2> in 2.6.3.1 </h2>