Front page | perl.perl5.porters |
Postings from April 2004
[perl #29033] typo in description of sleep in documentation of POSIX module
Thread Next
From:
bob@starlabs.net
Date:
April 28, 2004 04:54
Subject:
[perl #29033] typo in description of sleep in documentation of POSIX module
Message ID:
rt-3.0.8-29033-85811.17.0452776199501@perl.org
# New Ticket Created by bob@starlabs.net
# Please include the string: [perl #29033]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29033 >
This is a bug report for perl from bob@starlabs.net,
generated with the help of perlbug 1.34 running under perl v5.8.3.
-----------------------------------------------------------------
[Please enter your report here]
significant is wrongly spelled in the description of sleep in the documentation of POSIX.pm
[rwilkinson@analysis2 man]$ diff -u man3/POSIX.3 man3/POSIX.3.orig
--- man3/POSIX.3 2004-04-21 10:55:04.000000000 +0000
+++ man3/POSIX.3.orig 2004-04-21 10:54:41.000000000 +0000
@@ -1234,7 +1234,7 @@
.IX Item "sleep"
This is functionally identical to Perl's builtin \f(CW\*(C`sleep()\*(C'\fR function
for suspending the execution of the current for process for certain
-number of seconds, see \*(L"sleep\*(R" in perlfunc. There is one significant
+number of seconds, see \*(L"sleep\*(R" in perlfunc. There is one signifanct
difference, however: \f(CW\*(C`POSIX::sleep()\*(C'\fR returns the number of
\&\fBunslept\fR seconds, while the \f(CW\*(C`CORE::sleep()\*(C'\fR returns the
number of slept seconds.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=docs
severity=low
---
Site configuration information for perl v5.8.3:
Configured by rwilkinson at Thu Feb 5 13:45:51 UTC 2004.
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
Platform:
osname=linux, osvers=2.4.18-26.8.0smp, archname=i686-linux
uname='linux analysis2.messagelabs.net 2.4.18-26.8.0smp #1 smp mon feb 24 09:44:00 est 2003 i686 i686 i386 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3',
cppflags='-fno-strict-aliasing'
ccversion='', gccversion='3.2 20020903 (Red Hat Linux 8.0 3.2-7)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.3:
/home/rwilkinson/lib
/usr/lib/perl5/5.00503
/usr/lib/perl5/site_perl/5.005
/usr/lib/perl5/5.00503/i386-linux
/usr/lib/perl5/site_perl/5.005/i386-linux
/var/home/rwilkinson/perl_5.8.3-no-threads/lib/5.8.3/i686-linux
/var/home/rwilkinson/perl_5.8.3-no-threads/lib/5.8.3
/var/home/rwilkinson/perl_5.8.3-no-threads/lib/site_perl/5.8.3/i686-linux
/var/home/rwilkinson/perl_5.8.3-no-threads/lib/site_perl/5.8.3
/var/home/rwilkinson/perl_5.8.3-no-threads/lib/site_perl
.
---
Environment for perl v5.8.3:
HOME=/home/rwilkinson
LANG=en_GB
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/rwilkinson/bin:/var/home/skeptic/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin
PERL5LIB=/home/rwilkinson/lib:/usr/lib/perl5/5.00503:/usr/lib/perl5/site_perl/5.005:/usr/lib/perl5/5.00503/i386-linux:/usr/lib/perl5/site_perl/5.005/i386-linux
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #29033] typo in description of sleep in documentation of POSIX module
by bob@starlabs.net