From: Jarkko Hietaniemi Date: Tue, 27 Mar 2001 14:31:31 +0000 (+0000) Subject: Document sockatmark() some. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80cbd5adeb014f6842efb4d766e17b263c48ea6f;p=p5sagit%2Fp5-mst-13.2.git Document sockatmark() some. p4raw-id: //depot/perl@9376 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 122f5ea..0bcf180 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1738,6 +1738,11 @@ strange for a machine that supports C. (W unopened) You tried ioctl() on a filehandle that was never opened. Check you control flow and number of arguments. +=item IO::Socket::atmark not implemented on this architecture + +(F) Your machine doesn't implement the sockatmark() functionality, +neither as a system call or an ioctl call (SIOCATMARK). + =item `%s' is not a code reference (W) The second (fourth, sixth, ...) argument of overload::constant needs diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7aaeaf3..aafc197 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -172,7 +172,7 @@ C, C C, C, C, C, C, C, C, C, C, C, C, -C, C +C, C, C =item System V interprocess communication functions @@ -234,8 +234,9 @@ C, C, C, C, C, C