diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-09 05:11:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-09 05:11:46 +0000 |
commit | a660eb073010bda46b3d8d5731991ca036d0f1af (patch) | |
tree | 0ebdf39d95661c78e179253fe7bccfcf2d39693b /man.7 | |
parent | a1201fe80c4bf325fb1ce81548694934732b6c37 (diff) | |
download | mandoc-a660eb073010bda46b3d8d5731991ca036d0f1af.tar.gz |
Documented \s and cleaned up \f documentation in mdoc.7, man.7.
-Thtml now using a2roffdeco().
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 29 |
1 files changed, 27 insertions, 2 deletions
@@ -110,8 +110,33 @@ and Terms may be text-decorated using the .Sq \ef escape followed by an indicator: B (bold), I, (italic), R (Roman), or P -(revert to previous mode). A numerical representation 3, 2, or 1 -(bold, italic, and Roman, respectively) may be used instead. +(revert to previous mode): +.Pp +.D1 \efBbold\efR \efIitalic\efP +.Pp +A numerical representation 3, 2, or 1 (bold, italic, and Roman, +respectively) may be used instead. +.Pp +Text may also be sized with the +.Sq \es +escape, whose syntax is one of +.Sq \es+-n +for one-digit numerals; +.Sq \es(+-nn +or +.Sq \es+-(nn +for two-digit numerals; and +.Sq \es[+-N] , +.Sq \es+-[N] , +.Sq \es'+-N' , +or +.Sq \es+-'N' +for arbitrary-digit numerals: +.Pp +.D1 \es+1bigger\es-1 +.D1 \es[+10]much bigger\es[-10] +.D1 \es+(10much bigger\es-(10 +.D1 \es+'100'much much bigger\es-'100' . . .Ss Whitespace |