diff options
author | 2010-08-23 22:35:34 +0000 | |
---|---|---|
committer | 2010-08-23 22:35:34 +0000 | |
commit | fe1566e06c087c8b75ecb61cdda8623d3c4c79df (patch) | |
tree | 7686361378663588304115c95f38c91627c423a9 /lib/libc/time/strftime.3 | |
parent | Add setenv/putenv regress (diff) | |
download | wireguard-openbsd-fe1566e06c087c8b75ecb61cdda8623d3c4c79df.tar.xz wireguard-openbsd-fe1566e06c087c8b75ecb61cdda8623d3c4c79df.zip |
update to tzcode2010k from elsie.nci.nih.gov; OK miod@
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 9743965e00c..f165945feeb 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.23 2009/09/09 06:38:25 jmc Exp $ +.\" $OpenBSD: strftime.3,v 1.24 2010/08/23 22:35:34 millert Exp $ .\" -.Dd $Mdocdate: September 9 2009 $ +.Dd $Mdocdate: August 23 2010 $ .Dt STRFTIME 3 .Os .Sh NAME @@ -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 8.1 +.\" @(#)newstrftime.3 8.2 |