summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.7')
-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 *"