From 66e2fd5444a96049971bab49da0a163e8fa5e52d Mon Sep 17 00:00:00 2001 From: "bob@starlabs.net" Date: Wed, 21 Apr 2004 11:07:22 +0000 Subject: [perl #29033] typo in description of sleep in documentation of POSIX module From: "bob@starlabs.net (via RT)" Message-ID: p4raw-id: //depot/perl@22747 --- ext/POSIX/POSIX.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 03a5aa3a5d..66f5381949 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1190,7 +1190,7 @@ See also L. This is functionally identical to Perl's builtin C function for suspending the execution of the current for process for certain -number of seconds, see L. There is one signifanct +number of seconds, see L. There is one significant difference, however: C returns the number of B seconds, while the C returns the number of slept seconds. -- cgit v1.2.1