Tweak the PUSHED documentation.
Jarkko Hietaniemi [Sat, 24 Nov 2001 14:48:34 +0000 (14:48 +0000)]
p4raw-id: //depot/perl@13232

ext/PerlIO/Via/Via.pm

index 07c0876..01805ca 100644 (file)
@@ -32,10 +32,11 @@ module defines the required TIEHANDLE methods so that you can say
 
 =over 4
 
-=item $class->PUSHED([$mode][,$fh])
+=item $class->PUSHED([$mode[,$fh]])
 
-Should return an object or the class, or undef on failure.
-(Compare TIEHANDLE.)  Mandatory.
+Should return an object or the class, or -1 on failure.  (Compare
+TIEHANDLE.)  The arguments are an optional mode string ("r", "w",
+"w+", ...) and a filehandle for the PerlIO layer below.  Mandatory.
 
 =item $obj->POPPED([$fh])