Doc patches: assorted minor nits
[p5sagit/p5-mst-13.2.git] / pod / perlport.pod
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