]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdocml.1
Added `Sm' functionality.
[mandoc.git] / mdocml.1
index b4a43518eecf00a2de8cd7ac2448dc62007fe108..2126243892bfbc5a9243f357e29f567e700ae153 100644 (file)
--- a/mdocml.1
+++ b/mdocml.1
@@ -1,5 +1,5 @@
 .\"
-.Dd $Mdocdate: December 1 2008 $
+.Dd $Mdocdate: December 2 2008 $
 .Dt mdocml 1
 .Os
 .\"
 .Sh DESCRIPTION
 The
 .Nm
-utility parses
-.Xr mdoc
-formatted manual source and passes results into an output filter.  The
-only current output filter is
+utility parses mdoc formatted manual source and passes results into an
+output filter.  The only current output filter is
 .Ar xml ,
 the default.  The arguments are as follows:
 .Bl -tag -width "\-o outfile"
@@ -86,10 +84,8 @@ structured ones:
 The engine doesn't understand the
 .Sq \&Xo ,
 .Sq \&Xc ,
-.Sq \&Ns ,
 .Sq \&No ,
 .Sq \&Db ,
-.Sq \&Sm ,
 .Sq \&Xc ,
 and
 .Sq \&Xo
@@ -104,4 +100,9 @@ If terminating punctuation is found, then
 remaining tokens are flushed after line scope is closed, not just the
 last one.
 .El
+.Pp
+The roff engine in 
+.Nm
+produces text in-line; thus, output may already be partially written by
+the time an error is encountered.
 .\" .Sh BUGS