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

Diff for /src/usr.bin/find/option.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:33:13 version 1.3, 1996/08/31 22:40:22
Line 69 
Line 69 
         { "-inum",      N_INUM,         c_inum,         O_ARGV },          { "-inum",      N_INUM,         c_inum,         O_ARGV },
         { "-links",     N_LINKS,        c_links,        O_ARGV },          { "-links",     N_LINKS,        c_links,        O_ARGV },
         { "-ls",        N_LS,           c_ls,           O_ZERO },          { "-ls",        N_LS,           c_ls,           O_ZERO },
           { "-maxdepth",  N_MDEPTH,       c_mdepth,       O_ARGV },
         { "-mtime",     N_MTIME,        c_mtime,        O_ARGV },          { "-mtime",     N_MTIME,        c_mtime,        O_ARGV },
         { "-name",      N_NAME,         c_name,         O_ARGV },          { "-name",      N_NAME,         c_name,         O_ARGV },
         { "-newer",     N_NEWER,        c_newer,        O_ARGV },          { "-newer",     N_NEWER,        c_newer,        O_ARGV },

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3