Dumpvalue doc patch
Andreas König [Fri, 18 Nov 2005 03:42:52 +0000 (04:42 +0100)]
Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26154

lib/Dumpvalue.pm

index 7944e78..109e229 100644 (file)
@@ -616,7 +616,7 @@ given quote char.  Possible values are C<auto>, C<'> and C<">.
 
 =item set_unctrl
 
-  $d->set_unctrl('"');
+  $d->set_unctrl('unctrl');
 
 Sets C<unctrl> option with checking for an invalid argument.
 Possible values are C<unctrl> and C<quote>.