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

Diff for /src/usr.bin/find/find.1 between version 1.76 and 1.77

version 1.76, 2009/12/20 20:19:49 version 1.77, 2010/02/03 00:08:15
Line 271 
Line 271 
 .Ar gname  .Ar gname
 is treated as a group ID.  is treated as a group ID.
 .It Ic -iname Ar pattern  .It Ic -iname Ar pattern
 True if the last component of the pathname being examined  Identical to the
 matches  .Ic -name
 .Ar pattern .  primary except that the matching is done in a case insensitive manner.
 Case insensitive.  
 .It Ic -inum Ar n  .It Ic -inum Ar n
 True if the file has inode number  True if the file has inode number
 .Ar n .  .Ar n .
Line 314 
Line 313 
 24-hour periods.  24-hour periods.
 .It Ic -name Ar pattern  .It Ic -name Ar pattern
 True if the last component of the pathname being examined matches  True if the last component of the pathname being examined matches
 .Ar pattern .  .Ar pattern ,
 Special shell pattern matching characters  which may use any of the special characters documented in
 .Pf ( Ql [ ,  .Xr glob 7 .
 .Ql \&] ,  
 .Ql * ,  
 and  
 .Ql \&? )  
 may be used as part of  
 .Ar pattern .  
 These characters may be matched explicitly by escaping them with a  
 backslash  
 .Pq Ql \e .  
 .It Ic -newer Ar file  .It Ic -newer Ar file
 True if the current file has a more recent last modification time than  True if the current file has a more recent last modification time than
 .Ar file .  .Ar file .
Line 354 
Line 344 
 expression is false.  expression is false.
 .It Ic -path Ar pattern  .It Ic -path Ar pattern
 True if the pathname being examined matches  True if the pathname being examined matches
 .Ar pattern .  .Ar pattern ,
 Special shell pattern matching characters  which may use any of the special characters documented in
 .Pf ( Ql [ ,  .Xr glob 7 .
 .Ql \&] ,  
 .Ql * ,  
 and  
 .Ql \&? )  
 may be used as part of  
 .Ar pattern .  
 These characters may be matched explicitly by escaping them with a  
 backslash  
 .Pq Ql \e .  
 Slashes  Slashes
 .Pq Ql /  .Pq Ql /
 are treated as normal characters and do not have to be  are treated as normal characters and do not have to be
Line 553 
Line 534 
 .Xr chflags 1 ,  .Xr chflags 1 ,
 .Xr chmod 1 ,  .Xr chmod 1 ,
 .Xr locate 1 ,  .Xr locate 1 ,
   .Xr ls 1 ,
 .Xr whereis 1 ,  .Xr whereis 1 ,
 .Xr which 1 ,  .Xr which 1 ,
 .Xr xargs 1 ,  .Xr xargs 1 ,
 .Xr stat 2 ,  .Xr stat 2 ,
 .Xr fts 3 ,  .Xr fts 3 ,
 .Xr getgrent 3 ,  .Xr glob 7 ,
 .Xr getpwent 3 ,  
 .Xr strmode 3 ,  
 .Xr symlink 7  .Xr symlink 7
 .Sh STANDARDS  .Sh STANDARDS
 The  The

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77