diff options
author | 2016-02-08 20:29:11 +0000 | |
---|---|---|
committer | 2016-02-08 20:29:11 +0000 | |
commit | ef23ad30c0807e12750761bcfa87d3b16dd5098e (patch) | |
tree | 298942a253bbc8c4a59378d27c35ab3a28d56e5f /lib/libc | |
parent | mention mktime, since that is where struct tm is described. ok schwarze (diff) | |
download | wireguard-openbsd-ef23ad30c0807e12750761bcfa87d3b16dd5098e.tar.xz wireguard-openbsd-ef23ad30c0807e12750761bcfa87d3b16dd5098e.zip |
new sentence, new line;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/strftime.3 | 5 |
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 , |