diff options
Diffstat (limited to 'share/man/man5/utmp.5')
-rw-r--r-- | share/man/man5/utmp.5 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 2f36f86574a..2b88bf5ec7b 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -59,16 +59,11 @@ the file. .Pp .Nm wtmp -can can grow rapidly on busy systems, daily or weekly rotation +can can grow rapidly on busy systems, so daily or weekly rotation is recommended. -If any of these files do not exist, it is not created. -These -files must be created manually and are normally maintained in either the script -.Pa /etc/daily -or the script -.Pa /etc/weekly . -(See -.Xr cron 8 . ) +If any one of these files does not exist, it is not created. +They must be created manually and are maintained by +.Xr newsyslog 8 . .Bd -literal -offset indent #define _PATH_UTMP "/var/run/utmp" #define _PATH_WTMP "/var/log/wtmp" @@ -111,7 +106,7 @@ program then records the new login time in the file .Pp After the new .Fa lastlog -record is written , +record is written, .\" the .\" .Xr libutil 3 .\" routine |