aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-25 22:16:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-25 22:16:59 +0000
commit98b43ddcf47612f8dca004b27ea1f2b518aa2ada (patch)
tree0020c81f894750e2beef7a0bba0a8de49fc9cc09 /mdoc.3
parent22f68cefe6f9619c311c88e17c09095146387a05 (diff)
downloadmandoc-98b43ddcf47612f8dca004b27ea1f2b518aa2ada.tar.gz
mandoc-98b43ddcf47612f8dca004b27ea1f2b518aa2ada.tar.zst
mandoc-98b43ddcf47612f8dca004b27ea1f2b518aa2ada.zip
Added roff.3, which documents the roff parser interface.
Small fix in mdoc.3 and man.3 pointing to old mdoc_cb and man_cb. Fix in Makefile adding mandoc.h to HEADS. Collapsed all HTML files into HTMLS variable (too confusing otherwise). Removed "htmls" command from Makefile (only I used it and it's just taking up space).
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.37
1 files changed, 3 insertions, 4 deletions
diff --git a/mdoc.3 b/mdoc.3
index 32df3378..89e90ecc 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.39 2010/05/25 21:46:48 kristaps Exp $
+.\" $Id: mdoc.3,v 1.40 2010/05/25 22:16:59 kristaps Exp $
.\"
.\" Copyright (c) 2009-2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -112,9 +112,8 @@ Function descriptions follow:
Allocates a parsing structure.
The
.Fa data
-pointer is passed to callbacks in
-.Fa cb ,
-which are documented further in the header file.
+pointer is passed to
+.Fa msgs .
The
.Fa pflags
arguments are defined in