autodoc.git
/
traditional_manual
/
chapter_21.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_21.html:3766:
<tr><td><code><code class='key'>'!'</code></code></td><td><p>Toggle truncation.</p> </td></tr> <tr><td><code><code class='key'>' '</code></code></td><td><p>Pad positive integers with a space.</p> </td></tr> <tr><td><code><code class='key'>'+'</code></code></td><td><p>Pad positive integers with a plus sign.</p> </td></tr> <tr><td><code><code class='key'>'-'</code></code></td><td><p>Left adjust within field size (default is right).</p> </td></tr> <tr><td><code><code class='key'>'|'</code></code></td><td><p>Centered within field size.</p> </td></tr>
-
<tr><td><code><code class='key'>'='</code></code></td><td><p>Column mode if strings are greater than field
size
. Breaks
+
<tr><td><code><code class='key'>'='</code></code></td><td><p>Column mode if strings are greater than field
width
. Breaks
between words (possibly skipping or adding spaces). Can not be used together with <code class='expr'>'/'</code>.</p> </td></tr>
-
<tr><td><code><code class='key'>'/'</code></code></td><td><p>Column mode with rough line break (break at exactly field
size
+
<tr><td><code><code class='key'>'/'</code></code></td><td><p>Column mode with rough line break (break at exactly field
width
instead of between words). Can not be used together with <code class='expr'>'='</code>.</p> </td></tr> <tr><td><code><code class='key'>'#'</code></code></td><td><p>Table mode, print a list of <code class='expr'>'\n'</code> separated words (top-to-bottom order).</p> </td></tr> <tr><td><code><code class='key'>'$'</code></code></td><td><p>Inverse table mode (left-to-right order).</p> </td></tr> <tr><td><code><code class='key'>'n'</code></code></td><td rowspan='2'><p>(Where n is a number or *) field width specifier.</p> </td></tr> <tr><td><code><code class='key'>':n'</code></code></td></tr>