]> git.cameronkatri.com Git - mandoc.git/commitdiff
`In' comes before `Vt' in function example of SYNOPSIS.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 7 Aug 2010 10:18:36 +0000 (10:18 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 7 Aug 2010 10:18:36 +0000 (10:18 +0000)
mdoc.7

diff --git a/mdoc.7 b/mdoc.7
index 425d30b419da4d6688444ca22bbececdaa8c25b6..8b1d30ea66f34532229946950ca01bdb33aef0e8 100644 (file)
--- 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 *"