=================================================================== RCS file: /cvs/mandoc/Attic/mdocterm.1,v retrieving revision 1.15 retrieving revision 1.19 diff -u -p -r1.15 -r1.19 --- mandoc/Attic/mdocterm.1 2009/03/08 18:02:36 1.15 +++ mandoc/Attic/mdocterm.1 2009/03/13 07:46:10 1.19 @@ -1,4 +1,4 @@ -.\" $Id: mdocterm.1,v 1.15 2009/03/08 18:02:36 kristaps Exp $ +.\" $Id: mdocterm.1,v 1.19 2009/03/13 07:46:10 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -16,7 +16,7 @@ .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 8 2009 $ +.Dd $Mdocdate: March 13 2009 $ .Dt mdocterm 1 .Os .\" SECTION @@ -106,6 +106,8 @@ When rewinding the scope of a block macro, forces the scope violations. This can seriously mangle the resulting tree. .It Fl f Ns Ar ign-escape Ignore invalid escape sequences. +.It Fl f Ns Ar ign-macro +Ignore unknown macros at the start of input lines. .El .\" PARAGRAPH .Pp @@ -117,6 +119,21 @@ options may be grouped and delimited with a comma. Us .Fl f Ns Ar ign-scope,ign-escape , for example, will try to ignore scope and character-escape errors. .\" SUB-SECTION +.Ss Input Encoding +The +.Nm +utility expects its input to be 7-bit ASCII as defined in +.Xr ascii 7 . +The only non-graphing characters accepted are spaces, +.Sq \ , +and tabs, +.Sq \et . +Tabs are only accepted in literal block-displays and as column +delimiters. +.Pp +Only Unix-style newlines (\en) are accepted; if the newline is escaped, +the line is concatenated with the next. +.\" SUB-SECTION .Ss Character Escapes This section documents the character-escapes accepted by .Xr mdocterm 1 . @@ -154,6 +171,10 @@ Enclosures: .Bl -tag -width "OutputXXXX" -offset "XXXX" -compact .It Em Output .Em Input (Name) +.It \(rC +\\(rC (right brace) +.It \(lC +\\(lC (left brace) .It \(ra \\(ra (right angle) .It \(la @@ -162,6 +183,8 @@ Enclosures: \\(rB (right bracket) .It \(lB \\(lB (left bracket) +.It \q +\\q (double-quote) .It \(lq \\(lq (left double-quote) .It \(rq @@ -278,9 +301,9 @@ utility doesn't yet know how to display the following: .Pp .Bl -bullet -compact .It -The \-hang and \-column +The \-hang .Sq \&Bl -lists are not yet supported. +list is not yet supported. .It The \-literal and \-unfilled .Sq \&Bd