chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f412c75
)
struct/buf.3: Fix synopsis for `BSTEP'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 9 Aug 2017 19:48:54 +0000
(20:48 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 9 Aug 2017 19:48:54 +0000
(20:48 +0100)
struct/buf.3
patch
|
blob
|
blame
|
history
diff --git
a/struct/buf.3
b/struct/buf.3
index 76c7dcb666cf58e509723d9ec6b69e5fc7be18a1..8964a0970d1173b36aef51e2d0113b664e9abfb8 100644
(file)
--- a/
struct/buf.3
+++ b/
struct/buf.3
@@
-167,7
+167,7
@@
buf \- reading and writing stuff in buffers
.BI "int buf_ensure(buf *" b ", size_t " sz );
.BI "int BENSURE(buf *" b ", size_t " sz );
-.BI "octet *BSTEP(buf *" b );
+.BI "octet *BSTEP(buf *" b
", size_t " sz
);
.BI "void *buf_get(buf *" b ", size_t " sz );
.BI "void *buf_put(buf *" b ", const void *" p ", size_t " sz );