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

Diff for /src/usr.bin/find/function.c between version 1.50 and 1.51

version 1.50, 2020/11/23 06:21:52 version 1.51, 2022/12/26 18:51:18
Line 1396 
Line 1396 
 /*  /*
  * -print functions --   * -print functions --
  *   *
  *      Always true, causes the current pathame to be written to   *      Always true, causes the current pathname to be written to
  *      standard output.   *      standard output.
  */   */
 int  int
Line 1576 
Line 1576 
 /*  /*
  * -xdev functions --   * -xdev functions --
  *   *
  *      Always true, causes find not to decend past directories that have a   *      Always true, causes find not to descend past directories that have a
  *      different device ID (st_dev, see stat() S5.6.2 [POSIX.1])   *      different device ID (st_dev, see stat() S5.6.2 [POSIX.1])
  */   */
 PLAN *  PLAN *
Line 1679 
Line 1679 
  *   *
  *      At the moment, only N_EXEC has state. Two kinds: 1)   *      At the moment, only N_EXEC has state. Two kinds: 1)
  *      lists of files to feed to subprocesses 2) State on exit   *      lists of files to feed to subprocesses 2) State on exit
  *      statusses of past subprocesses.   *      status of past subprocesses.
  */   */
 /* ARGSUSED1 */  /* ARGSUSED1 */
 int  int

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51