summaryrefslogtreecommitdiff
path: root/doc/libstddjb/genwrite.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-18 23:30:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-18 23:30:55 +0000
commit76e4960aa9b9badbd9caa376e303f9360ebb7ccd (patch)
tree374eb4611aaaa3af6110a447aa1773b01ee021cf /doc/libstddjb/genwrite.html
parenta46c6ca31cfd61d25fb3579807e3405764bcec72 (diff)
downloadskalibs-76e4960aa9b9badbd9caa376e303f9360ebb7ccd.tar.xz
Documentation fixes
Diffstat (limited to 'doc/libstddjb/genwrite.html')
-rw-r--r--doc/libstddjb/genwrite.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/genwrite.html b/doc/libstddjb/genwrite.html
index 33ff4d3..3bf6fd8 100644
--- a/doc/libstddjb/genwrite.html
+++ b/doc/libstddjb/genwrite.html
@@ -46,7 +46,7 @@ stuff to the target without flushing it
(which can be <tt>genwrite_put_stralloc</tt>, <tt>genwrite_put_buffer</tt>,
<tt>genwrite_put_bufalloc</tt> or any
compatible user-defined function) in <tt>.put</tt>, a pointer to a function
-that flushes the target (which can be <tt>genwrite_flush_stralloc</tt>,
+that flushes the target (which can be <tt>genwrite_flush_stralloc</tt>,
<tt>genwrite_flush_buffer</tt>, <tt>genwrite_flush_bufalloc</tt> or any
compatible user-defined function) in <tt>.flush</tt>, and a pointer to
the target writing structure in <tt>.target</tt>.