source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Fix mandoc_escape() function argument names.
@ 2011-10-18 13:25 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-10-18 13:25 UTC (permalink / raw)
  To: source

Log Message:
-----------
Fix mandoc_escape() function argument names.  From a fix by Abhinav 
Upadhyay, thanks!

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

Revision Data
-------------
Index: mandoc.3
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.3,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lmandoc.3 -Lmandoc.3 -u -p -r1.14 -r1.15
--- mandoc.3
+++ mandoc.3
@@ -50,9 +50,9 @@
 .In mandoc.h
 .Ft "enum mandoc_esc"
 .Fo mandoc_escape
-.Fa "const char **in"
-.Fa "const char **seq"
-.Fa "int *len"
+.Fa "const char **end"
+.Fa "const char **start"
+.Fa "int *sz"
 .Fc
 .Ft "const struct man_meta *"
 .Fo man_meta
--
 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:[~2011-10-18 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-18 13:25 mdocml: Fix mandoc_escape() function argument names kristaps

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).