Pod formatting nits
Rafael Garcia-Suarez [Fri, 23 Apr 2010 12:45:09 +0000 (14:45 +0200)]
pod/perlrepository.pod

index cc87bde..d79dc59 100644 (file)
@@ -64,7 +64,7 @@ directory.
 
 If you cloned using the git protocol, which is faster than ssh, then
 you will need to modify the URL for the origin remote to enable
-pushing. To do that edit F<.git/config> with L<git-config(1)> like
+pushing. To do that edit F<.git/config> with git-config(1) like
 this:
 
   % git config remote.origin.url ssh://perl5.git.perl.org/perl.git
@@ -753,7 +753,7 @@ The same patch as above, using github might look like this:
   % git push origin orange
 
 The orange branch has been pushed to GitHub, so you should now send an
-email (see L</SUBMITTING A PATCH>) with a description of your changes
+email (see L</Submitting a patch>) with a description of your changes
 and the following information:
 
   http://github.com/USERNAME/perl/tree/orange
@@ -902,11 +902,14 @@ is done in the area of the "merge" in question.
 
 =over
 
-=item * The git documentation, accessible via the C<git help> command
+=item *
 
-=item * L<perlpolicy> - Perl core development policy
+The git documentation, accessible via the C<git help> command
+
+=item *
+
+L<perlpolicy> - Perl core development policy
 
 =back
 
 =cut
-