Fix manpages (names and typos)
--- a/Dg2Ps.pm
+++ b/Dg2Ps.pm
@@ -120,6 +120,8 @@
 
 A B<new> Games::Go::Dg2Ps takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -197,31 +199,31 @@
 
 =item 'Folio'
 
-=item ’Half-Letter’
+=item 'Half-Letter'
 
 =item 'Letter'
 
-=item ’US-Letter’
+=item 'US-Letter'
 
 =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
 
@@ -321,8 +323,6 @@
 
 Default: 0
 
-=back
-
 =cut
 
 sub new {
@@ -1436,7 +1436,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -45,8 +45,8 @@
     #VERSION_FROM        => 'sgf2dg',           # where to get the package version number from
     VERSION             => 4.026,
     EXE_FILES           => ['sgf2dg',  $dos ? 'sgfsplit.exe' : 'sgfsplit'],
-    MAN1PODS            => {sgf2dg      => "\$(INST_MAN1DIR)/sgf2dg.1",
-                            'sgfsplit.c' => "\$(INST_MAN1DIR)/sgfsplit.1",},
+    MAN1PODS            => {sgf2dg      => "\$(INST_MAN1DIR)/sgf2dg.1p",
+                            'sgfsplit.c' => "\$(INST_MAN1DIR)/sgfsplit.1p",},
     ABSTRACT            => "sgf2dg (replaces sgf2tex) converts Smart Go Format (SGF) files to Go diagrams - includes the GOOE TeX fonts",
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (AUTHOR     => 'Dan Bump <bump@match.stanford.edu>, Reid Augustin <reid@hellosix.com>') : ()),
--- a/Dg2ASCII.pm
+++ b/Dg2ASCII.pm
@@ -112,6 +112,8 @@
 
 A B<new> Games::Go::Dg2ASCII takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -200,8 +202,6 @@
 reference to the B<Dg2ASCII> object and a list of lines that are
 part of the ASCII diagram lines.
 
-=back
-
 =cut
 
 sub new {
@@ -726,7 +726,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Dg2Mp.pm
+++ b/Dg2Mp.pm
@@ -187,6 +187,8 @@
 
 A B<new> Games::Go::Dg2Mp takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -294,8 +296,6 @@
 
 Default: 8
 
-=back
-
 =cut
 
 sub new {
@@ -988,7 +988,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Dg2PDF.pm
+++ b/Dg2PDF.pm
@@ -233,6 +233,8 @@
 
 A B<new> Games::Go::Dg2PDF takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -403,8 +405,6 @@
 
 Default: undef - determined from B<stone_fontSize>
 
-=back
-
 =cut
 
 sub new {
@@ -1463,7 +1463,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Dg2TeX.pm
+++ b/Dg2TeX.pm
@@ -142,6 +142,8 @@
 
 A B<new> Games::Go::D2TeX takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -308,6 +310,8 @@
     return($my);
 }
 
+=over 4
+
 =item $dg2tex-E<gt>B<configure> (option =E<gt> value, ?...?)
 
 Change Dg2TeX options from values passed at B<new> time.
@@ -950,7 +954,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Dg2Tk.pm
+++ b/Dg2Tk.pm
@@ -116,6 +116,8 @@
 
 A B<new> Games::Go::Dg2Tk takes the following options:
 
+=back
+
 =head2 General Dg2 Converter Options:
 
 =over 4
@@ -167,8 +169,6 @@
           $y = chr($y - 1 + ord('a'));
           return("$x$y"); },           # concatenate two letters
 
-=back
-
 =cut
 
 sub new {
@@ -954,7 +954,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Dg2TkPs.pm
+++ b/Dg2TkPs.pm
@@ -209,7 +209,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/Diagram.pm
+++ b/Diagram.pm
@@ -1211,7 +1211,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item L<sgf2dg>(1)
 
--- a/sgf2dg
+++ b/sgf2dg
@@ -1310,7 +1310,7 @@
 
 =head1 SEE ALSO
 
-=over 0
+=over 4
 
 =item o sgfsplit(1)   - splits a .sgf file into its component variations
 
