freebsd-dev/share/man
Matthew D Fleming 4351ba272c Add drain functionality to sbufs. The drain is a function that is
called when the sbuf internal buffer is filled.  For kernel sbufs with a
drain, the internal buffer will never be expanded.  For userland sbufs
with a drain, the internal buffer may still be expanded by
sbuf_[v]printf(3).

Sbufs now have three basic uses:
1) static string manipulation.  Overflow is marked.
2) dynamic string manipulation.  Overflow triggers string growth.
3) drained string manipulation.  Overflow triggers draining.

In all cases the manipulation is 'safe' in that overflow is detected and
managed.

Reviewed by:	phk (the previous version)
2010-09-09 17:49:18 +00:00
..
man1 Remove Xo/Xc in It, which is not yet supported by mdocml but 2010-06-11 06:04:00 +00:00
man3 mdoc: remove unused/empty macros 2010-08-02 13:11:27 +00:00
man4 Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices. 2010-09-08 13:26:19 +00:00
man5 Note in rc.conf(5) that jail_list should contain only alphanumeric 2010-09-05 20:04:54 +00:00
man6 - We don't install USD docs for games anymore since the games with docs 2005-11-29 17:11:09 +00:00
man7 o Sync the man page with the reality: nfs/ includes 2010-09-01 12:08:54 +00:00
man8 Document NANO_ARCH which is no longer hard coded as of r205980. 2010-05-20 18:39:33 +00:00
man9 Add drain functionality to sbufs. The drain is a function that is 2010-09-09 17:49:18 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00