summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-02-08 20:29:11 +0000
committerjmc <jmc@openbsd.org>2016-02-08 20:29:11 +0000
commitef23ad30c0807e12750761bcfa87d3b16dd5098e (patch)
tree298942a253bbc8c4a59378d27c35ab3a28d56e5f /lib/libc
parentmention mktime, since that is where struct tm is described. ok schwarze (diff)
downloadwireguard-openbsd-ef23ad30c0807e12750761bcfa87d3b16dd5098e.tar.xz
wireguard-openbsd-ef23ad30c0807e12750761bcfa87d3b16dd5098e.zip
new sentence, new line;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/time/strftime.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3
index 8e75f689aae..00ca41604ca 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.35 2016/02/08 20:05:43 tedu Exp $
+.\" $OpenBSD: strftime.3,v 1.36 2016/02/08 20:29:11 jmc Exp $
.\"
.Dd $Mdocdate: February 8 2016 $
.Dt STRFTIME 3
@@ -197,7 +197,8 @@ NUL character, is not more than
.Fa maxsize ,
.Fn strftime
returns the number of characters placed in the array, not counting the
-terminating NUL. Otherwise, zero is returned.
+terminating NUL.
+Otherwise, zero is returned.
.Sh SEE ALSO
.Xr date 1 ,
.Xr printf 1 ,