diff options
author | Johan Vromans <jvromans@squirrel.nl> | 2002-06-09 15:20:36 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-09 15:14:20 +0000 |
commit | f89d2f205fb45982f458396e0a190ca8954dbb0c (patch) | |
tree | 59b7eeaf8cfc0767835774c2c8fdc17f46c4b5ed /pod | |
parent | 77ea4f6d93da91f08d36b99d2fc1b3f43e33aab0 (diff) | |
download | perl-f89d2f205fb45982f458396e0a190ca8954dbb0c.tar.gz |
One-argument syswrite
Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
(It's really two-argument.)
p4raw-id: //depot/perl@17132
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9b3e93843e..a49577087e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2297,7 +2297,7 @@ Sys::Syslog ignored the C<LOG_AUTH> constant. =item * -All but the first argument of the IO syswrite() method are now optional. +Also the LENGTH argument of syswrite() is now optional. =item * |