summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-07 10:18:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-07 10:18:36 +0000
commit7dcf19156607282e95df73b0037598ea9672f5f8 (patch)
treed127ce4a8b3ac55bb3c45c39c03d5cdba16e80cd
parenta2ee80e8d0ed1c0a4e86c4989d0086a92400a8b9 (diff)
downloadmandoc-7dcf19156607282e95df73b0037598ea9672f5f8.tar.gz
`In' comes before `Vt' in function example of SYNOPSIS.
-rw-r--r--mdoc.72
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.7 b/mdoc.7
index 92fcddb9..b6ea4e0b 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -418,8 +418,8 @@ generally structured as follows:
.Pp
For the second, function calls (sections 2, 3, 9):
.Bd -literal -offset indent
-\&.Vt extern const char *global;
\&.In header.h
+\&.Vt extern const char *global;
\&.Ft "char *"
\&.Fn foo "const char *src"
\&.Ft "char *"