summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-01 11:28:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-01 11:28:50 +0000
commit60c4f7d793c56bb8e10434a6b79e87ddc1bb60a5 (patch)
tree1ed138217de4bee27e869cf1d249b83913e0f84f
parent20eacf9712475f7aac96f56733fbca9e8caa452d (diff)
typo
-rw-r--r--lib/libc/sys/gettimeofday.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index e12da5fe515..d248adf8cb5 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gettimeofday.2,v 1.17 2010/04/01 06:34:41 deraadt Exp $
+.\" $OpenBSD: gettimeofday.2,v 1.18 2010/04/01 11:28:49 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -138,7 +138,7 @@ instead of from
on the
.Dv CLOCK_MONOTONIC
clock.
-Time jumps can can cause these programs to malfunction in unexpected ways.
+Time jumps can cause these programs to malfunction in unexpected ways.
If the time must be set, consider rebooting the machine for safety.
.Sh HISTORY
The