aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-10-18 13:25:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-10-18 13:25:38 +0000
commit88036e63c210e906c7fcf9f4806f2fa77e7af146 (patch)
treee4414d643b03dbae757753a584e3e3fa8981828b /mandoc.3
parent7388815e7085568185419342a78604c42125da78 (diff)
downloadmandoc-88036e63c210e906c7fcf9f4806f2fa77e7af146.tar.gz
mandoc-88036e63c210e906c7fcf9f4806f2fa77e7af146.tar.zst
mandoc-88036e63c210e906c7fcf9f4806f2fa77e7af146.zip
Fix mandoc_escape() function argument names. From a fix by Abhinav
Upadhyay, thanks!
Diffstat (limited to 'mandoc.3')
-rw-r--r--mandoc.310
1 files changed, 5 insertions, 5 deletions
diff --git a/mandoc.3 b/mandoc.3
index 3d52f3e3..85d4c40a 100644
--- 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