diff options
author | Philip Newton <pne@cpan.org> | 2002-06-08 13:08:12 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 11:46:36 +0000 |
commit | 443f6d0184e0648ec41d1125072fe0e461cb089b (patch) | |
tree | a19e8d79e908b58c6b565dd88374cba5f17b0334 /pod/perlport.pod | |
parent | e286a5ec0cccc8f0b0d7da27b7277e16426eba89 (diff) | |
download | perl-443f6d0184e0648ec41d1125072fe0e461cb089b.tar.gz |
Doc patches: assorted minor nits
Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
p4raw-id: //depot/perl@17084
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index d589423c0d..fa1d70bea8 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -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 |