[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Use ordinary paragraph for sv.h reference in perlguts
Howdy,
perlguts uses a verbatim paragraph for the following paragraph:
> See the sv.h header file for more details.
The attached patch makes it use an ordinary paragraph instead (and use
the F formatting code for sv.h).
--
Matt http://ftbfs.org/
commit 0e6481102a66d24fde243c8614b7c9fdb545ac1f
Author: Matt Kraai <kraai@ftbfs.org>
Date: Thu Jul 3 14:00:34 2008 -0700
Use an ordinary paragraph to reference sv.h.
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 33346c6..12d81ff 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
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]