summaryrefslogtreecommitdiff
path: root/cpan/podlators/t/data/snippets/man/cpp
blob: c21515cc729f14a5e0b5702103bce8a6092fb0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[name]
Special handling of C++

[input]
=head1 NAME

gcc - GNU project C and C++ compiler

=head1 C++ NOTES

Other mentions of C++.

=cut

[output]
.SH NAME
gcc \- GNU project C and C++ compiler
.SH "C++ NOTES"
.IX Header "C++ NOTES"
Other mentions of C++.