Update the man page to match utmp.h.

This commit is contained in:
Mike Pritchard 2000-05-19 18:24:23 +00:00
parent 74cf6eb61b
commit 17c73e2bb2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ struct utmp {
char ut_line[UT_LINESIZE];
char ut_name[UT_NAMESIZE];
char ut_host[UT_HOSTSIZE];
long ut_time;
time_t ut_time;
};
.Ed
.Pp