From: Perl 5 Porters Date: Tue, 18 Jun 1996 07:28:03 +0000 (+0000) Subject: Correct order of arguments in setcc documentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b7a6f50d7e516e28a2661a3dc1df103ef73abf3;p=p5sagit%2Fp5-mst-13.2.git Correct order of arguments in setcc documentation --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 4b75851..aa7a008 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1393,7 +1393,7 @@ Returns C 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