diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-01 11:28:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-01 11:28:50 +0000 |
commit | 60c4f7d793c56bb8e10434a6b79e87ddc1bb60a5 (patch) | |
tree | 1ed138217de4bee27e869cf1d249b83913e0f84f /lib/libc | |
parent | 20eacf9712475f7aac96f56733fbca9e8caa452d (diff) |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 4 |
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 |