You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. man pscp (or prsync or pslurp)
2. look in the NAME section
What is the expected output? What do you see instead?
expected (e.g.): pscp - parallel secure copy
see instead: parallel process kill program
What version of the product are you using?
2.3.1
On what operating system?
cygwin
Please provide any additional information below.
commit 846796e941c178cf3165b1676fb2655ebda48149
Original issue reported on code.google.com by [email protected] on 31 Jul 2012 at 8:13
The text was updated successfully, but these errors were encountered:
Sorry for the late response--somehow I was never sent an email when this issue
was created. :(
On my system, the man pages show the NAME correctly: "pscp — parallel process
kill program", "pssh — parallel ssh program". I also tried checking out the
specific commit you mention, and I'm seeing the same thing. Is it possible that
there's something weird with man on your system? The one thing I can think of
is that it's a "—" instead of a "-", so perhaps a non-Unicode terminal might
mangle the line.
yes, the name is correct. It's the description, in the NAME section, that is
wrong. Even in your own quote, the incorrect text is present.
you said:
On my system, the man pages show the NAME correctly: "pscp — parallel process
kill program",
Oh, I see now. I had just misread. When you said: "see instead: parallel
process kill program", I thought the problem was that it was missing "pscp".
Thanks for pointing out this problem.
Original issue reported on code.google.com by
[email protected]
on 31 Jul 2012 at 8:13The text was updated successfully, but these errors were encountered: