diff options
Diffstat (limited to 'share/man/man8/daily.8')
-rw-r--r-- | share/man/man8/daily.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/daily.8 b/share/man/man8/daily.8 index 04b412e9a72..25577a9ff31 100644 --- a/share/man/man8/daily.8 +++ b/share/man/man8/daily.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daily.8,v 1.4 2004/09/15 22:38:07 jmc Exp $ +.\" $OpenBSD: daily.8,v 1.5 2005/11/28 19:43:00 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" @@ -99,9 +99,10 @@ Creates a backup root file system which is updated daily. This only happens if the following conditions are met: .Bl -enum -offset indent .It +The environment variable .Ev ROOTBACKUP -must be set to 1. -It should be added to root's +must be set. +For example, the following can be added to root's .Xr crontab 5 : .Pp .Dl ROOTBACKUP=1 |