From 000fb64288e6720527f55bf8c37e36c07a308d49 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- gnu/usr.bin/perl/perl/perl.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/perl') diff --git a/gnu/usr.bin/perl/perl/perl.1 b/gnu/usr.bin/perl/perl/perl.1 index 15791c2..38ce017 100644 --- a/gnu/usr.bin/perl/perl/perl.1 +++ b/gnu/usr.bin/perl/perl/perl.1 @@ -1,7 +1,13 @@ .rn '' }` -''' $RCSfile: perl.1,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:36 $ +''' $RCSfile: perl.1,v $$Revision: 1.2 $$Date: 1994/10/27 23:16:52 $ ''' ''' $Log: perl.1,v $ +''' 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 +''' directories already present in /usr/share, like /usr/share/groff_font and +''' (particularly) /usr/share/mk. +''' .\" Revision 1.1.1.1 1994/09/10 06:27:36 gclarkii .\" Initial import of Perl 4.046 bmaked .\" @@ -505,7 +511,7 @@ If a directory name is specified, Perl will switch to that directory before running the script. The .B \-x -switch only controls the the disposal of leading garbage. +switch only controls the disposal of leading garbage. The script must be terminated with _\|_END_\|_ if there is trailing garbage to be ignored (the script can process any or all of the trailing garbage via the DATA filehandle if desired). -- cgit v1.1