Index: copyfile.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/copyfile.m,v retrieving revision 1.10 diff -u -r1.10 copyfile.m --- copyfile.m 12 Oct 2007 21:27:23 -0000 1.10 +++ copyfile.m 5 Jan 2008 17:51:07 -0000 @@ -23,10 +23,10 @@ ## names, @var{f2} must be a directory. If @var{force} is given and equals ## the string "f" the copy operation will be forced. ## -## If successful, @var{status} is 1, with @var{msg} and @var{msgid} empty\n\ -## character strings. Otherwise, @var{status} is 0, @var{msg} contains a\n\ -## system-dependent error message, and @var{msgid} contains a unique\n\ -## message identifier.\n\ +## If successful, @var{status} is 1, with @var{msg} and @var{msgid} empty +## character strings. Otherwise, @var{status} is 0, @var{msg} contains a +## system-dependent error message, and @var{msgid} contains a unique +## message identifier. ## @seealso{glob, movefile} ## @end deftypefn