diff options
-rw-r--r-- | README.cygwin | 2 | ||||
-rw-r--r-- | t/porting/known_pod_issues.dat | 1 |
2 files changed, 1 insertions, 2 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: diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 4c4c0bed4f..2daf192fbf 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -207,7 +207,6 @@ pod/perlcall.pod Verbatim line length including indents exceeds 80 by 2 pod/perlce.pod ? Should you be using F<...> or maybe L<...> instead of 2 pod/perlce.pod Verbatim line length including indents exceeds 80 by 2 pod/perlclib.pod Verbatim line length including indents exceeds 80 by 3 -pod/perlcygwin.pod Apparent broken link 1 pod/perlcygwin.pod Verbatim line length including indents exceeds 80 by 27 pod/perldbmfilter.pod Verbatim line length including indents exceeds 80 by 1 pod/perldebguts.pod Verbatim line length including indents exceeds 80 by 68 |