diff options
author | Richard Soderberg <p5-authors@crystalflame.net> | 2001-05-28 03:08:58 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 17:52:25 +0000 |
commit | f1a1024eca3d162fcb007fb387afaa980264bd2f (patch) | |
tree | 2d261a58f78bbf836978e7db3380a324f44de45f /sv.h | |
parent | e7525a1746b960b70659004cda7d2e0da2348766 (diff) | |
download | perl-f1a1024eca3d162fcb007fb387afaa980264bd2f.tar.gz |
Pod nitpicks
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
p4raw-id: //depot/perl@10263
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -594,7 +594,7 @@ Unsets the UTF8 status of an SV. =for apidoc Am|void|SvPOK_only_UTF8|SV* sv Tells an SV that it is a string and disables all other OK bits, and leaves the UTF8 status as it was. - + =cut */ |