diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:18:16 +0100 |
commit | f858446f8d2c74c0a4665f0be04b65fe90e1b08c (patch) | |
tree | 2d9bdc9f5c24118bc6e3982c2aab064881abb243 /README.ce | |
parent | 486ec47ab73770ab60bf9cfb6d398a4371463266 (diff) | |
download | perl-f858446f8d2c74c0a4665f0be04b65fe90e1b08c.tar.gz |
Fix typos (spelling errors) in README*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81912]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'README.ce')
-rw-r--r-- | README.ce | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,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 @@ -160,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 |