tmdate(2): fix name of tm struct
There was a leftover from when this library was separate with different types.
This commit is contained in:
parent
693485e9c4
commit
4a1186ddfe
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ tmnow, tzload, tmtime, tmparse, tmfmt, tmnorm - convert date and time
|
|||
.ft L
|
||||
.nf
|
||||
.EX
|
||||
typedef struct Tmd Tmd;
|
||||
typedef struct Tm Tm;
|
||||
typedef struct Tmfmt Tmfmt;
|
||||
|
||||
struct {
|
||||
struct Tm {
|
||||
int nsec; /* nanoseconds (range 0..1e9) */
|
||||
int sec; /* seconds (range 0..59) */
|
||||
int min; /* minutes (0..59) */
|
||||
|
|
Loading…
Reference in a new issue