diff options
Diffstat (limited to 'lib/libc/time/strftime.3')
-rw-r--r-- | lib/libc/time/strftime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index e6e22823af8..331a12dc2ed 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -30,9 +30,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.27 2011/09/16 19:36:07 jmc Exp $ +.\" $OpenBSD: strftime.3,v 1.28 2012/03/01 17:39:44 millert Exp $ .\" -.Dd $Mdocdate: September 16 2011 $ +.Dd $Mdocdate: March 1 2012 $ .Dt STRFTIME 3 .Os .Sh NAME @@ -251,4 +251,4 @@ is not large enough to store the entire time string. The contents of .Fa buf are implementation specific in this case. -.\" @(#)newstrftime.3 8.2 +.\" @(#)newstrftime.3 8.3 |