From 022735b47c849ae03c52981ea170ac0d5308050c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 27 Jun 2001 11:45:29 +0000 Subject: [PATCH] "lose the it's", from Abhijit Menon-Sen. ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980 --- Porting/Glossary | 2 +- Porting/config_H | 2 +- README.qnx | 2 +- emacs/cperl-mode.el | 2 +- ext/IPC/SysV/Semaphore.pm | 2 +- ext/List/Util/lib/Scalar/Util.pm | 2 +- hints/next_3.sh | 2 +- hints/qnx.sh | 2 +- lib/CPAN/Nox.pm | 4 ++-- lib/ExtUtils/Embed.pm | 2 +- lib/ExtUtils/MM_NW5.pm | 2 +- lib/ExtUtils/MM_Unix.pm | 2 +- lib/ExtUtils/MM_VMS.pm | 2 +- lib/ExtUtils/MM_Win32.pm | 2 +- lib/Net/DummyInetd.pm | 2 +- win32/win32.c | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Porting/Glossary b/Porting/Glossary index 8449a91..1217b2e 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -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): diff --git a/Porting/config_H b/Porting/config_H index 3c14554..2d53499 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -2937,7 +2937,7 @@ * 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: diff --git a/README.qnx b/README.qnx index ebff548..67ffd7a 100644 --- a/README.qnx +++ b/README.qnx @@ -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. diff --git a/emacs/cperl-mode.el b/emacs/cperl-mode.el index ff16b03..8abdb0e 100644 --- a/emacs/cperl-mode.el +++ b/emacs/cperl-mode.el @@ -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 diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm index 641ab4b..0505be2 100644 --- a/ext/IPC/SysV/Semaphore.pm +++ b/ext/IPC/SysV/Semaphore.pm @@ -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 to -become greater than it's current value +become greater than its current value =item getpid ( SEM ) diff --git a/ext/List/Util/lib/Scalar/Util.pm b/ext/List/Util/lib/Scalar/Util.pm index 78324d0..8a7a8a3 100644 --- a/ext/List/Util/lib/Scalar/Util.pm +++ b/ext/List/Util/lib/Scalar/Util.pm @@ -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 diff --git a/hints/next_3.sh b/hints/next_3.sh index 27c9bd9..d142de5 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -2,7 +2,7 @@ # Andreas Koenig and Gerd Knops . # 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. # diff --git a/hints/qnx.sh b/hints/qnx.sh index 06d9010..717d115 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -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 diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 8b59ca0..2412df6 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -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 diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index cbdd2bb..ed5cd0d 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -466,7 +466,7 @@ This function returns a string of B prototypes for each @modul This function returns a string of calls to B that glue the module B function to B for each @modules. -B uses the xsi_* functions to generate most of it's code. +B uses the xsi_* functions to generate most of its code. =back diff --git a/lib/ExtUtils/MM_NW5.pm b/lib/ExtUtils/MM_NW5.pm index 5b156d6..dc691e9 100644 --- a/lib/ExtUtils/MM_NW5.pm +++ b/lib/ExtUtils/MM_NW5.pm @@ -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}; diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 99fbef0..9701641 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -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}; diff --git a/lib/ExtUtils/MM_VMS.pm b/lib/ExtUtils/MM_VMS.pm index 04a42d9..816074a 100644 --- a/lib/ExtUtils/MM_VMS.pm +++ b/lib/ExtUtils/MM_VMS.pm @@ -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}; diff --git a/lib/ExtUtils/MM_Win32.pm b/lib/ExtUtils/MM_Win32.pm index a75ec0d..7bcf1f1 100644 --- a/lib/ExtUtils/MM_Win32.pm +++ b/lib/ExtUtils/MM_Win32.pm @@ -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}; diff --git a/lib/Net/DummyInetd.pm b/lib/Net/DummyInetd.pm index 8247337..2ffddf7 100644 --- a/lib/Net/DummyInetd.pm +++ b/lib/Net/DummyInetd.pm @@ -103,7 +103,7 @@ Net::DummyInetd - A dummy Inetd server =head1 DESCRIPTION -C is just what it's name says, it is a dummy inetd server. +C is just what its name says, it is a dummy inetd server. Creation of a C 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 diff --git a/win32/win32.c b/win32/win32.c index d2d70e5..50cf1c4 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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; -- 2.7.4