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

Diff for /src/usr.bin/stat/stat.1 between version 1.15 and 1.16

version 1.15, 2008/06/26 05:42:21 version 1.16, 2008/10/06 13:41:33
Line 315 
Line 315 
 .Ar file  .Ar file
 was last accessed or modified, or when the inode was last changed, or  was last accessed or modified, or when the inode was last changed, or
 the birth time of the inode  the birth time of the inode
 .Pq Fa st_atimespec , st_mtimespec , st_ctimespec .  .Pq Fa st_atime , st_mtime , st_ctime .
 If the file system does not support birth time, the value is undefined.  If the file system does not support birth time, the value is undefined.
 .It Cm z  .It Cm z
 The size of  The size of
Line 399 
Line 399 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 \*(Gt csh  \*(Gt csh
 % eval set `stat -s .cshrc`  % eval set `stat -s .cshrc`
 % echo $st_size $st_mtimespec  % echo $st_size $st_mtime
 1148 1015432481  1148 1015432481
   
 \*(Gt sh  \*(Gt sh
 $ eval $(stat -s .profile)  $ eval $(stat -s .profile)
 $ echo $st_size $st_mtimespec  $ echo $st_size $st_mtime
 1148 1015432481  1148 1015432481
 .Ed  .Ed
 .Pp  .Pp

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16