diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-01-03 20:31:25 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-01-03 20:31:25 +0000 |
| commit | 6790c0cc3dd856c91d5537cd3f0529fa83d8c733 (patch) | |
| tree | 2ee5919ef63d9762148944e45a167f9659437b8f | |
| parent | d2daa2c09968d6b7cfd8b87db13f1e973c9407af (diff) | |
Notes
| -rw-r--r-- | share/man/man5/utmp.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 351dc2a2c03b..0660ad9cd2a3 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)utmp.5 8.2 (Berkeley) 3/17/94 -.\" $Id: utmp.5,v 1.5 1997/03/07 03:28:09 jmg Exp $ +.\" $Id: utmp.5,v 1.6 1998/01/02 19:22:52 alex Exp $ .\" .Dd March 17, 1994 .Dt UTMP 5 @@ -62,12 +62,8 @@ These files can grow rapidly on busy systems, 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 . ) +files 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" |
