diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-18 13:54:56 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-21 07:59:01 -0600 |
commit | 5fc510376a730e03f475dd1c13d7f37845936bd5 (patch) | |
tree | 23f2c95415ccfde859d63f71c80579e7e92e90e9 /README.cygwin | |
parent | 01aa884e4f61f29330ad7e57e9665139a2e03c0a (diff) | |
download | perl-5fc510376a730e03f475dd1c13d7f37845936bd5.tar.gz |
perlcygwin: Fix broken link
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cygwin b/README.cygwin index 78bd581d63..3479201aab 100644 --- a/README.cygwin +++ b/README.cygwin @@ -375,7 +375,7 @@ L<http://www.okisoft.co.jp/esc/utf8-cygwin/> 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 mode for an C<open()> is determined by the mode of the mount that underlies -the file. See L<Cygwin::is_binmount()>. Perl provides a C<binmode()> function +the file. See L</Cygwin::is_binmount>(). Perl provides a C<binmode()> function to set binary mode on files that otherwise would be treated as text. C<sysopen()> with the C<O_TEXT> flag sets text mode on files that otherwise would be treated as binary: |