diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 09:19:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 09:19:22 +0000 |
commit | f11858f8c52feb3cb4c96ea4882cf7d40e90b6af (patch) | |
tree | c9ba5a250540781cb788da953ad1bfa93b7b3d83 /mdoc.7 | |
parent | 815d47fb2296ee1da844b1f33f2170aca4c312de (diff) | |
download | mandoc-f11858f8c52feb3cb4c96ea4882cf7d40e90b6af.tar.gz |
Removed \s documentation, as we (1) never supported it, and (2) never
will.
Also whack the dot-separator from the embedded man.7 manual.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 23 |
1 files changed, 1 insertions, 22 deletions
@@ -135,28 +135,7 @@ If is specified outside of any font scope, such as in unenclosed, free-form text, it will affect the remainder of the document. .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' -.Pp -Note these forms are +Note this form is .Em not recommended for .Nm , |