source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Reflect reality, mandoc_escape does not skip the "\" itself, but
@ 2012-01-13 15:27 joerg
  0 siblings, 0 replies; only message in thread
From: joerg @ 2012-01-13 15:27 UTC (permalink / raw)
  To: source

Log Message:
-----------
Reflect reality, mandoc_escape does not skip the "\" itself, but expects
the caller to have done that.

Modified Files:
--------------
    mdocml:
        mandoc.3

Revision Data
-------------
Index: mandoc.3
===================================================================
RCS file: /home/joerg/cvsroot/mdocml/mandoc.3,v
retrieving revision 1.16
retrieving revision 1.17
diff -Lmandoc.3 -Lmandoc.3 -u -p -r1.16 -r1.17
--- mandoc.3
+++ mandoc.3
@@ -234,7 +234,9 @@ messages emitted by the parser.
 .It Fn mandoc_escape
 Scan an escape sequence, i.e., a character string beginning with
 .Sq \e .
-Pass a pointer to this string as
+Pass a pointer to the character after the
+.Sq \e
+as
 .Va end ;
 it will be set to the supremum of the parsed escape sequence unless
 returning
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-13 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13 15:27 mdocml: Reflect reality, mandoc_escape does not skip the "\" itself, but joerg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).