Correct order of arguments in setcc documentation
Perl 5 Porters [Tue, 18 Jun 1996 07:28:03 +0000 (07:28 +0000)]
ext/POSIX/POSIX.pod

index 4b75851..aa7a008 100644 (file)
@@ -1393,7 +1393,7 @@ Returns C<undef> on failure.
 Set a value in the c_cc field of a termios object.  The c_cc field is an
 array so an index must be specified.
 
-       $termios->setcc( 1, &POSIX::VEOF );
+       $termios->setcc( &POSIX::VEOF, 1 );
 
 =item setcflag