tmdate(2): fix name of tm struct

There was a leftover from when this library was separate
with different types.
front
Ori Bernstein 2020-09-07 18:49:00 -07:00
parent 693485e9c4
commit 4a1186ddfe
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ tmnow, tzload, tmtime, tmparse, tmfmt, tmnorm - convert date and time
.ft L .ft L
.nf .nf
.EX .EX
typedef struct Tmd Tmd; typedef struct Tm Tm;
typedef struct Tmfmt Tmfmt; typedef struct Tmfmt Tmfmt;
struct { struct Tm {
int nsec; /* nanoseconds (range 0..1e9) */ int nsec; /* nanoseconds (range 0..1e9) */
int sec; /* seconds (range 0..59) */ int sec; /* seconds (range 0..59) */
int min; /* minutes (0..59) */ int min; /* minutes (0..59) */