summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:28:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:28:05 +0000
commit1b191c106ca842fc37f4320255ae1ba9a962e98b (patch)
tree8f9b0ffc253ef64ea28234edd135c639dc001633 /gnu/usr.bin/perl
parent087c2ac8d40ebd7e317e1caa0b3fc2f61c1ab5d6 (diff)
fix 2 typos
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/pod/pod2usage.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/pod/pod2usage.PL b/gnu/usr.bin/perl/pod/pod2usage.PL
index 6df506234d6..f319ec068e4 100644
--- a/gnu/usr.bin/perl/pod/pod2usage.PL
+++ b/gnu/usr.bin/perl/pod/pod2usage.PL
@@ -114,7 +114,7 @@ usage mesage format (defaults to standard input).
B<pod2usage> will read the given input file looking for pod
documentation and will print the corresponding usage message.
-If no input file is specifed than standard input is read.
+If no input file is specified then standard input is read.
B<pod2usage> invokes the B<pod2usage()> function in the B<Pod::Usage>
module. Please see L<Pod::Usage/pod2usage()>.