aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sbuf.9
Commit message (Expand)AuthorAgeFilesLines
* Document sbuf_start_section() and sbuf_end_section() functions.Mikolaj Golub2013-04-111-2/+36
* Fix synopsis for sbuf_len.Mikolaj Golub2013-04-071-1/+1
* Follow style(9) more closely in the example.Jaakko Heinonen2011-12-211-3/+3
* sbuf_data() hasn't returned NULL for overflowed buffers since r71721.Jaakko Heinonen2011-12-091-6/+2
* - Fix markup.Jaakko Heinonen2011-12-091-3/+4
* Re-encode files from ISO-8859-1 to UTF-8Ulrich Spörlein2011-05-221-1/+1
* When adding examples to man-pages, try to make them at leastPoul-Henning Kamp2011-05-191-5/+5
* Try to explain what sbufs do and add an example to show it.Poul-Henning Kamp2011-05-171-9/+36
* Remove duplicate sentence.Andrey V. Elsukov2011-03-301-4/+0
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-3/+3
* Document sbuf_new_for_sysctl(9).Matthew D Fleming2011-01-251-1/+14
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-7/+12
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-091-7/+99
* Fix small errors in the sbuf(9) man page.Matthew D Fleming2010-09-091-4/+9
* Document sbuf_new_auto().Christian Brueffer2009-05-171-2/+18
* Markup fixes.Ruslan Ermilov2006-09-181-6/+16
* Make sbuf_copyin() return the number of bytes copied on success.Poul-Henning Kamp2005-12-231-0/+4
* Bump document date.Dag-Erling Smørgrav2004-07-091-1/+1
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.Dag-Erling Smørgrav2004-07-091-6/+6
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-2/+2
* Move the description of sbuf_delete() closer to the description ofDag-Erling Smørgrav2004-01-091-11/+13
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isPoul-Henning Kamp2002-10-041-0/+5
* mdoc(7) police: tidy up the previous delta a bit.Ruslan Ermilov2002-01-101-2/+2
* Document sbuf_trim() and sbuf_vprintf(); add MLINKs.Kelly Yancey2002-01-061-5/+39
* - Cross reference the section 9 printf man page since it containsAndrew R. Reiter2001-12-091-1/+2
* Fixed (C) syntax error in synopsis.Bruce Evans2001-10-041-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* 4.4 will have sbufs.Dag-Erling Smørgrav2001-07-191-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Constify the format string.Dag-Erling Smørgrav2001-07-051-1/+1
* mdoc(7) police: mark type with .Vt, sort xrefs.Ruslan Ermilov2001-07-041-4/+4
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichDag-Erling Smørgrav2001-06-111-2/+55
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-2/+12
* mdoc(7) police: update HISTORY section.Ruslan Ermilov2001-04-231-1/+1
* mdoc(7) police: uppercase document title.Ruslan Ermilov2001-04-181-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-3/+3
* Fixed missing and/or wrong and/or extra includes in synopsis.Bruce Evans2001-02-151-0/+1
* Document the changes in subr_sbuf.c rev. 1.2.Dag-Erling Smørgrav2001-01-281-15/+42
* Grammar fix.Sheldon Hearn2000-12-141-1/+1
* Add sbuf(9) man page with links to API function names.Dag-Erling Smørgrav2000-12-131-0/+233