summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-08-30 12:22:49 +0000
committerjmg <jmg@FreeBSD.org>1997-08-30 12:22:49 +0000
commit416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409 (patch)
treef5547081c03c585ecffbec7a9a6fd3002e92ca56 /gnu/usr.bin/perl
parentd8a9aa8f8beea02e8a40aac2d94b623c9ad994a7 (diff)
downloadFreeBSD-src-416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409.zip
FreeBSD-src-416e9a71f9a0613ed5a3d8a8ab6b87e40fb1f409.tar.gz
fix a few spelling changes
Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/perl/perl.17
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/perl.1 b/gnu/usr.bin/perl/perl/perl.1
index 38ce017..a484ddb 100644
--- a/gnu/usr.bin/perl/perl/perl.1
+++ b/gnu/usr.bin/perl/perl/perl.1
@@ -1,7 +1,10 @@
.rn '' }`
-''' $RCSfile: perl.1,v $$Revision: 1.2 $$Date: 1994/10/27 23:16:52 $
+''' $RCSfile: perl.1,v $$Revision: 1.3 $$Date: 1996/10/05 22:26:23 $
'''
''' $Log: perl.1,v $
+''' Revision 1.3 1996/10/05 22:26:23 wosch
+''' delete doubled words, e.g.: "the the" -> "the"
+'''
''' Revision 1.2 1994/10/27 23:16:52 wollman
''' Convince Perl to that is is part of the system, as /usr/bin/perl (binary)
''' and /usr/share/perl (library). The latter was chosen as analogous to other
@@ -4596,7 +4599,7 @@ You may have as many parentheses as you wish. If you have more than 9
substrings, the variables $10, $11, ... refer to the corresponding
substring. Within the pattern, \e10, \e11,
etc. refer back to substrings if there have been at least that many left parens
-before the backreference. Otherwise (for backward compatibilty) \e10
+before the backreference. Otherwise (for backward compatibility) \e10
is the same as \e010, a backspace,
and \e11 the same as \e011, a tab.
And so on.
OpenPOWER on IntegriCloud