Doc patches: assorted minor nits
Philip Newton [Sat, 8 Jun 2002 11:08:12 +0000 (13:08 +0200)]
Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>

p4raw-id: //depot/perl@17084

pod/perldelta.pod
pod/perlport.pod
pod/perlvar.pod

index bdea91e..fd509c3 100644 (file)
@@ -515,7 +515,7 @@ pop(), push(), shift(), splice(), unshift().
 
 =item *
 
-C<pack() / unpack()> now can group template letters with C<()> and then
+C<pack() / unpack()> can now group template letters with C<()> and then
 apply repetition/count modifiers on the groups.
 
 =item *
@@ -1067,14 +1067,14 @@ AutoLoader can now be disabled with C<no AutoLoader;>.
 
 =item *
 
-B::Deparse has been significantly enhanced by Robin Houston.  It now
-can deparse almost all of the standard test suite (so that the tests
+B::Deparse has been significantly enhanced by Robin Houston.  It can
+now deparse almost all of the standard test suite (so that the tests
 still succeed).  There is a make target "test.deparse" for trying this
 out.
 
 =item *
 
-Carp has now better interface documentation, and the @CARP_NOT
+Carp now has better interface documentation, and the @CARP_NOT
 interface has been added to get optional control over where errors
 are reported independently of @ISA, by Ben Tilly.
 
index d589423..fa1d70b 100644 (file)
@@ -832,8 +832,8 @@ Win32::GetOSVersion().  For example:
         print +('3.1','95','NT')[$os_version_info[4]],"\n";
     }
 
-There are also Win32::IsWinNT() and Win32::IsWin95(), tryC<perldoc Win32>.
-The very portable POSIX::uname() will work too:
+There are also Win32::IsWinNT() and Win32::IsWin95(), try
+C<perldoc Win32>.  The very portable POSIX::uname() will work too:
 
     c:\> perl -MPOSIX -we "print join '|', uname"
     Windows NT|moonru|5.0|Build 2195 (Service Pack 2)|x86
index ee59aef..dd9bbaa 100644 (file)
@@ -1003,7 +1003,7 @@ built, as determined during the configuration process.  The value
 is identical to C<$Config{'osname'}>.  See also L<Config> and the 
 B<-V> command-line switch documented in L<perlrun>.
 
-In Windows platforms the $^O is not very helpful since it is always
+In Windows platforms, $^O is not very helpful: since it is always
 C<MSWin32>, it doesn't tell the difference between 95/98/ME/NT/2000/XP/CE.
 Use Win32::GetOSVersion() (see L<perlport>) and other means (like for
 example the presence/absence of some files) to distinguish between