diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod b/Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod index 7f51b6c4c15..7099418443d 100644 --- a/Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod +++ b/Master/tlpkg/tlperl/lib/IO/Compress/FAQ.pod @@ -199,7 +199,7 @@ L<ftp://ftp.info-zip.org/pub/infozip/doc/> The primary reference for gzip files is RFC 1952 L<http://www.faqs.org/rfcs/rfc1952.html> -The primary site for gzip is F<http://www.gzip.org>. +The primary site for gzip is L<http://www.gzip.org>. =head2 Dealing with concatenated gzip files @@ -235,7 +235,7 @@ C<IO::Uncompress::Gunzip> use the C<MultiStream> option as shown in the previous section. See the section titled "The BGZF compression format" in -F<http://samtools.github.io/hts-specs/SAMv1.pdf> for a definition of +L<http://samtools.github.io/hts-specs/SAMv1.pdf> for a definition of C<bgzip>. =head1 ZLIB @@ -243,13 +243,13 @@ C<bgzip>. =head2 Zlib Resources The primary site for the I<zlib> compression library is -F<http://www.zlib.org>. +L<http://www.zlib.org>. =head1 Bzip2 =head2 Bzip2 Resources -The primary site for bzip2 is F<http://www.bzip.org>. +The primary site for bzip2 is L<http://www.bzip.org>. =head2 Dealing with Concatenated bzip2 files @@ -296,7 +296,7 @@ must include the C<MultiStream> option, like this. Below is a mod_perl Apache compression module, called C<Apache::GZip>, taken from -F<http://perl.apache.org/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.html#On_the_Fly_Compression> +L<http://perl.apache.org/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.html#On_the_Fly_Compression> package Apache::GZip; #File: Apache::GZip.pm @@ -668,7 +668,7 @@ L<IO::Zlib|IO::Zlib> =head1 AUTHOR -This module was written by Paul Marquess, F<pmqs@cpan.org>. +This module was written by Paul Marquess, C<pmqs@cpan.org>. =head1 MODIFICATION HISTORY @@ -676,7 +676,7 @@ See the Changes file. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2015 Paul Marquess. All rights reserved. +Copyright (c) 2005-2017 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |