diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 14:31:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 14:31:31 +0000 |
commit | 80cbd5adeb014f6842efb4d766e17b263c48ea6f (patch) | |
tree | 3e11b12cce414f4f2605c30ae434256cf6b9ad33 /pod/perldiag.pod | |
parent | 1bd104fb42e49d4507cd6d328c6a09508c790c28 (diff) | |
download | perl-80cbd5adeb014f6842efb4d766e17b263c48ea6f.tar.gz |
Document sockatmark() some.
p4raw-id: //depot/perl@9376
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 122f5ea144..0bcf180802 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 |