From: Jarkko Hietaniemi Date: Mon, 10 Jul 2000 17:54:49 +0000 (+0000) Subject: More POSIX.pod tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd34b41e4576325cf6c1bf17f12d362593afae3f;p=p5sagit%2Fp5-mst-13.2.git More POSIX.pod tweaks. p4raw-id: //depot/cfgperl@6330 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 9abad2a..314147c 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -95,7 +95,7 @@ I. =item acos This is identical to the C function C, returning -the arcus cosine of its numerical argument. +the arcus cosine of its numerical argument. See also L. =item alarm @@ -121,7 +121,7 @@ default to zero (and the first two are usually ignored anyway). =item asin This is identical to the C function C, returning -the arcus sine of its numerical argument. +the arcus sine of its numerical argument. See also L. =item assert @@ -131,13 +131,13 @@ to achieve similar things. =item atan This is identical to the C function C, returning the -arcus tangent of its numerical argument. +arcus tangent of its numerical argument. See also L. =item atan2 This is identical to Perl's builtin C function, returning the arcus tangent defined by its two numerical arguments, the I -coordinate and the I coordinate. +coordinate and the I coordinate. See also L. =item atexit @@ -220,11 +220,12 @@ a directory handle, see L. This is identical to Perl's builtin C function, for returning the cosine of its numerical argument, see L. +See also L. =item cosh This is identical to the C function C, for returning -the hyperbolic cosine of its numeric argument. +the hyperbolic cosine of its numeric argument. See also L. =item creat @@ -334,7 +335,7 @@ the absolute value of the numerical argument, see L. =item fclose -Use method C instead. +Use method C instead, or see L. =item fcntl @@ -343,11 +344,11 @@ see L. =item fdopen -Use method C instead. +Use method C instead, or see L. =item feof -Use method C instead. +Use method C instead, or see L. =item ferror @@ -356,14 +357,15 @@ Use method C instead. =item fflush Use method C instead. +See also L. =item fgetc -Use method C instead. +Use method C instead, or see L. =item fgetpos -Use method C instead. +Use method C instead, or see L. =item fgets @@ -372,7 +374,7 @@ as L. =item fileno -Use method C instead. +Use method C instead, or see L. =item floor @@ -391,11 +393,13 @@ less than the magnitude of C<$y>. =item fopen -Use method C instead. +Use method C instead, or see L. =item fork -This is identical to Perl's builtin C function. +This is identical to Perl's builtin C function +for duplicating the current process, see L +and L if you are in Windows. =item fpathconf @@ -446,11 +450,11 @@ fscanf() is C-specific, use EE and regular expressions instead. =item fseek -Use method C instead. +Use method C instead, or see L. =item fsetpos -Use method C instead. +Use method C instead, or seek L. =item fstat @@ -463,7 +467,7 @@ Perl's builtin C function. =item ftell -Use method C instead. +Use method C instead, or see L. =item fwrite @@ -648,7 +652,7 @@ C construct instead, or simply C. =item kill This is identical to Perl's builtin C function for sending -signals to processes (oftern to terminate them), see L. +signals to processes (often to terminate them), see L. =item labs @@ -1124,12 +1128,13 @@ Returns C on failure. This is identical to Perl's builtin C function for returning the sine of the numerical argument, -see L. +see L. See also L. =item sinh This is identical to the C function C for returning the hyperbolic sine of the numerical argument. +See also L. =item sleep @@ -1352,12 +1357,12 @@ L. =item tan This is identical to the C function C, returning the -tangent of the numerical argument. +tangent of the numerical argument. See also L. =item tanh This is identical to the C function C, returning the -hyperbolic tangent of the numerical argument. +hyperbolic tangent of the numerical argument. See also L. =item tcdrain