Minor doc corrections

This commit is contained in:
Duncan Ferguson 2015-10-01 18:15:01 +01:00
parent 9046e4b088
commit 1d492e3ba2

View file

@ -518,13 +518,13 @@ would replace the <Alt-n> with the client's name in each window.}
$self->loc( $self->loc(
q{Connect to different servers using different login names. NOTE: this can also be achieved by setting up appropriate options in the configuration files. Do not close the console when the last terminal exits.} q{Connect to different servers using different login names. NOTE: this can also be achieved by setting up appropriate options in the configuration files. Do not close the console when the last terminal exits.}
); );
output q{S<$ } . $Script . q{ -Q user1@server1 admin@server2>}; output q{S<$ } . $Script . q{ user1@server1 admin@server2>};
output '=item ', output '=item ',
$self->loc( $self->loc(
q{Open up a cluster defined in a non-default configuration file}); q{Open up a cluster defined in a non-default configuration file});
output q{S<$ } . $Script . q{ -c $HOME/cssh.extra_clusters db_cluster>}; output q{S<$ } . $Script . q{ -c $HOME/cssh.extra_clusters db_cluster>};
output '=item ', output '=item ',
$self->loc(q{Connect on port 2022 instead of the default port}); $self->loc(q{Override the configured/default port to use 2022 instead});
output q{S<$ } . $Script . q{ -p 2022 server1 server2>}; output q{S<$ } . $Script . q{ -p 2022 server1 server2>};
output '=back'; output '=back';
@ -991,7 +991,7 @@ C<perl>}
output '=head1 ', $self->loc('LICENSE AND COPYRIGHT'); output '=head1 ', $self->loc('LICENSE AND COPYRIGHT');
output $self->loc( output $self->loc(
q{ q{
Copyright 1999-2014 Duncan Ferguson. Copyright 1999-2015 Duncan Ferguson.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
@ -1068,7 +1068,7 @@ Duncan Ferguson, C<< <duncan_j_ferguson at yahoo.co.uk> >>
=head1 LICENSE AND COPYRIGHT =head1 LICENSE AND COPYRIGHT
Copyright 1999-2010 Duncan Ferguson. Copyright 1999-2015 Duncan Ferguson.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published under the terms of either: the GNU General Public License as published