Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a trivial mdoc problem |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5f39eb9c8a2e9f0b783e40c3dd2f215f |
User & Date: | dbane 2014-02-13 00:16:00.813 |
Context
2014-02-21
| ||
20:44 | Switch from str* to strl* functions check-in: e699791909 user: darrenbane tags: trunk | |
2014-02-13
| ||
00:16 | Fix a trivial mdoc problem check-in: 5f39eb9c8a user: dbane tags: trunk | |
2014-02-12
| ||
23:39 | Fix installation check-in: 9b29b86fb9 user: dbane tags: trunk | |
Changes
Changes to doc/lbl.1.
︙ | ︙ | |||
121 122 123 124 125 126 127 | .It %1 print in arabic numerals, no non-significant leading zeros; .It %0 print as for ``%1'', but subtracting 1 so that counts start from 0 rather than 1. .It %i print in lower-case roman numerals; | | | | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | .It %1 print in arabic numerals, no non-significant leading zeros; .It %0 print as for ``%1'', but subtracting 1 so that counts start from 0 rather than 1. .It %i print in lower-case roman numerals; .It \&%I print in upper-case roman; .It %a print as a lower-case letter (starting at ``a''); .It \&%A print as an upper-case letter. ``%'' followed by any other character prints as that character. .El .Pp The default format is to print all levels in arabic, separated by periods (i.e. "%1.%1.%1.%1\ ..."). .Ss Command Line Options |
︙ | ︙ |