diff options
author | 2003-12-06 20:25:21 +0000 | |
---|---|---|
committer | 2003-12-06 20:25:21 +0000 | |
commit | 90625e80577441f9bcda69d2f7825af6d22448a4 (patch) | |
tree | 9eeed66f46b696348760378f5d49e375c762ebf0 | |
parent | Add test for pattern containing multiple dots (PR 3597). (diff) | |
download | wireguard-openbsd-90625e80577441f9bcda69d2f7825af6d22448a4.tar.xz wireguard-openbsd-90625e80577441f9bcda69d2f7825af6d22448a4.zip |
Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@
-rw-r--r-- | gnu/usr.bin/perl/t/pod/pod2usage.xr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/pod/pod2usage.xr b/gnu/usr.bin/perl/t/pod/pod2usage.xr index 7315d4025a0..d9ad11a1bb7 100644 --- a/gnu/usr.bin/perl/t/pod/pod2usage.xr +++ b/gnu/usr.bin/perl/t/pod/pod2usage.xr @@ -38,7 +38,7 @@ OPTIONS AND ARGUMENTS DESCRIPTION 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. + specified then standard input is read. pod2usage invokes the pod2usage() function in the Pod::Usage module. Please see the pod2usage() entry in the Pod::Usage manpage. |