comparison src/dirfns.cc @ 4208:e96f52432059

[project @ 2002-12-03 19:48:57 by jwe]
author jwe
date Tue, 03 Dec 2002 19:48:57 +0000
parents d5667eaf8859
children ccfdb55c8156
comparison
equal deleted inserted replaced
4207:fa3482b34599 4208:e96f52432059
80 } 80 }
81 81
82 return cd_ok; 82 return cd_ok;
83 } 83 }
84 84
85 DEFUN_TEXT (cd, args, , 85 DEFCMD (cd, args, ,
86 "-*- texinfo -*-\n\ 86 "-*- texinfo -*-\n\
87 @deffn {Command} cd dir\n\ 87 @deffn {Command} cd dir\n\
88 @deffnx {Command} chdir dir\n\ 88 @deffnx {Command} chdir dir\n\
89 Change the current working directory to @var{dir}. If @var{dir} is\n\ 89 Change the current working directory to @var{dir}. If @var{dir} is\n\
90 omitted, the current directory is changed to the users home\n\ 90 omitted, the current directory is changed to the users home\n\
138 cleanup_iprocstream (void *p) 138 cleanup_iprocstream (void *p)
139 { 139 {
140 delete static_cast <iprocstream *> (p); 140 delete static_cast <iprocstream *> (p);
141 } 141 }
142 142
143 DEFUN_TEXT (ls, args, , 143 DEFCMD (ls, args, ,
144 "-*- texinfo -*-\n\ 144 "-*- texinfo -*-\n\
145 @deffn {Command} ls options\n\ 145 @deffn {Command} ls options\n\
146 @deffnx {Command} dir options\n\ 146 @deffnx {Command} dir options\n\
147 List directory contents. For example,\n\ 147 List directory contents. For example,\n\
148 \n\ 148 \n\