Mercurial > hg > octave-lyh
diff scripts/@ftp/mput.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/@ftp/mput.m +++ b/scripts/@ftp/mput.m @@ -20,7 +20,7 @@ ## @deftypefn {Function File} {} mput (@var{f}, @var{file}) ## Upload the local file @var{file} into the current remote directory on ## the FTP connection @var{f}. @var{f} is an FTP object returned by the -## ftp function. +## ftp function. ## ## The argument @var{file} is passed by the @dfn{glob} function and any ## files that match the wildcards in @var{file} will be uploaded.