diff options
author | 2009-09-09 06:38:25 +0000 | |
---|---|---|
committer | 2009-09-09 06:38:25 +0000 | |
commit | bb07727418e08f862235fd5948bbb8ca4c64fda6 (patch) | |
tree | 7ef228c18dede11859516d2a2f18cdff0a7cb55d | |
parent | add a few more members to stream_t and use it as a coherent source (diff) | |
download | wireguard-openbsd-bb07727418e08f862235fd5948bbb8ca4c64fda6.tar.xz wireguard-openbsd-bb07727418e08f862235fd5948bbb8ca4c64fda6.zip |
maxzis -> maxsize; from Han Boetes
-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 adec75eabf8..9743965e00c 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.22 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: strftime.3,v 1.23 2009/09/09 06:38:25 jmc Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 9 2009 $ .Dt STRFTIME 3 .Os .Sh NAME @@ -240,7 +240,7 @@ Note that while this implementation of will always NUL terminate .Fa buf , other implementations may not do so when -.Fa maxsiz +.Fa maxsize is not large enough to store the entire time string. The contents of .Fa buf |