diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-03 21:06:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 21:19:32 -0600 |
commit | f185f65418467d10121bac955af6bca4776490e3 (patch) | |
tree | b804ddd51c261e4275c54062643924f14267e5bc /INSTALL | |
parent | fbe13c605d92f73c90ff4702b76a97c5e12927a7 (diff) | |
download | perl-f185f65418467d10121bac955af6bca4776490e3.tar.gz |
Start fixing some pod pedantic errors
This fixes a bunch of them, but there are many more
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1729,7 +1729,7 @@ bval settings. Upgrade your DB library or OS. =item Bad arg length for semctl, is XX, should be ZZZ -If you get this error message from the ext/IPC/SysV/t/sem test, your +If you get this error message from the F<ext/IPC/SysV/t/sem.t> test, your System V IPC may be broken. The XX typically is 20, and that is what ZZZ also should be. Consider upgrading your OS, or reconfiguring your OS to include the System V semaphores. @@ -1782,7 +1782,7 @@ NCR Tower 32 (OS 2.01.01) may need -W2,-Sl,2000 and #undef MKDIR. UTS may need one or more of -K or -g, and #undef LSTAT. -FreeBSD can fail the ext/IPC/SysV/t/sem.t test if SysV IPC has not been +FreeBSD can fail the F<ext/IPC/SysV/t/sem.t> test if SysV IPC has not been configured in the kernel. Perl tries to detect this, though, and you will get a message telling you what to do. |