summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2006-06-14 19:59:34 +0000
committerotto <otto@openbsd.org>2006-06-14 19:59:34 +0000
commit237680dc2f51fc9e13018d073f8c57f47a97dbe2 (patch)
tree74c3f9750a2d2dae77d05b9c927b074ca33698f8
parentIntroducing adjfreq(2), to adjust the clock frequency. (diff)
downloadwireguard-openbsd-237680dc2f51fc9e13018d073f8c57f47a97dbe2.tar.xz
wireguard-openbsd-237680dc2f51fc9e13018d073f8c57f47a97dbe2.zip
.Xr adjfreq and ntpd
-rw-r--r--lib/libc/sys/adjtime.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2
index 39e9e9dc7b1..7d1c872598a 100644
--- a/lib/libc/sys/adjtime.2
+++ b/lib/libc/sys/adjtime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjtime.2,v 1.15 2006/06/04 19:45:37 otto Exp $
+.\" $OpenBSD: adjtime.2,v 1.16 2006/06/14 19:59:34 otto Exp $
.\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -95,7 +95,9 @@ of the superuser.
.El
.Sh SEE ALSO
.Xr date 1 ,
+.Xr adjfreq 2 ,
.Xr gettimeofday 2 ,
+.Xr ntpd 8 ,
.Xr timed 8 ,
.Xr timedc 8
.Rs