From: Jarkko Hietaniemi Date: Thu, 3 Dec 1998 14:37:22 +0000 (+0000) Subject: s/\bthe the\b/the/g *.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5a41e529034a0ee7e1a2e3e37537f713b54afbf;p=p5sagit%2Fp5-mst-13.2.git s/\bthe the\b/the/g *.pod p4raw-id: //depot/cfgperl@2444 --- diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index cbc87b5..31cf9fc 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -869,7 +869,7 @@ module for other solutions. =item * -Open /dev/tty and use the the TIOCNOTTY ioctl on it. See L +Open /dev/tty and use the TIOCNOTTY ioctl on it. See L for details. Or better yet, you can just use the POSIX::setsid() function, so you don't have to worry about process groups. diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index e8546be..3b52b84 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4289,7 +4289,7 @@ If EXPR is omitted, merely returns the current umask. The Unix permission C is represented as three sets of three bits, or three octal digits: C<0750> (the leading 0 indicates octal -and isn't one of the the digits). The C value is such a number +and isn't one of the digits). The C value is such a number representing disabled permissions bits. The permission (or "mode") values you pass C or C are modified by your umask, so even if you tell C to create a file with permissions C<0777>, diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 4ccc6c6..5bc521d 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1503,7 +1503,7 @@ It is strongly recommended that all Perl API functions that don't begin with C be referenced with an explicit C prefix. The sort order of the listing is case insensitive, with any -occurrences of '_' ignored for the the purpose of sorting. +occurrences of '_' ignored for the purpose of sorting. =over 8