diff options
author | Michael Stevens <mstevens@etla.org> | 2011-02-09 10:58:24 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-09 10:58:24 -0800 |
commit | adb873e1aeec202a183c7774711644710e5082b0 (patch) | |
tree | 23daf4f64c6effb652c064ba9fe8b95fb4d14684 /README.cygwin | |
parent | 4a8d6f4f9aee0fd94fca96079b6f11be24becd9c (diff) | |
download | perl-adb873e1aeec202a183c7774711644710e5082b0.tar.gz |
[perl #83790] Fix links for README.cygwin to have L<>
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 b7b5241c36..986f91bcff 100644 --- a/README.cygwin +++ b/README.cygwin @@ -27,7 +27,7 @@ platforms. They run thanks to the Cygwin library which provides the UNIX system calls and environment these programs expect. More information about this project can be found at: - F<http://www.cygwin.com/> +L<http://www.cygwin.com/> A recent net or commercial release of Cygwin is required. @@ -368,7 +368,7 @@ C<Cygwin::posix_to_win_path()>. Pathnames may not contain Unicode characters. C<Cygwin> still uses the ANSI API calls and no Unicode calls because of newlib deficiencies. There's an unofficial unicode patch for cygwin at -F<http://www.okisoft.co.jp/esc/utf8-cygwin/> +L<http://www.okisoft.co.jp/esc/utf8-cygwin/> =item * Text/Binary @@ -458,7 +458,7 @@ error like the following: Use the rebase utility to resolve the conflicting dll addresses. The rebase package is included in the Cygwin netrelease. Use setup.exe from -F<http://www.cygwin.com/setup.exe> to install it and run rebaseall. +L<http://www.cygwin.com/setup.exe> to install it and run rebaseall. =back |