diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-07-31 16:13:57 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-02 04:39:14 +0000 |
commit | 6087ac4414f58a8f56f41d3b670cd75f7a5e6936 (patch) | |
tree | 7462efad1880ee60b5108353620202d8ef691e4b /pod | |
parent | ed0d1bf7a96441c0ced673e08553f37b3d8b5613 (diff) | |
download | perl-6087ac4414f58a8f56f41d3b670cd75f7a5e6936.tar.gz |
better validation of SysV IPC availability
Message-Id: <199807311013.NAA28887@koah.research.nokia.com>
Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1
p4raw-id: //depot/maint-5.005/perl@1692
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5fdeb70ab8..ccef016f44 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2479,10 +2479,12 @@ if the error went away. Sort of the cybernetic version of S<20 questions>. instead of Perl. Check the #! line, or manually feed your script into Perl yourself. -=item System V IPC is not implemented on this machine +=item System V %s is not implemented on this machine -(F) You tried to do something with a function beginning with "sem", "shm", -or "msg". See L<perlfunc/semctl>, for example. +(F) You tried to do something with a function beginning with "sem", +"shm", or "msg" but that System V IPC is not implemented in your +machine. In some machines the functionality can exist but be +unconfigured. Consult your system support. =item Syswrite on closed filehandle |