aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-09 05:11:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-09 05:11:46 +0000
commit060f8931727b8f4df33482e8d157392a16cf6c65 (patch)
treef7ab95b8f8aeb6531f922efa2331a5399b17653f /man.7
parentd9e67de8a307ad4987bf67f964a22e475e56644e (diff)
downloadmandoc-060f8931727b8f4df33482e8d157392a16cf6c65.tar.gz
mandoc-060f8931727b8f4df33482e8d157392a16cf6c65.tar.zst
mandoc-060f8931727b8f4df33482e8d157392a16cf6c65.zip
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.733
1 files changed, 29 insertions, 4 deletions
diff --git a/man.7 b/man.7
index a7387f9c..92d0fc59 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.47 2009/11/05 08:40:16 kristaps Exp $
+.\" $Id: man.7,v 1.48 2009/11/09 05:11:46 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 5 2009 $
+.Dd $Mdocdate: November 9 2009 $
.Dt MAN 7
.Os
.
@@ -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