diff scripts/@ftp/rename.m @ 14217:7912e682aa30

doc: Update docstrings for @ftp class. * aspell-octave.en.pws: Add new functions to spellchecker. * system.txi: Add DOCSTRING entries for all @ftp functions * ascii.m, binary.m, cd.m, close.m, delete.m, dir.m, ftp.m, loadobj.m, mget.m, mkdir.m, mput.m, rename.m, rmdir.m: Update docstrings.
author Rik <octave@nomad.inbox5.com>
date Wed, 18 Jan 2012 21:15:50 -0800
parents 72c96de7a403
children 1c89599167a6
line wrap: on
line diff
--- a/scripts/@ftp/rename.m
+++ b/scripts/@ftp/rename.m
@@ -19,8 +19,9 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} rename (@var{f}, @var{oldname}, @var{newname})
 ## Rename or move the remote file or directory @var{oldname} to @var{newname},
-##  over the FTP connection @var{f}.  @var{f} is an FTP object returned by the
-## ftp function.
+## over the FTP connection @var{f}.
+##
+## @var{f} is an FTP object returned by the ftp function.
 ## @end deftypefn
 
 function rename (f, oldname, newname)