diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | doc/libstddjb/buffer.html | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -18,6 +18,7 @@ Contributors: Josiah Frentsos <jfrent@tilde.team> Carlos Eduardo <carana2099@gmail.com> Lennart Jablonka <humm@ljabl.com> + Hoël Bézier <hoelbezier@riseup.net> Thanks to: Jean Marot <jean.marot@skarnet.org> diff --git a/doc/libstddjb/buffer.html b/doc/libstddjb/buffer.html index 000e0e3..eac7003 100644 --- a/doc/libstddjb/buffer.html +++ b/doc/libstddjb/buffer.html @@ -29,8 +29,9 @@ and implemented in the <tt>libskarnet.a</tt> or <tt>libskarnet.so</tt> library. <p> skalibs provides convenience structures and functions to perform buffered I/O. -These structures and functions abstract and replace, from a programer’s point -of vue, direct calls to fd_read or fd_write for instance. +These structures and functions abstract direct calls to <tt>read</tt> or <tt>write</tt>; +they're meant to be used in place of <tt>stdio.h</tt> primitives. Unlike <tt>stdio</tt>, +they can be used with non-blocking file descriptors. </p> <p> @@ -84,7 +85,7 @@ fails. <p> The above are the most important and fundamental functions for buffering. Other functions can be found in the same header and their prototypes are -self-explaining. +self-explaining. More may be documented here later. </p> </body> |
