diff src/DLD-FUNCTIONS/urlwrite.cc @ 7031:120f3135952f

[project @ 2007-10-15 15:30:03 by jwe]
author jwe
date Mon, 15 Oct 2007 15:31:21 +0000
parents a1dbe9d80eee
children 78f3811155f7
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/urlwrite.cc	Mon Oct 15 13:20:01 2007 +0000
+++ b/src/DLD-FUNCTIONS/urlwrite.cc	Mon Oct 15 15:31:21 2007 +0000
@@ -195,7 +195,8 @@
 @var{localfile}.  For example,\n\
 \n\
 @example\n\
-urlwrite (\"ftp://ftp.octave.org/pub/octave/README\", \"README.txt\");\n\
+urlwrite (\"ftp://ftp.octave.org/pub/octave/README\", \n\
+          \"README.txt\");\n\
 @end example\n\
 \n\
 The full path of the downloaded file is returned in @var{f}.  The\n\
@@ -342,7 +343,7 @@
 URL.  For example,\n\
 \n\
 @example\n\
-s = urlread (\"http://username:password@@example.com/file.txt\");\n\
+s = urlread (\"http://user:password@@example.com/file.txt\");\n\
 @end example\n\
 \n\
 GET and POST requests can be specified by @var{method} and @var{param}.\n\