This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clean up docmentation installation errors.
[perl5.git] / pod / perlapio.pod
index 85900f1..5d87ff0 100644 (file)
@@ -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)>