Mercurial > hg > octave-lyh
diff scripts/@ftp/ftp.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | c776f063fefe |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/@ftp/ftp.m +++ b/scripts/@ftp/ftp.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{f}} = ftp (@var{host}) -## @deftypefnx {Function File} {@var{f}} = ftp (@var{host}, @var{username}, @var{password}) +## @deftypefn {Function File} {@var{f} =} ftp (@var{host}) +## @deftypefnx {Function File} {@var{f} =} ftp (@var{host}, @var{username}, @var{password}) ## Connect to the FTP server @var{host} with @var{username} and @var{password}. ## If @var{username} and @var{password} are not specified, user "anonymous" ## with no password is used. The returned FTP object @var{f} represents the