]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.3
Memory-corruption fix.
[mandoc.git] / mdoc.3
diff --git a/mdoc.3 b/mdoc.3
index e7ee3ffed7c241d7af5a42574ba1d84b84c29f1b..226895b9e9e09be03aaad48b46b36b1972af8e9f 100644 (file)
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.12 2009/02/27 08:20:15 kristaps Exp $
+.\" $Id: mdoc.3,v 1.13 2009/02/27 09:14:02 kristaps Exp $
 .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
 .\"
@@ -200,6 +200,7 @@ an asterisk and non-open-parenthesis
 .Sq \&*
 for single-character sequences; or one of a small set of standalone
 single characters for other escapes.
+.\" PARAGRAPH
 .Pp
 Examples:
 .Pp
@@ -230,6 +231,10 @@ prints
 .Dq \*q
 .Pq double-quote
 .El
+.\" PARAGRAPH
+.Pp
+All escaped sequences are syntax-checked, but it's up to the front-end
+system to correctly render them to the output device.
 .\" SUBSECTION
 .Ss Abstract Syntax Tree
 The