diff options
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r-- | pod/perlapio.pod | 2 |
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)> |