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

Diff for /src/usr.bin/fstat/fstat.1 between version 1.53 and 1.54

version 1.53, 2016/10/02 23:16:08 version 1.54, 2017/01/21 12:21:56
Line 159 
Line 159 
 otherwise, the mode is printed  otherwise, the mode is printed
 as an octal number.  as an octal number.
 .It Li R/W  .It Li R/W
 This column describes the access mode that the file allows.  This column describes the properties of the file descriptor:
 The letter  .Bd -literal -offset indent
 .Sq r  r       Open for reading
 indicates open for reading;  w       Open for writing
 the letter  e       close-on-exec flag is set
 .Sq w  .Ed
 indicates open for writing.  .Pp
 This field is useful when trying to find the processes that are  This field is useful when trying to find the processes that are
 preventing a file system from being downgraded to read-only.  preventing a file system from being downgraded to read-only.
 .It Li SZ | DV  .It Li SZ | DV

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54