summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 21:01:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 21:01:00 +0000
commitaa8f00f72023e768d8aa6923f7678cd709a10702 (patch)
tree4fd25e0633b0f3e2a4cc5e307b4f8e524826a296 /lib
parentc3785e5755298479f2016257ae5995e5eff60df2 (diff)
timed's time is up. use ntpd(8). Even our own fossil developers
switched a while back. ok miod, kettenis
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/adjfreq.213
-rw-r--r--lib/libc/sys/adjtime.213
-rw-r--r--lib/libc/sys/clock_gettime.27
-rw-r--r--lib/libc/sys/gettimeofday.27
4 files changed, 12 insertions, 28 deletions
diff --git a/lib/libc/sys/adjfreq.2 b/lib/libc/sys/adjfreq.2
index f37b58337b0..527638d17b1 100644
--- a/lib/libc/sys/adjfreq.2
+++ b/lib/libc/sys/adjfreq.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjfreq.2,v 1.3 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: adjfreq.2,v 1.4 2011/07/07 21:00:59 deraadt Exp $
.\"
.\" Copyright (c) 2006 Otto Moerbeek
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: July 7 2011 $
.Dt ADJFREQ 2
.Os
.Sh NAME
@@ -68,14 +68,7 @@ of the superuser.
.Xr date 1 ,
.Xr adjtime 2 ,
.Xr gettimeofday 2 ,
-.Xr ntpd 8 ,
-.Xr timed 8 ,
-.Xr timedc 8
-.Rs
-.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
-.%A R. Gusella
-.%A S. Zatti
-.Re
+.Xr ntpd 8
.Sh HISTORY
The
.Fn adjfreq
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2
index ed0fc358745..baa34023eb4 100644
--- a/lib/libc/sys/adjtime.2
+++ b/lib/libc/sys/adjtime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjtime.2,v 1.18 2009/06/05 15:17:02 ckuethe Exp $
+.\" $OpenBSD: adjtime.2,v 1.19 2011/07/07 21:00:59 deraadt Exp $
.\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)adjtime.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: June 5 2009 $
+.Dd $Mdocdate: July 7 2011 $
.Dt ADJTIME 2
.Os
.Sh NAME
@@ -100,14 +100,7 @@ of the superuser.
.Xr date 1 ,
.Xr adjfreq 2 ,
.Xr gettimeofday 2 ,
-.Xr ntpd 8 ,
-.Xr timed 8 ,
-.Xr timedc 8
-.Rs
-.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
-.%A R. Gusella
-.%A S. Zatti
-.Re
+.Xr ntpd 8
.Sh HISTORY
The
.Fn adjtime
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 8ebd1086f4c..7d14f4d8199 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clock_gettime.2,v 1.18 2007/12/09 10:30:14 brad Exp $
+.\" $OpenBSD: clock_gettime.2,v 1.19 2011/07/07 21:00:59 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 9 2007 $
+.Dd $Mdocdate: July 7 2011 $
.Dt CLOCK_GETTIME 2
.Os
.Sh NAME
@@ -115,8 +115,7 @@ A user other than the superuser attempted to set the time.
.Sh SEE ALSO
.Xr date 1 ,
.Xr adjtime 2 ,
-.Xr ctime 3 ,
-.Xr timed 8
+.Xr ctime 3
.Sh STANDARDS
The
.Fn clock_gettime ,
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index bb9d00213d1..d56c358e6ca 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gettimeofday.2,v 1.19 2010/04/01 17:06:55 jmc Exp $
+.\" $OpenBSD: gettimeofday.2,v 1.20 2011/07/07 21:00:59 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95
.\"
-.Dd $Mdocdate: April 1 2010 $
+.Dd $Mdocdate: July 7 2011 $
.Dt GETTIMEOFDAY 2
.Os
.Sh NAME
@@ -122,8 +122,7 @@ A user other than the superuser attempted to set the time.
.Xr date 1 ,
.Xr adjtime 2 ,
.Xr getitimer 2 ,
-.Xr ctime 3 ,
-.Xr timed 8
+.Xr ctime 3
.Sh HISTORY
The
.Fn gettimeofday