[BACK]Return to cmdtab.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/cmdtab.c between version 1.22 and 1.23

version 1.22, 2008/06/25 21:15:19 version 1.23, 2008/07/08 21:07:57
Line 148 
Line 148 
         { "chmod",      H(chmodhelp),   0, 1, 1, CMPL(nr)       do_chmod },          { "chmod",      H(chmodhelp),   0, 1, 1, CMPL(nr)       do_chmod },
         { "close",      H(disconhelp),  0, 1, 1, CMPL0          disconnect },          { "close",      H(disconhelp),  0, 1, 1, CMPL0          disconnect },
         { "cr",         H(crhelp),      0, 0, 0, CMPL0          setcr },          { "cr",         H(crhelp),      0, 0, 0, CMPL0          setcr },
   #ifndef SMALL
         { "debug",      H(debughelp),   0, 0, 0, CMPL0          setdebug },          { "debug",      H(debughelp),   0, 0, 0, CMPL0          setdebug },
   #endif /* !SMALL */
         { "delete",     H(deletehelp),  0, 1, 1, CMPL(r)        deletecmd },          { "delete",     H(deletehelp),  0, 1, 1, CMPL(r)        deletecmd },
         { "dir",        H(dirhelp),     1, 1, 1, CMPL(rl)       ls },          { "dir",        H(dirhelp),     1, 1, 1, CMPL(rl)       ls },
         { "disconnect", H(disconhelp),  0, 1, 1, CMPL0          disconnect },          { "disconnect", H(disconhelp),  0, 1, 1, CMPL0          disconnect },

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23