File: fix-pod2man-errors.patch

package info (click to toggle)
libterm-shellui-perl 0.92-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 252 kB
  • ctags: 99
  • sloc: perl: 1,286; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Fix POD errors and typos
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2015-09-05

diff --git a/lib/Term/ShellUI.pm b/lib/Term/ShellUI.pm
--- a/lib/Term/ShellUI.pm
+++ b/lib/Term/ShellUI.pm
@@ -675,7 +675,7 @@
 
     $term->prompt(['$', '>']);
 
-Of course, you specify backslash_continues_command=>1 to to L</new> to cause
+Of course, you specify backslash_continues_command=>1 to L</new> to cause
 commands to continue.
 
 And, of course, you can use an array of procs too.
@@ -864,7 +864,7 @@
 =item run()
 
 The main loop.  Processes all commands until someone calls
-C<L</"exit_requested(exitflag)"|exit_requested>(true)>.
+C<L<exit_requested|/exit_requested(exitflag)>(true)>.
 
 If you pass arguments, they are joined and run once.  For
 instance, $term->run(@ARGV) allows your program to be run