| Summary: | date(1) page doesn't say which clock(s) it sets. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Gary W. Swearingen
2002-03-06 23:40:01 UTC
Howdy, This patch adds "The date utility displays the date and time read from the kernel clock. When used to set the date and time, both the kernel clock and the CMOS clock are updated." as the second paragraph in the DESCRIPTION section. -Mike --- date.1.old Thu Apr 4 04:43:58 2002 +++ date.1 Thu Apr 4 05:02:51 2002 @@ -72,6 +72,12 @@ .Nm will set the date and time or print it in a user-defined way. .Pp +The +.Nm +utility displays the date and time read from the kernel clock. +When used to set the date and time, +both the kernel clock and the CMOS clock are updated. +.Pp Only the superuser may set the date, and if the system securelevel (see .Xr securelevel 8 ) That's good. Responsible Changed From-To: freebsd-doc->trhodes I'll take this one. State Changed From-To: open->patched The supplied patch does not apply, I rebuilt it and applied to CURRENT, I will apply this to STABLE in a day. Thanks! State Changed From-To: patched->closed A slightly different version of the patch committed to CURRENT and STABLE, mainly just s/CMOS/hardware/ as requested by bde |