"lose the it's", from Abhijit Menon-Sen.
Jarkko Hietaniemi [Wed, 27 Jun 2001 11:45:29 +0000 (11:45 +0000)]
("It's" not searched, pods not searched.)

p4raw-id: //depot/perl@10980

16 files changed:
Porting/Glossary
Porting/config_H
README.qnx
emacs/cperl-mode.el
ext/IPC/SysV/Semaphore.pm
ext/List/Util/lib/Scalar/Util.pm
hints/next_3.sh
hints/qnx.sh
lib/CPAN/Nox.pm
lib/ExtUtils/Embed.pm
lib/ExtUtils/MM_NW5.pm
lib/ExtUtils/MM_Unix.pm
lib/ExtUtils/MM_VMS.pm
lib/ExtUtils/MM_Win32.pm
lib/Net/DummyInetd.pm
win32/win32.c

index 8449a91..1217b2e 100644 (file)
@@ -3550,7 +3550,7 @@ stdio_cnt (d_stdstdio.U):
 
 stdio_filbuf (d_stdstdio.U):
        This variable defines how, given a FILE pointer, fp, to tell
-       stdio to refill it's internal buffers (?).  This will
+       stdio to refill its internal buffers (?).  This will
        be used to define the macro FILE_filbuf(fp).
 
 stdio_ptr (d_stdstdio.U):
index 3c14554..2d53499 100644 (file)
  *     This macro is to be used to generate uniformly distributed
  *     random numbers over the range [0., 1.[.  You may have to supply
  *     an 'extern double drand48();' in your program since SunOS 4.1.3
- *     doesn't provide you with anything relevant in it's headers.
+ *     doesn't provide you with anything relevant in its headers.
  *     See HAS_DRAND48_PROTO.
  */
 /* Rand_seed_t:
index ebff548..67ffd7a 100644 (file)
@@ -49,7 +49,7 @@ a cover function on the fly in the UU directory.
 Configure and perl need a way to invoke a C
 preprocessor. I have created a simple cover
 for cc which does the right thing. Without this,
-Configure will create it's own wrapper which works,
+Configure will create its own wrapper which works,
 but it doesn't handle some of the command line arguments
 that perl will throw at it.
 
index ff16b03..8abdb0e 100644 (file)
@@ -1610,7 +1610,7 @@ For best results apply to an older Emacs the patches from
   ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode/patches
 \(this upgrades syntax-parsing abilities of RMS Emaxen v19.34 and 
 v20.2 up to the level of RMS Emacs v20.3 - a must for a good Perl
-mode.)  You will not get much from XEmacs, it's syntax abilities are
+mode.)  You will not get much from XEmacs; its syntax abilities are
 too primitive.
 
 Get support packages choose-color.el (or font-lock-extra.el before
index 641ab4b..0505be2 100644 (file)
@@ -206,7 +206,7 @@ Returns the values of the semaphore set as an array.
 =item getncnt ( SEM )
 
 Returns the number of processed waiting for the semaphore C<SEM> to
-become greater than it's current value
+become greater than its current value
 
 =item getpid ( SEM )
 
index 78324d0..8a7a8a3 100644 (file)
@@ -75,7 +75,7 @@ hold a reference count on the object it references. Also when the reference
 count on that object reaches zero, REF will be set to undef.
 
 This is useful for keeping copies of references , but you don't want to
-prevent the object being DESTROY-ed at it's usual time.
+prevent the object being DESTROY-ed at its usual time.
 
 =back
 
index 27c9bd9..d142de5 100644 (file)
@@ -2,7 +2,7 @@
 # Andreas Koenig <k@franz.ww.TU-Berlin.DE> and Gerd Knops <gerti@BITart.com>.
 # Comments, questions, and improvements welcome!
 #
-# These hints work for NeXT 3.2 and 3.3.  3.0 has it's own
+# These hints work for NeXT 3.2 and 3.3.  3.0 has its own
 # special hint file.
 #
 
index 06d9010..717d115 100644 (file)
@@ -24,7 +24,7 @@
 # cpp      Configure and perl need a way to invoke a C
 #          preprocessor. I have created a simple cover
 #          for cc which does the right thing. Without this,
-#          Configure will create it's own wrapper which works,
+#          Configure will create its own wrapper which works,
 #          but it doesn't handle some of the command line arguments
 #          that perl will throw at it.
 # make     You really need GNU make to compile this. GNU make
index 8b59ca0..2412df6 100644 (file)
@@ -32,8 +32,8 @@ Interactive mode:
 =head1 DESCRIPTION
 
 This package has the same functionality as CPAN.pm, but tries to
-prevent the usage of compiled extensions during it's own
-execution. It's primary purpose is a rescue in case you upgraded perl
+prevent the usage of compiled extensions during its own
+execution. Its primary purpose is a rescue in case you upgraded perl
 and broke binary compatibility somehow.
 
 =head1  SEE ALSO
index cbdd2bb..ed5cd0d 100644 (file)
@@ -466,7 +466,7 @@ This function returns a string of B<boot_$ModuleName> prototypes for each @modul
 This function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
 function to B<boot_ModuleName> for each @modules.
 
-B<xsinit()> uses the xsi_* functions to generate most of it's code.
+B<xsinit()> uses the xsi_* functions to generate most of its code.
 
 =back
 
index 5b156d6..dc691e9 100644 (file)
@@ -474,7 +474,7 @@ $(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)\.exists
        $(RM_RF) $@
 END
 
-    # If this extension has it's own library (eg SDBM_File)
+    # If this extension has its own library (eg SDBM_File)
     # then copy that to $(INST_STATIC) and add $(OBJECT) into it.
     push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
 
index 99fbef0..9701641 100644 (file)
@@ -3253,7 +3253,7 @@ sub static_lib {
 $(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)/.exists
        $(RM_RF) $@
 END
-    # If this extension has it's own library (eg SDBM_File)
+    # If this extension has its own library (eg SDBM_File)
     # then copy that to $(INST_STATIC) and add $(OBJECT) into it.
     push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
 
index 04a42d9..816074a 100644 (file)
@@ -1332,7 +1332,7 @@ $(OBJECT) : $(INST_ARCHAUTODIR).exists
 
 $(INST_STATIC) : $(OBJECT) $(MYEXTLIB)
 ';
-    # If this extension has it's own library (eg SDBM_File)
+    # If this extension has its own library (eg SDBM_File)
     # then copy that to $(INST_STATIC) and add $(OBJECT) into it.
     push(@m, "\t",'$(CP) $(MYEXTLIB) $(MMS$TARGET)',"\n") if $self->{MYEXTLIB};
 
index a75ec0d..7bcf1f1 100644 (file)
@@ -415,7 +415,7 @@ sub static_lib {
 $(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)\.exists
        $(RM_RF) $@
 END
-    # If this extension has it's own library (eg SDBM_File)
+    # If this extension has its own library (eg SDBM_File)
     # then copy that to $(INST_STATIC) and add $(OBJECT) into it.
     push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
 
index 8247337..2ffddf7 100644 (file)
@@ -103,7 +103,7 @@ Net::DummyInetd - A dummy Inetd server
 
 =head1 DESCRIPTION
 
-C<Net::DummyInetd> is just what it's name says, it is a dummy inetd server.
+C<Net::DummyInetd> is just what its name says, it is a dummy inetd server.
 Creation of a C<Net::DummyInetd> will cause a child process to be spawned off
 which will listen to a socket. When a connection arrives on this socket
 the specified command is fork'd and exec'd with STDIN and STDOUT file
index d2d70e5..50cf1c4 100644 (file)
@@ -850,7 +850,7 @@ win32_readdir(DIR *dirp)
                long endpos = dirp->end - dirp->start;
                long newsize = endpos + strlen(ptr) + 1;
                /* bump the string table size by enough for the
-                * new name and it's null terminator */
+                * new name and its null terminator */
                while (newsize > dirp->size) {
                    long curpos = dirp->curr - dirp->start;
                    dirp->size *= 2;