summaryrefslogtreecommitdiff
path: root/README.cygwin
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2014-07-30 07:45:40 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-11 14:04:09 +0100
commitebdcf4cd93cc6bdec73fb984b7b892b93fcd45e1 (patch)
treea1d13d5fe2aeb39b714aed3d72d9377c1e187f72 /README.cygwin
parent85f057d0767a5954a9e47b265364cc04b76a8d76 (diff)
downloadperl-ebdcf4cd93cc6bdec73fb984b7b892b93fcd45e1.tar.gz
Correct double mention of winpid_to_pid.
As reported by graham at wdlabs dot com. For: RT #122430 (cherry picked from commit f15c31c178d6fa50bc256d9c7a373eab5648f939)
Diffstat (limited to 'README.cygwin')
-rw-r--r--README.cygwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cygwin b/README.cygwin
index 8414a973a2..cf523ce84f 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -390,7 +390,7 @@ Cygwin processes have their own pid, which is different from the
underlying windows pid. Most posix compliant Proc functions expect
the cygwin pid, but several Win32::Process functions expect the
winpid. E.g. C<$$> is the cygwin pid of F</usr/bin/perl>, which is not
-the winpid. Use C<Cygwin::winpid_to_pid()> and C<Cygwin::winpid_to_pid()>
+the winpid. Use C<Cygwin::pid_to_winpid()> and C<Cygwin::winpid_to_pid()>
to translate between them.
=item * Cygwin vs. Windows errors