Add documentation of the strbuf_set operations to technical/api-strbuf.txt.
Signed-off-by: Jeremiah Mahler <jmmah...@gmail.com> --- Documentation/technical/api-strbuf.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt index 077a709..ab430d9 100644 --- a/Documentation/technical/api-strbuf.txt +++ b/Documentation/technical/api-strbuf.txt @@ -149,6 +149,24 @@ Functions than zero if the first buffer is found, respectively, to be less than, to match, or be greater than the second buffer. +* Setting the buffer + +`strbuf_set`:: + + Set the buffer to some data up to a given length. + +`strbuf_setstr`:: + + Set the buffer to a NUL-terminated string. + +`strbuf_setf`:: + + Set the buffer to a formatted string. + +`strbuf_setbuf`:: + + Set the current buffer to the contents of some other buffer. + * Adding data to the buffer NOTE: All of the functions in this section will grow the buffer as necessary. -- 2.0.0.573.ged771ce.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html