From e10204135b763e864169cd1f19037fc2f8c37385 Mon Sep 17 00:00:00 2001 From: Tom Christiansen Date: Mon, 4 Jan 2010 20:32:51 -0700 Subject: PATCH: minor typo cleanup of pod/ directory These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail --- pod/perlfaq3.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pod/perlfaq3.pod') diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 6b2a0468cb..7be2379499 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -275,7 +275,7 @@ You might also try pltags: http://www.mscha.com/pltags.zip Perl programs are just plain text, so any editor will do. -If you're on Unix, you already have an IDE--Unix itself. The UNIX +If you're on Unix, you already have an IDE--Unix itself. The Unix philosophy is the philosophy of several small tools that each do one thing and do it well. It's like a carpenter's toolbox. @@ -425,7 +425,7 @@ For vi lovers in general, Windows or elsewhere: nvi ( http://www.bostic.com/vi/ , available from CPAN in src/misc/) is yet another vi clone, unfortunately not available for Windows, but in -UNIX platforms you might be interested in trying it out, firstly because +Unix platforms you might be interested in trying it out, firstly because strictly speaking it is not a vi clone, it is the real vi, or the new incarnation of it, and secondly because you can embed Perl inside it to use Perl as the scripting language. nvi is not alone in this, @@ -489,7 +489,7 @@ MKS and U/WIN are commercial (U/WIN is free for educational and research purposes), Cygwin is covered by the GNU General Public License (but that shouldn't matter for Perl use). The Cygwin, MKS, and U/WIN all contain (in addition to the shells) a comprehensive set -of standard UNIX toolkit utilities. +of standard Unix toolkit utilities. If you're transferring text files between Unix and Windows using FTP be sure to transfer them in ASCII mode so the ends of lines are @@ -912,7 +912,7 @@ executables for HP-UX, Linux, Solaris and Windows." Perl2Exe ( http://www.indigostar.com/perl2exe.htm ) is a command line program for converting perl scripts to executable files. It targets both -Windows and unix platforms. +Windows and Unix platforms. =head2 How can I get C<#!perl> to work on [MS-DOS,NT,...]? @@ -1080,7 +1080,7 @@ or The C module, better known simply as "MakeMaker", turns a Perl script, typically called C, into a Makefile. -The unix tool C uses this file to manage dependencies and actions +The Unix tool C uses this file to manage dependencies and actions to process and install a Perl distribution. =head1 REVISION -- cgit v1.2.1