summaryrefslogtreecommitdiffstats
path: root/man.3
diff options
context:
space:
mode:
Diffstat (limited to 'man.3')
-rw-r--r--man.38
1 files changed, 6 insertions, 2 deletions
diff --git a/man.3 b/man.3
index 4a1ac6a4..b1551914 100644
--- a/man.3
+++ b/man.3
@@ -33,7 +33,12 @@
.In man.h
.Vt extern const char * const * man_macronames;
.Ft "struct man *"
-.Fn man_alloc "void *data" "int pflags" "mandocmsg msgs"
+.Fo man_alloc
+.Fa "const struct regset *regs"
+.Fa "void *data"
+.Fa "int pflags"
+.Fa "mandocmsg msgs"
+.Fc
.Ft int
.Fn man_endparse "struct man *man"
.Ft void
@@ -45,7 +50,6 @@
.Ft int
.Fo man_parseln
.Fa "struct man *man"
-.Fa "const struct regset *regs"
.Fa "int line"
.Fa "char *buf"
.Fc