summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-04-23 14:45:09 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-23 14:45:09 +0200
commit705c800cbe8195e3d1d754695fccdb60a9e4d7d2 (patch)
treebb4d9115e795c177ad2ce6226c810108971af77a /pod/perlrepository.pod
parentd080235a2c2e4003db36fa3f8f1bee8864dec607 (diff)
downloadperl-705c800cbe8195e3d1d754695fccdb60a9e4d7d2.tar.gz
Pod formatting nits
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod13
1 files changed, 8 insertions, 5 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index cc87bde84d..d79dc59a4b 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -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
-