[BACK]Return to rdist.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/rdist.1 between version 1.28 and 1.29

version 1.28, 2007/02/26 22:16:09 version 1.29, 2007/02/27 08:08:40
Line 278 
Line 278 
 .Pa file.NNN  .Pa file.NNN
 where NNN increases for each generation update.  where NNN increases for each generation update.
 The first generation is 001, and the last is 999.  The first generation is 001, and the last is 999.
 After 999 generations, the counter is reset to 001 and 001 will get  After 999 generations, the counter is reset and stuck to 001,
 overwritten all the time.  and 001 will get overwritten all the time.
 This is undesirable behavior, so some other method needs to be devised  This is undesirable behavior, so some other method needs to be devised
 to clean up or limit the number of generations.  to clean up or limit the number of generations.
 .It Ic ignlnks  .It Ic ignlnks
Line 305 
Line 305 
 distfile that are directories are not recursively scanned.  distfile that are directories are not recursively scanned.
 Only the existence, ownership, and mode of the directory are checked.  Only the existence, ownership, and mode of the directory are checked.
 .It Ic noexec  .It Ic noexec
 Automatically exclude executable files that are in  Automatically exclude executable binary files that are in
 .Xr a.out 5  .Xr a.out 5
   or
   .Xr elf 5
 format from being checked or updated.  format from being checked or updated.
 .It Ic numchkgroup  .It Ic numchkgroup
 Use the numeric group ID (GID) to check group ownership instead of  Use the numeric group ID (GID) to check group ownership instead of
Line 330 
Line 332 
 to  to
 .Pa file.OLD .  .Pa file.OLD .
 .It Ic sparse  .It Ic sparse
 Enable checking for sparse (aka  Enable checking for sparse files.
 .Dq wholely )  
 files.  
 One of the most common types of sparse files are those produced by  One of the most common types of sparse files are those produced by
 .Xr db 3 .  .Xr db 3 .
 This option adds some additional processing overhead so it should  This option adds some additional processing overhead so it should

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29