diff options
author | 2010-04-01 06:23:33 +0000 | |
---|---|---|
committer | 2010-04-01 06:23:33 +0000 | |
commit | 6ec16d95b36544688d3fd278a3f73efd4cff40b0 (patch) | |
tree | 7f55733e5dccfc4a8a05219fb18e8dce1cd1d4a1 | |
parent | Allow top to accept tab characters as input in interactive mode (diff) | |
download | wireguard-openbsd-6ec16d95b36544688d3fd278a3f73efd4cff40b0.tar.xz wireguard-openbsd-6ec16d95b36544688d3fd278a3f73efd4cff40b0.zip |
tweak previous; ok deraadt
-rw-r--r-- | bin/date/date.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 56e32d15850..1a37515b5cc 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.50 2010/03/31 17:51:21 deraadt Exp $ +.\" $OpenBSD: date.1,v 1.51 2010/04/01 06:23:33 jmc Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: March 31 2010 $ +.Dd $Mdocdate: April 1 2010 $ .Dt DATE 1 .Os .Sh NAME @@ -63,9 +63,9 @@ Otherwise, depending on the options specified, .Nm will set the date and time or print it in a user-defined way. .Pp -Only the superuser may set the date. -Changing the system date has some risks as described in +Changing the system date has some risks, as described in .Xr settimeofday 2 . +Only the superuser may change the date. .Pp The options are as follows: .Bl -tag -width Ds |