View | Details | Raw Unified | Return to bug 274189
Collapse All | Expand All

(-)usr.bin/stat/stat.1 (-3 / +3 lines)
Lines 254-260 Link Here
254
respectively.
254
respectively.
255
Some output formats do not apply to all fields.
255
Some output formats do not apply to all fields.
256
Floating point output only applies to
256
Floating point output only applies to
257
.Vt timespec
257
.Vt time
258
fields (the
258
fields (the
259
.Cm a , m ,
259
.Cm a , m ,
260
and
260
and
Lines 505-516 Link Here
505
.Bd -literal -offset indent
505
.Bd -literal -offset indent
506
\*[Gt] csh
506
\*[Gt] csh
507
% eval set `stat -s .cshrc`
507
% eval set `stat -s .cshrc`
508
% echo $st_size $st_mtimespec
508
% echo $st_size $st_mtime
509
1148 1015432481
509
1148 1015432481
510
510
511
\*[Gt] sh
511
\*[Gt] sh
512
$ eval $(stat -s .profile)
512
$ eval $(stat -s .profile)
513
$ echo $st_size $st_mtimespec
513
$ echo $st_size $st_mtime
514
1148 1015432481
514
1148 1015432481
515
.Ed
515
.Ed
516
.Pp
516
.Pp

Return to bug 274189