]> git.ozlabs.org Git - ccan/commitdiff
block_pool: Change metadata layout so initial description is all on one line.
authorBrad Hards <bradh@frogmouth.net>
Mon, 17 Jan 2011 03:02:36 +0000 (13:32 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 03:02:36 +0000 (13:32 +1030)
With the original layout, we got:
Summary:
An efficient allocator for blocks that don't need to be
....
Description:
resized or freed.

ccan/block_pool/_info

index 245ed1a900166b8a621048bde969824cd6256761..2daa0fae7c34668461db5e7ace06c877289436cd 100644 (file)
@@ -3,8 +3,7 @@
 #include "config.h"
 
 /**
- * block_pool - An efficient allocator for blocks that don't need to be
- * resized or freed.
+ * block_pool - An efficient allocator for blocks that don't need to be resized or freed.
  *
  * block_pool allocates blocks by packing them into buffers, making the
  * overhead per block virtually zero.  Because of this, you cannot resize or