1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
Fix manpages (names and typos)
--- a/lib/Games/Go/Sgf2Dg/Dg2TeX.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2TeX.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2TeX - convert Games::Go::Sgf2Dg::Diagrams to TeX
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2TeX
@@ -375,7 +379,7 @@
| => $|$
(see the TeX Book page 38). When B<texComments> is specified, the mappings
-are supressed so you can embed normal TeX source (like {\bf change fonts})
+are suppressed so you can embed normal TeX source (like {\bf change fonts})
directly inside the comments.
=item B<floatControl> =E<gt> controls which side diagrams will float on
--- a/lib/Games/Go/Sgf2Dg/Dg2Tk.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2Tk.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2Tk - convert Games::Go::Sgf2Dg::Diagrams to perl/Tk windows
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2Tk
@@ -252,7 +256,7 @@
For most Dg2 converters, B<print> inserts diagram source code (TeX,
ASCII, whatever) directly into the diagram source stream. Since Tk
-diplays the diagrams immediately, there is no concept of a source
+displays the diagrams immediately, there is no concept of a source
stream, so B<print> just generates a warning.
=cut
@@ -314,7 +318,7 @@
=item $dg2tk-E<gt>B<comment> ($comment ? , ... ?)
For most Dg2 converters, B<comment> inserts comments into the
-diagram source code (TeX, ASCII, whatever). Since Tk diplays the
+diagram source code (TeX, ASCII, whatever). Since Tk displays the
diagrams immediately, there is no concept of a source stream, so
B<comment> does nothing.
--- a/lib/Games/Go/Sgf2Dg/Dg2ASCII.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2ASCII.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2ASCII - convert Games::Go::Sgf2Dg::Diagrams to ASCII diagrams
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2ASCII
--- a/lib/Games/Go/Sgf2Dg/Dg2PDF.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2PDF.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2PDF - convert Games::Go::Sgf2Dg::Diagrams to PDF
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2PDF
--- a/lib/Games/Go/Sgf2Dg/Dg2Ps.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2Ps.pm
@@ -12,6 +12,10 @@
# 1000 San Mateo Dr.
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2Ps - convert Games::Go::Sgf2Dg::Diagrams to PostScript
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2Ps
@@ -194,31 +198,31 @@
=item . 'Folio'
-=item . ’Half-Letter’
+=item . 'Half-Letter'
=item . 'Letter'
-=item . ’US-Letter’
+=item . 'US-Letter'
-=item . 'Legal
+=item . 'Legal'
-=item . ’US-Legal’
+=item . 'US-Legal'
=item . 'Tabloid'
-=item . ’SuperB’
+=item . 'SuperB'
=item . 'Ledger'
-=item . ’Comm #10 Envelope’
+=item . 'Comm #10 Envelope'
-=item . ’Envelope-Monarch’
+=item . 'Envelope-Monarch'
-=item . ’Envelope-DL’
+=item . 'Envelope-DL'
-=item . ’Envelope-C5’
+=item . 'Envelope-C5'
-=item . ’EuroPostcard’
+=item . 'EuroPostcard'
=back
--- a/lib/Games/Go/Sgf2Dg/Dg2TkPs.pm
+++ b/lib/Games/Go/Sgf2Dg/Dg2TkPs.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Dg2TkPs - convert Games::Go::Sgf2Dg::Diagrams to Postscript from a Tk window
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Dg2TkPs
--- a/lib/Games/Go/Sgf2Dg/Diagram.pm
+++ b/lib/Games/Go/Sgf2Dg/Diagram.pm
@@ -12,6 +12,10 @@
# Menlo Park, CA 94025 USA
#
+=head1 NAME
+
+Games::Go::Sgf2Dg::Diagram - Encapsulate a go diagram
+
=head1 SYNOPSIS
use Games::Go::Sgf2Dg::Diagram
@@ -1600,7 +1604,7 @@
=head1 SEE ALSO
-=over 0
+=over 4
=item L<sgf2dg>(1)
|