summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/tmdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/tmdate b/sys/man/2/tmdate
index 2b59649e6..2f4f711ea 100644
--- a/sys/man/2/tmdate
+++ b/sys/man/2/tmdate
@@ -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) */