summaryrefslogtreecommitdiff
path: root/ext/Time
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2002-02-27 12:25:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-27 13:41:14 +0000
commit5cb3728cfe288ad05e8d10c8176f72378da2238f (patch)
tree9fbfd12df7a9a44badbe6e8ad3a4775b3d160bb3 /ext/Time
parentc9436a12b1ee8d5e32d19b5870c63a8435afed9d (diff)
downloadperl-5cb3728cfe288ad05e8d10c8176f72378da2238f.tar.gz
Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
Message-Id: <200202271225.MAA24806@tempest.npl.co.uk> p4raw-id: //depot/perl@14892
Diffstat (limited to 'ext/Time')
-rw-r--r--ext/Time/HiRes/HiRes.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm
index 4e0f55fd8d..61f93b434f 100644
--- a/ext/Time/HiRes/HiRes.pm
+++ b/ext/Time/HiRes/HiRes.pm
@@ -117,7 +117,7 @@ unspecified, resulting in alarm-like behaviour.
=item tv_interval
-S<tv_interval ( $ref_to_gettimeofday [, $ref_to_later_gettimeofday] )>
+C<tv_interval ( $ref_to_gettimeofday [, $ref_to_later_gettimeofday] )>
Returns the floating seconds between the two times, which should have
been returned by gettimeofday(). If the second argument is omitted,
@@ -166,7 +166,7 @@ replacement for the C<alarm> provided with perl, see the EXAMPLES below.
=item setitimer
-S<setitimer ( $which, $floating_seconds [, $interval_floating_seconds ] )>
+C<setitimer ( $which, $floating_seconds [, $interval_floating_seconds ] )>
Start up an interval timer: after a certain time, a signal is arrives,
and more may keep arriving at certain intervals. To disable a timer,