diff options
Diffstat (limited to 'lib/libc/time/strftime.3')
-rw-r--r-- | lib/libc/time/strftime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index f85a02be7cd..d383cc6578c 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.20 2005/07/22 03:23:37 jaredy Exp $ +.\" $OpenBSD: strftime.3,v 1.21 2007/02/06 19:35:16 millert Exp $ .\" .Dd January 18, 1998 .Dt STRFTIME 3 @@ -245,4 +245,4 @@ is not large enough to store the entire time string. The contents of .Fa buf are implementation specific in this case. -.\" @(#)newstrftime.3 7.14 +.\" @(#)newstrftime.3 8.1 |