diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 16:03:03 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 16:03:03 +0000 |
commit | ed43c10a46184e33eb8c5b1fe7a748889f2a26d1 (patch) | |
tree | 9b1204b7c8f0a85b98055963ed0936ee0e2357c0 /usr.sbin/rdate | |
parent | 59937477f61e3477c00a794aa20a67769bfad344 (diff) |
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'usr.sbin/rdate')
-rw-r--r-- | usr.sbin/rdate/rdate.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rdate/rdate.8 b/usr.sbin/rdate/rdate.8 index 7fde41a884d..8ac7a5b91b2 100644 --- a/usr.sbin/rdate/rdate.8 +++ b/usr.sbin/rdate/rdate.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdate.8,v 1.12 2000/11/09 17:53:22 aaron Exp $ +.\" $OpenBSD: rdate.8,v 1.13 2001/08/03 16:03:02 mpech Exp $ .\" $NetBSD: rdate.8,v 1.4 1996/04/08 20:55:17 jtc Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas @@ -62,6 +62,7 @@ remote time rather than just hopping. .Bl -tag -width /var/log/wtmp -compact .It Pa /var/log/wtmp record of date resets and time changes +.El .Sh SEE ALSO .Xr adjtime 2 , .Xr gettimeofday 2 , |