diff options
Diffstat (limited to 'man3/ftime.3')
| -rw-r--r-- | man3/ftime.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/ftime.3 b/man3/ftime.3 index b34df61971..cd6f3d5572 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -42,10 +42,10 @@ which is declared as follows: .in +1i .nf struct timeb { - time_t time; - unsigned short millitm; - short timezone; - short dstflag; + time_t time; + unsigned short millitm; + short timezone; + short dstflag; }; .fi .in -1i |
