summaryrefslogtreecommitdiff
path: root/README.cygwin
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 09:44:00 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:03 -0600
commitfd161f2c39d248e46fb0b5ace16d351d63590488 (patch)
treedbabb4a2db01a12c5d6467eac6e54a20c33cb4af /README.cygwin
parentc5009e80cede7194e9eeda14e6dbf30f685bcaab (diff)
downloadperl-fd161f2c39d248e46fb0b5ace16d351d63590488.tar.gz
README.cygwin: Fix broken link
Diffstat (limited to 'README.cygwin')
-rw-r--r--README.cygwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cygwin b/README.cygwin
index 713c220679..78bd581d63 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -334,7 +334,7 @@ A C<fork()> failure may result in the following tests failing:
ext/IO/lib/IO/t/io_sock.t
ext/IO/lib/IO/t/io_unix.t
-See comment on fork in L<Miscellaneous> below.
+See comment on fork in L</Miscellaneous> below.
=head1 Specific features of the Cygwin port
@@ -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 C<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: