perldiag: Two space after dots
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 15:28:13 +0000 (08:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 15:28:13 +0000 (08:28 -0700)
Also rewrap for slightly better splain output

pod/perldiag.pod

index 4260634..160d397 100644 (file)
@@ -2113,11 +2113,11 @@ L<perlport> for more on portability concerns.
 
 (S inplace) The C<-i> option was passed on the command line, indicating
 that the script is intended to edit files inplace, but no files were
-given. This is usually a mistake, since editing STDIN inplace doesn't
-make sense, and can be confusing because it can make perl look like it
-is hanging when it is really just trying to read from STDIN.  You should
-either pass a filename to edit, or remove C<-i> from the command line.
-See L<perlrun> for more details.
+given.  This is usually a mistake, since editing STDIN inplace doesn't
+make sense, and can be confusing because it can make perl look like
+it is hanging when it is really just trying to read from STDIN.  You
+should either pass a filename to edit, or remove C<-i> from the command
+line.  See L<perlrun> for more details.
 
 =item Identifier too long