aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
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
commit0708c258ad71c1b3efb9471eadd693c039435529 (patch)
treef775c03433535f452d988d5d7edae67edb28711d /mdoc.7
parent7c268b7c3909a13146d281e70c7997b26138187c (diff)
downloadmandoc-0708c258ad71c1b3efb9471eadd693c039435529.tar.gz
mandoc-0708c258ad71c1b3efb9471eadd693c039435529.tar.zst
mandoc-0708c258ad71c1b3efb9471eadd693c039435529.zip
`In' comes before `Vt' in function example of SYNOPSIS.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.74
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index 425d30b4..8b1d30ea 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.145 2010/08/07 09:56:12 kristaps Exp $
+.\" $Id: mdoc.7,v 1.146 2010/08/07 10:18:36 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 *"