summaryrefslogtreecommitdiff
path: root/README.cygwin
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2014-07-30 07:45:40 -0400
committerJames E Keenan <jkeenan@cpan.org>2014-07-31 21:18:31 -0400
commitf15c31c178d6fa50bc256d9c7a373eab5648f939 (patch)
tree242c85f5778800fc6e562267f7659bc5142f2ba2 /README.cygwin
parenta12b621d793c8351fe47e57f6bfa2df451bd6f44 (diff)
downloadperl-f15c31c178d6fa50bc256d9c7a373eab5648f939.tar.gz
Correct double mention of winpid_to_pid.
As reported by graham at wdlabs dot com. For: RT #122430
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 02ab4fb8f4..691da50239 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