After waiting for help with the markup, I finally decided to just patch

the page myself. The new language is more accurate than what was there
before, but the most accurate way of describing the funcionality eludes
me.

PR:		kern/33904
MFC after:	1 month
This commit is contained in:
Nick Sayer 2002-11-04 19:30:04 +00:00
parent ada2a050be
commit e3979b2122

View File

@ -99,12 +99,12 @@ Daylight Saving time applies locally during
the appropriate part of the year.
.Pp
Only the super-user may set the time of day or time zone.
If the system is running in secure mode (see
If the system is running at securelevel >= 2 (see
.Xr init 8 ) ,
the time may only be advanced.
the time may only be advanced or retarded by a maximum of one second.
This limitation is imposed to prevent a malicious super-user
from setting arbitrary time stamps on files.
The system time can still be adjusted backwards using the
The system time can be adjusted backwards without restriction using the
.Xr adjtime 2
system call even when the system is secure.
.Sh RETURN VALUES