diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-04-30 18:36:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-04-30 18:36:13 +0000 |
commit | 89df98f9c709c884e8e1a9d3b9afe2fe78569402 (patch) | |
tree | 12db88ad687f265bec04e7c107f459634315e269 | |
parent | f89a13effedcf82a41ab9428b574a45961bdca50 (diff) |
drop duplicate word;
reported by Gordon Bergling <gbergling at gmail dot com>
-rw-r--r-- | lib/libc/time/ctime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 5000b143c4b..8bbb821bf80 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: ctime.3,v 1.45 2020/04/24 10:32:33 schwarze Exp $ +.\" $OpenBSD: ctime.3,v 1.46 2020/04/30 18:36:12 schwarze Exp $ .\" .\" -.Dd $Mdocdate: April 24 2020 $ +.Dd $Mdocdate: April 30 2020 $ .Dt CTIME 3 .Os .Sh NAME @@ -351,7 +351,7 @@ The functions .Fn gmtime_r , and .Fn localtime_r -have been available since since +have been available since .Ox 2.5 . .Sh CAVEATS The return values |