summaryrefslogtreecommitdiff
path: root/lib/libc/time
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-02-08 20:29:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-02-08 20:29:12 +0000
commita6cb474fcb4c4397e409494f26b605f23ecb9b99 (patch)
treeb96ed32356a8e06227564b4339f3b9aaddb0493e /lib/libc/time
parentae6e76bcffe02e5d0caf77b10a7c1cb634f0f733 (diff)
new sentence, new line;
Diffstat (limited to 'lib/libc/time')
-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 ,