From 0421bbaac46a223a26370e5607f294edc7e77c98 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 26 Jun 2012 08:28:13 -0700 Subject: [PATCH] perldiag: Two space after dots Also rewrap for slightly better splain output --- pod/perldiag.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 4260634..160d397 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2113,11 +2113,11 @@ L 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 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 for more details. =item Identifier too long -- 2.7.4