1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
From: Roland Rosenfeld <roland@debian.org>
Date: Fri, 25 Oct 2024 16:31:34 +0200
Subject: Fix typo in "mimics" in man page.
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=156369
--- a/lib/Net/Telnet/Cisco.pm
+++ b/lib/Net/Telnet/Cisco.pm
@@ -1136,7 +1136,7 @@ Default value: 1
IOS pages output by default. It expects human eyes to be reading the
output, not programs. Humans hit the spacebar to scroll page by
-page so autopage() mimicks that behaviour. This is the slow way to
+page so autopage() mimics that behaviour. This is the slow way to
handle paging. See the Paging EXAMPLE for a faster way.
=item B<normalize_cmd> - Turn normalization on and off
|