summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-11-19 20:01:16 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-11-19 20:01:16 +0000
commit39fb0ac880fd9390e3f92048baaba9392e38eca6 (patch)
tree3652aa07152b9202632ff2c909dfb7114e0b5466 /pod
parent8fada4f68b93131e799325ac5c6f8a949351407d (diff)
downloadperl-39fb0ac880fd9390e3f92048baaba9392e38eca6.tar.gz
diff -se shows these as different
p4raw-id: //depot/perlio@7753
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 061f403445..7a93dea82b 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -2368,19 +2368,19 @@ false, defined or undefined. Does not handle 'get' magic.
=for hackers
Found in file sv.h
-=item SvTYPE
-
-Returns the type of the SV. See C<svtype>.
+=item svtype
- svtype SvTYPE(SV* sv)
+An enum of flags for Perl types. These are found in the file B<sv.h>
+in the C<svtype> enum. Test these flags with the C<SvTYPE> macro.
=for hackers
Found in file sv.h
-=item svtype
+=item SvTYPE
-An enum of flags for Perl types. These are found in the file B<sv.h>
-in the C<svtype> enum. Test these flags with the C<SvTYPE> macro.
+Returns the type of the SV. See C<svtype>.
+
+ svtype SvTYPE(SV* sv)
=for hackers
Found in file sv.h