diff options
author | 2016-02-08 20:05:43 +0000 | |
---|---|---|
committer | 2016-02-08 20:05:43 +0000 | |
commit | 239482aee7bfef86eaedf45fd32ab2e3f373fc91 (patch) | |
tree | 2ef84bf8351f1b69d994121973ee2fd0109f019b /lib/libc/time/strftime.3 | |
parent | sslv3 has been removed; (diff) | |
download | wireguard-openbsd-239482aee7bfef86eaedf45fd32ab2e3f373fc91.tar.xz wireguard-openbsd-239482aee7bfef86eaedf45fd32ab2e3f373fc91.zip |
mention mktime, since that is where struct tm is described. ok schwarze
Diffstat (limited to 'lib/libc/time/strftime.3')
-rw-r--r-- | lib/libc/time/strftime.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 1dd0cd00b23..8e75f689aae 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.34 2015/01/29 01:46:31 schwarze Exp $ +.\" $OpenBSD: strftime.3,v 1.35 2016/02/08 20:05:43 tedu Exp $ .\" -.Dd $Mdocdate: January 29 2015 $ +.Dd $Mdocdate: February 8 2016 $ .Dt STRFTIME 3 .Os .Sh NAME @@ -47,6 +47,8 @@ The .Fn strftime function formats the information from .Fa timeptr +(as described in +.Xr mktime 3 ) into the buffer .Fa buf according to the string pointed to by |