diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-08-14 20:27:10 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-08-14 20:27:10 +0100 |
commit | 940a0b6a24b3a35039693192d521faeebc3b19de (patch) | |
tree | 68e7ac62e16b8d23b654f40532e316649062c5d0 /README.cygwin | |
parent | d5e473ac4b5315fec59f5f15df9cc949120d3967 (diff) | |
download | perl-940a0b6a24b3a35039693192d521faeebc3b19de.tar.gz |
Correct a typo in README.cygwin
Also changed the current version of Cygwin to 1.7.16 and changed
a 'disencouraged' to 'discouraged'. There were both uses in the
document this at least makes the use consistent.
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cygwin b/README.cygwin index 4e3e6f57ff..e773a16248 100644 --- a/README.cygwin +++ b/README.cygwin @@ -31,7 +31,7 @@ L<http://www.cygwin.com/> A recent net or commercial release of Cygwin is required. -At the time this document was last updated, Cygwin 1.7.10 was current. +At the time this document was last updated, Cygwin 1.7.16 was current. =head2 Cygwin Configuration @@ -325,7 +325,7 @@ to portability, more information can be found in the Cygwin documentation. Cygwin pathnames are separated by forward (F</>) slashes, Universal Naming Codes (F<//UNC>) are also supported Since cygwin-1.7 non-POSIX -pathnames are disencouraged. Names may contain all printable +pathnames are discouraged. Names may contain all printable characters. File names are case insensitive, but case preserving. A pathname that @@ -340,7 +340,7 @@ Since cygwin-1.7 pathnames are UTF-8 encoded. =item * Text/Binary -Since cywgin-1.7 textmounts are deprecated and stronlgy discouraged. +Since cywgin-1.7 textmounts are deprecated and strongly discouraged. When a file is opened it is in either text or binary mode. In text mode a file is subject to CR/LF/Ctrl-Z translations. With Cygwin, the default |