summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sbuf.9
Commit message (Expand)AuthorAgeFilesLines
* MFC, r284192:ken2015-06-161-1/+19
* Document sbuf_start_section() and sbuf_end_section() functions.trociny2013-04-111-2/+36
* Fix synopsis for sbuf_len.trociny2013-04-071-1/+1
* Follow style(9) more closely in the example.jh2011-12-211-3/+3
* sbuf_data() hasn't returned NULL for overflowed buffers since r71721.jh2011-12-091-6/+2
* - Fix markup.jh2011-12-091-3/+4
* Re-encode files from ISO-8859-1 to UTF-8uqs2011-05-221-1/+1
* When adding examples to man-pages, try to make them at leastphk2011-05-191-5/+5
* Try to explain what sbufs do and add an example to show it.phk2011-05-171-9/+36
* Remove duplicate sentence.ae2011-03-301-4/+0
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-3/+3
* Document sbuf_new_for_sysctl(9).mdf2011-01-251-1/+14
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-7/+12
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-091-7/+99
* Fix small errors in the sbuf(9) man page.mdf2010-09-091-4/+9
* Document sbuf_new_auto().brueffer2009-05-171-2/+18
* Markup fixes.ru2006-09-181-6/+16
* Make sbuf_copyin() return the number of bytes copied on success.phk2005-12-231-0/+4
* Bump document date.des2004-07-091-1/+1
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.des2004-07-091-6/+6
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-2/+2
* Move the description of sbuf_delete() closer to the description ofdes2004-01-091-11/+13
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+5
* mdoc(7) police: tidy up the previous delta a bit.ru2002-01-101-2/+2
* Document sbuf_trim() and sbuf_vprintf(); add MLINKs.kbyanc2002-01-061-5/+39
* - Cross reference the section 9 printf man page since it containsarr2001-12-091-1/+2
* Fixed (C) syntax error in synopsis.bde2001-10-041-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
* 4.4 will have sbufs.des2001-07-191-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Constify the format string.des2001-07-051-1/+1
* mdoc(7) police: mark type with .Vt, sort xrefs.ru2001-07-041-4/+4
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-2/+55
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-2/+12
* mdoc(7) police: update HISTORY section.ru2001-04-231-1/+1
* mdoc(7) police: uppercase document title.ru2001-04-181-1/+1
* Rewrite of the CAM error recovery code.ken2001-03-271-3/+3
* Fixed missing and/or wrong and/or extra includes in synopsis.bde2001-02-151-0/+1
* Document the changes in subr_sbuf.c rev. 1.2.des2001-01-281-15/+42
* Grammar fix.sheldonh2000-12-141-1/+1
* Add sbuf(9) man page with links to API function names.des2000-12-131-0/+233
OpenPOWER on IntegriCloud