]> git.cameronkatri.com Git - mandoc.git/commitdiff
Fix mandoc_escape() function argument names. From a fix by Abhinav
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 18 Oct 2011 13:25:38 +0000 (13:25 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 18 Oct 2011 13:25:38 +0000 (13:25 +0000)
Upadhyay, thanks!

mandoc.3

index 3d52f3e3545f50ecf50a78843b0800eb3823418e..85d4c40a21b64569bcf78f76ab0d78896ab14787 100644 (file)
--- a/mandoc.3
+++ b/mandoc.3
@@ -1,4 +1,4 @@
-.\"    $Id: mandoc.3,v 1.14 2011/10/06 22:29:12 kristaps Exp $
+.\"    $Id: mandoc.3,v 1.15 2011/10/18 13:25:38 kristaps Exp $
 .\"
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: October 6 2011 $
+.Dd $Mdocdate: October 18 2011 $
 .Dt MANDOC 3
 .Os
 .Sh NAME
@@ -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