summaryrefslogtreecommitdiff
path: root/pod/perlapio.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-08-24 23:56:18 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-08-24 23:56:18 +0000
commit84dc3c4daae48410e767ac41da148ac5c6c45446 (patch)
tree22b3c90c3712939c2c7a165b60ea3f0881a1af54 /pod/perlapio.pod
parent6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff)
downloadperl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz
Clean up docmentation installation errors.
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r--pod/perlapio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index 85900f157c..5d87ff0e05 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -89,7 +89,7 @@ These are is fprintf()/vfprintf equivalents.
=item B<PerlIO_stdoutf(fmt,...)>
This is printf() equivalent. printf is #defined to this function,
-so it is (currently) legal to use printf(fmt,...) in perl sources.
+so it is (currently) legal to use C<printf(fmt,...)> in perl sources.
=item B<PerlIO_read(f,buf,count)>, B<PerlIO_write(f,buf,count)>