Skip Menu |

This queue is for tickets about the Net-OpenSSH CPAN distribution.

Report information
The Basics
Id: 84955
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Net-OpenSSH

People
Owner: salva [...] cpan.org
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.60
Fixed in: (no value)



Subject: pod typos
Hi & thanks for applying my POD patch from last year; and I'm sorry but the Debian QA tools prod me to bother you with more typos: --- a/lib/Net/OpenSSH.pm +++ b/lib/Net/OpenSSH.pm @@ -3163,7 +3163,7 @@ By default, C<scp> is called with the quiet flag C<-q> enabled in order to suppress progress information. This option allows one to -reenable the progress indication bar. +re-enable the progress indication bar. =item verbose => 1 @@ -3190,7 +3190,7 @@ =item bwlimit => $Kbits -Limits the used bandwith, specified in Kbit/s. +Limits the used bandwidth, specified in Kbit/s. =item timeout => $secs --- a/lib/Net/OpenSSH/OSTracer.pm +++ b/lib/Net/OpenSSH/OSTracer.pm @@ -127,7 +127,7 @@ $Net::OpenSSH::debug |= 512; -By default the ouput files of the tracer are saved as +By default the output files of the tracer are saved as C</tmp/net_openssh_master.$pid.$tracer_type>. Also, the output send by the tracer to stdout/stderr is saved as @@ -140,7 +140,7 @@ =item $Net::OpenSSH::OSTracer::type By default, the module decides which tracer to use in base to the -operative system name. This variable allows to select a different +operative system name. This variable allows one to select a different tracer. Currently accepted types are: strace (linux), ktrace (*bsd), tusc
Patch applied. Thank you for sending it!