This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: grammar
[perl5.git] / README.ce
index 41be58b..2ca2bf0 100644 (file)
--- a/README.ce
+++ b/README.ce
@@ -39,7 +39,7 @@ File C<Cross.pm> is dead simple: for given cross-architecture places in @INC
 a path where perl modules are, and right C<Config.pm> in that place.
 
 That said, C<miniperl -Ilib -MConfig -we 1> should report an error, because
-it can not find C<Config.pm>. If it does not gives an error -- wrong C<Config.pm>
+it can not find C<Config.pm>. If it does not give an error -- wrong C<Config.pm>
 is substituted, and resulting binaries will be a mess.
 
 C<miniperl -MCross -MConfig -we 1> should run okay, and it will provide right
@@ -54,8 +54,6 @@ each extension in turn.
 All invokes of C<Makefile.PL> are provided with C<-MCross> so to enable cross-
 compile.
 
-=item *
-
 =back
 
 =head2 BUILD
@@ -88,7 +86,7 @@ L<http://www.rainer-keuchel.de/wince/dirlist.html>
 Normally you only need to edit C<./win32/ce-helpers/compile.bat>
 to reflect your system and run it.
 
-File C<./wince/compile.bat> is actually a wrapper to call
+File C<./win32/ce-helpers/compile.bat> is actually a wrapper to call
 C<nmake -f makefile.ce> with appropriate parameters and it accepts extra
 parameters and forwards them to C<nmake> command as additional
 arguments. You should pass target this way.
@@ -99,7 +97,7 @@ To prepare distribution you need to do following:
 
 =item * go to C<./win32> subdirectory
 
-=item * edit file C<compile.bat>
+=item * edit file C<./win32/ce-helpers/compile.bat>
 
 =item * run 
   compile.bat
@@ -134,7 +132,7 @@ archive.
 
 NOTE: during a build there could be created a number (or one) of C<Config.pm>
 for cross-compilation ("foreign" C<Config.pm>) and those are hidden inside
-C<../xlib/$(CROSS_NAME)> with other auxilary files, but, and this is important to
+C<../xlib/$(CROSS_NAME)> with other auxiliary files, but, and this is important to
 note, there should be B<no> C<Config.pm> for host miniperl.
 If you'll get an error that perl could not find Config.pm somewhere in building
 process this means something went wrong. Most probably you forgot to
@@ -151,7 +149,7 @@ or just
 to refer a cross-compilation that was created last time.
 
 All questions related to building for WinCE devices could be asked in
-L<perlce-user@lists.sourceforge.net> mailing list.
+F<perlce-user@lists.sourceforge.net> mailing list.
 
 =head1 Using Perl on WinCE
 
@@ -162,7 +160,7 @@ works on non-hpc devices.
 
 The simple stdio implementation creates the files C<stdin.txt>,
 C<stdout.txt> and C<stderr.txt>, so you might examine them if your
-console has only a liminted number of cols.
+console has only a limited number of cols.
 
 When exitcode is non-zero, a message box appears, otherwise the
 console closes, so you might have to catch an exit with
@@ -289,8 +287,7 @@ Extension building support was added.
 Two directories C<./win32> and C<./wince> were merged, so perlce build
 process comes in C<./win32> directory.
 
-=over
-
+=back
 
 =head1 AUTHORS
 
@@ -307,4 +304,3 @@ Many thanks and obligations to Rainer!
 made further support of WinCE port.
 
 =back
-