summaryrefslogtreecommitdiff
path: root/pod/perlfaq8.pod
diff options
context:
space:
mode:
authorJohn Tobey <jtobey@john-edwin-tobey.org>1998-11-22 06:25:15 +0200
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-22 12:12:29 +0000
commit368c9434e40b3ef162b100271eb4d6a1dd886bbc (patch)
tree91ad2a4873ad9938669a205ba1a4a6f64aea23c7 /pod/perlfaq8.pod
parent9d9477b1b5a6ab420403942c0942c613290f7911 (diff)
downloadperl-368c9434e40b3ef162b100271eb4d6a1dd886bbc.tar.gz
perlfaq typos
To: perl5-porters@perl.com Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet> p4raw-id: //depot/cfgperl@2266
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r--pod/perlfaq8.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod
index c4036ff35d..cbc87b5fd7 100644
--- a/pod/perlfaq8.pod
+++ b/pod/perlfaq8.pod
@@ -449,8 +449,8 @@ http://www.perl.com/CPAN/doc/misc/ancient/tutorial/eg/itimers.pl .
=head2 How can I measure time under a second?
-In general, you may not be able to. The Time::HiRes module (available
-from CPAN) provides this functionality for some systems.
+The Time::HiRes module (available from CPAN) provides this
+functionality for some systems.
In general, you may not be able to. But if your system supports both the
syscall() function in Perl as well as a system call like gettimeofday(2),