]> git.cameronkatri.com Git - mandoc.git/blob - mdoc.template
Correctly make quotes around `Lk' link-name argument. Noted by Aldis
[mandoc.git] / mdoc.template
1 .\" $\&Id$
2 .\"
3 .\" Copyright notice goes here.
4 .\"
5 .\" The uncommented requests are required for all manual pages.
6 .\" The commented requests should be uncommented and used where appropriate.
7 .\"
8 .\" See mdoc(7) for further reference.
9 .\"
10 .Dd $\&Mdocdate$
11 .Dt title section
12 .Os
13 .Sh NAME
14 .Nm name
15 .Nd short description
16 .\" The next is for sections 2, 3, & 9 only.
17 .\" .Sh LIBRARY
18 .Sh SYNOPSIS
19 .Sh DESCRIPTION
20 .\" .Sh IMPLEMENTATION NOTES
21 .\" The next is for sections 2, 3, & 9 only.
22 .\" .Sh RETURN VALUES
23 .\" The next is for sections 1, 6, 7 & 8 only.
24 .\" .Sh ENVIRONMENT
25 .\" .Sh FILES
26 .\" The next is for sections 1 & 8 only.
27 .\" .Sh EXIT STATUS
28 .\" .Sh EXAMPLES
29 .\" The next is for sections 1, 4, 6, 7, & 8 only
30 .\" .Sh DIAGNOSTICS
31 .\" The next is for sections 2, 3, & 9 only.
32 .\" .Sh ERRORS
33 .\" .Sh SEE ALSO
34 .\" .Xr foobar 1
35 .\" .Sh STANDARDS
36 .\" .Sh HISTORY
37 .\" .Sh AUTHORS
38 .\" .Sh CAVEATS
39 .\" .Sh BUGS
40 .\" .Sh SECURITY CONSIDERATIONS