tiny doc patches
Roderick Schertler [Sat, 4 Jan 1997 16:12:13 +0000 (11:12 -0500)]
p5p-msgid: <23338.852394333@eeyore.ibcinc.com>

pod/perlapio.pod
pod/perlnews.pod

index ae67494..2a2a99f 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlio - perl's IO abstraction interface.
+perlapio - perl's IO abstraction interface.
 
 =head1 SYNOPSIS
 
index 6c12d29..e6d1225 100644 (file)
@@ -40,7 +40,7 @@ are still supported for backwards compatibility
 C<use IO::Handle> (or C<IO::Seekable> or C<IO::File>) and
 C<*STDOUT{IO}> are the way of the future.
 
-=head2 Internal Change: PerlIO internal IO abstraction interface.
+=head2 Internal Change: PerlIO internal IO abstraction interface
 
 It is now possible to build Perl with AT&T's sfio IO package
 instead of stdio.  See L<perlapio> for more details, and