summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2009-02-06 10:22:00 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-02-06 10:22:00 +0100
commit3f2c382a9c5fe8fca68e8087054db654adef51b7 (patch)
tree7f49da9cc78b877f527393098d764f2355397b1e
parentc8f794576f0d940fc66e0fc10236a1b54a7e40a3 (diff)
downloadperl-3f2c382a9c5fe8fca68e8087054db654adef51b7.tar.gz
Use an ordinary paragraph to reference sv.h.
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 6408e87422..e8898765a8 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -600,7 +600,7 @@ The most useful types that will be returned are:
SVt_PVGV Glob (possible a file handle)
SVt_PVMG Blessed or Magical Scalar
- See the sv.h header file for more details.
+See the F<sv.h> header file for more details.
=head2 Blessed References and Class Objects