wede2046 / parallel-ssh

Automatically exported from code.google.com/p/parallel-ssh
Other
0 stars 0 forks source link

pscp, prsync, and pslurp man pages have wrong name #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 bjmg...@gmail.com on 31 Jul 2012 at 8:13

GoogleCodeExporter commented 8 years ago
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.

Original comment by amcna...@gmail.com on 27 Sep 2012 at 3:27

GoogleCodeExporter commented 8 years ago
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", 

Original comment by bjmg...@gmail.com on 27 Sep 2012 at 4:38

GoogleCodeExporter commented 8 years ago
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 comment by amcna...@gmail.com on 27 Sep 2012 at 5:34

GoogleCodeExporter commented 8 years ago
Issue 89 has been merged into this issue.

Original comment by amcna...@gmail.com on 24 Sep 2013 at 11:56