s/\bthe the\b/the/g *.pod
Jarkko Hietaniemi [Thu, 3 Dec 1998 14:37:22 +0000 (14:37 +0000)]
p4raw-id: //depot/cfgperl@2444

pod/perlfaq8.pod
pod/perlfunc.pod
pod/perlguts.pod

index cbc87b5..31cf9fc 100644 (file)
@@ -869,7 +869,7 @@ module for other solutions.
 
 =item *
 
-Open /dev/tty and use the the TIOCNOTTY ioctl on it.  See L<tty(4)>
+Open /dev/tty and use the TIOCNOTTY ioctl on it.  See L<tty(4)>
 for details.  Or better yet, you can just use the POSIX::setsid()
 function, so you don't have to worry about process groups.
 
index e8546be..3b52b84 100644 (file)
@@ -4289,7 +4289,7 @@ If EXPR is omitted, merely returns the current umask.
 
 The Unix permission C<rwxr-x---> 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<umask> value is such a number
+and isn't one of the digits).  The C<umask> value is such a number
 representing disabled permissions bits.  The permission (or "mode")
 values you pass C<mkdir> or C<sysopen> are modified by your umask, so
 even if you tell C<sysopen> to create a file with permissions C<0777>,
index 4ccc6c6..5bc521d 100644 (file)
@@ -1503,7 +1503,7 @@ It is strongly recommended that all Perl API functions that don't begin
 with C<perl> be referenced with an explicit C<Perl_> 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