summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoderick Schertler <roderick@gate.net>1997-01-04 11:12:13 -0500
committerChip Salzenberg <chip@atlantic.net>1997-01-08 11:52:00 +1200
commitb681178584626ba3718f1279845fd452317134c1 (patch)
treeeb82e2b74c6cc1d9efccb0c1ce0589e12db56c83
parent84e96f2bcc509ba2fb5d2c9608a30cc3cfdea41a (diff)
downloadperl-b681178584626ba3718f1279845fd452317134c1.tar.gz
tiny doc patches
p5p-msgid: <23338.852394333@eeyore.ibcinc.com>
-rw-r--r--pod/perlapio.pod2
-rw-r--r--pod/perlnews.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index ae67494ce2..2a2a99fc60 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlio - perl's IO abstraction interface.
+perlapio - perl's IO abstraction interface.
=head1 SYNOPSIS
diff --git a/pod/perlnews.pod b/pod/perlnews.pod
index 6c12d292fe..e6d1225a76 100644
--- a/pod/perlnews.pod
+++ b/pod/perlnews.pod
@@ -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