diff options
author | 2008-09-28 20:19:51 +0000 | |
---|---|---|
committer | 2008-09-28 20:19:51 +0000 | |
commit | 62cce5e578fd4b804769fc628a65a11cbb387bfb (patch) | |
tree | 5bc398f45d43ea70d7d054ed760ff78e3a251e3f | |
parent | Ansify function declarations for gif(4). (diff) | |
download | wireguard-openbsd-62cce5e578fd4b804769fc628a65a11cbb387bfb.tar.xz wireguard-openbsd-62cce5e578fd4b804769fc628a65a11cbb387bfb.zip |
ntpd does not require you to run rdate -n before it -- it notices such an
event. so don't use the word "before" .. and leave the mention ambigious
ok henning
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index 73d766b80ce..8bca44f0d68 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.24 2008/05/16 06:13:24 ckuethe Exp $ +.\" $OpenBSD: ntpd.8,v 1.25 2008/09/28 20:19:51 deraadt Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Henning Brauer <henning@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 16 2008 $ +.Dd $Mdocdate: September 28 2008 $ .Dt NTPD 8 .Os .Sh NAME @@ -63,9 +63,7 @@ This is the default. Set the time immediately at startup. Allows for a large time correction, eliminating the need to run -.Xr rdate 8 -before starting -.Nm . +.Xr rdate 8 . .It Fl v This option allows .Nm |