summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJohan Vromans <jvromans@squirrel.nl>2002-06-09 15:20:36 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-09 15:14:20 +0000
commitf89d2f205fb45982f458396e0a190ca8954dbb0c (patch)
tree59b7eeaf8cfc0767835774c2c8fdc17f46c4b5ed /pod
parent77ea4f6d93da91f08d36b99d2fc1b3f43e33aab0 (diff)
downloadperl-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.pod2
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 *