diff options
author | 2014-12-04 00:10:40 +0000 | |
---|---|---|
committer | 2014-12-04 00:10:40 +0000 | |
commit | 4dee2812112083c11e376f12db03aab809716539 (patch) | |
tree | bc0ff4a5f381977931280cc388a88ca3b19fcc06 | |
parent | AnonCVS is designed to work with a user account that has no password and a (diff) | |
download | wireguard-openbsd-4dee2812112083c11e376f12db03aab809716539.tar.xz wireguard-openbsd-4dee2812112083c11e376f12db03aab809716539.zip |
simplify wording; triggered by a shorter diff from Kaspars Bankovskis;
OK jmc@ jasper@
-rw-r--r-- | lib/libc/time/strptime.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3 index b45adbbcde5..05becef8137 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.23 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: strptime.3,v 1.24 2014/12/04 00:10:40 schwarze Exp $ .\" .\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -26,7 +26,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: December 4 2014 $ .Dt STRPTIME 3 .Os .Sh NAME @@ -39,12 +39,12 @@ .Sh DESCRIPTION The .Nm -function converts the character string pointed to by +function parses the string .Fa buf -to values which are stored in the ``tm'' structure pointed to by -.Fa tm , -using the format specified by -.Fa format . +according to the specified +.Fa format +and fills matching data into the structure +.Fa tm . .Pp The .Fa format |