--- sprintf.c.old 2008-02-04 21:55:47.000000000 +0100 +++ sprintf.c 2008-02-04 22:13:55.000000000 +0100 @@ -78,10 +78,11 @@ *! @value '|' *! Centered within field size. *! @value '=' - *! Column mode if strings are greater than field size. + *! Column mode if strings are greater than field size. Breaks + *! between words (possibly skipping or adding spaces). *! @value '/' - *! Rough line break (break at exactly field size instead of between - *! words). + *! Column mode with rough line break (break at exact field size + *! instead of between words). *! @value '#' *! Table mode, print a list of '\n' separated word (top-to-bottom *! order).