mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update the man page to match utmp.h.
This commit is contained in:
parent
74cf6eb61b
commit
17c73e2bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue