projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ded1cc
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pod
b/ext/POSIX/POSIX.pod
index
4b75851
..
aa7a008
100644
(file)
--- a/
ext/POSIX/POSIX.pod
+++ b/
ext/POSIX/POSIX.pod
@@
-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