diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-15 15:06:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-15 15:06:36 +0000 |
commit | 96c89775e33c17fe7a01dac22f3097556ad19484 (patch) | |
tree | 9aab0fbffea31a6f789296dc30dd7b1d02847d29 /t | |
parent | 6f8778a9b3ffcdfdce801253e6d5176871a2cdfd (diff) | |
download | perl-96c89775e33c17fe7a01dac22f3097556ad19484.tar.gz |
Upgrade to podlators 1.13.
p4raw-id: //depot/perl@13021
Diffstat (limited to 't')
-rw-r--r-- | t/pod/lref.xr | 18 | ||||
-rw-r--r-- | t/pod/pod2usage.xr | 4 | ||||
-rw-r--r-- | t/pod/podselect.xr | 13 |
3 files changed, 17 insertions, 18 deletions
diff --git a/t/pod/lref.xr b/t/pod/lref.xr index 297053b1ac..61c1206486 100644 --- a/t/pod/lref.xr +++ b/t/pod/lref.xr @@ -1,22 +1,22 @@ Try out *LOTS* of different ways of specifying references: - Reference the the section entry in the manpage manpage + Reference the "section" in manpage - Reference the the section entry in the manpage manpage + Reference the "section" in manpage - Reference the the section entry in the manpage manpage + Reference the "section" in manpage - Reference the the section entry in the manpage manpage + Reference the "section" in manpage - Reference the the section on "manpage/section" + Reference the "manpage/section" - Reference the the section entry in the "manpage" manpage + Reference the "section" in "manpage" - Reference the the section on "section" in the manpage manpage + Reference the "section" in manpage - Reference the the section entry in the manpage manpage + Reference the "section" in manpage - Reference the the section entry in the manpage manpage + Reference the "section" in manpage Now try it using the new "|" stuff ... diff --git a/t/pod/pod2usage.xr b/t/pod/pod2usage.xr index 7315d4025a..82749bf8fe 100644 --- a/t/pod/pod2usage.xr +++ b/t/pod/pod2usage.xr @@ -41,10 +41,10 @@ DESCRIPTION specifed than standard input is read. pod2usage invokes the pod2usage() function in the Pod::Usage module. - Please see the pod2usage() entry in the Pod::Usage manpage. + Please see "pod2usage()" in Pod::Usage. SEE ALSO - the Pod::Usage manpage, the pod2text(1) manpage + Pod::Usage, pod2text(1) AUTHOR Brad Appleton <bradapp@enteract.com> diff --git a/t/pod/podselect.xr b/t/pod/podselect.xr index 7d1188d84c..f1622b783f 100644 --- a/t/pod/podselect.xr +++ b/t/pod/podselect.xr @@ -12,10 +12,10 @@ OPTIONS AND ARGUMENTS -man Print the manual page and exit. -section *section-spec* - Specify a section to include in the output. See the section on - "SECTION SPECIFICATIONS" in the Pod::Parser manpage for the - format to use for *section-spec*. This option may be given - multiple times on the command line. + Specify a section to include in the output. See "SECTION + SPECIFICATIONS" in Pod::Parser for the format to use for + *section-spec*. This option may be given multiple times on the + command line. *file* The pathname of a file from which to select sections of pod documentation (defaults to standard input). @@ -27,11 +27,10 @@ DESCRIPTION are given than all pod sections encountered are output. podselect invokes the podselect() function exported by Pod::Select - Please see the podselect() entry in the Pod::Select manpage for more - details. + Please see "podselect()" in Pod::Select for more details. SEE ALSO - the Pod::Parser manpage and the Pod::Select manpage + Pod::Parser and Pod::Select AUTHOR Brad Appleton <bradapp@enteract.com> |