+ function parses the string in the buffer
+-.Fa buf
++.Fa buf ,
+ according to the string pointed to by
+ .Fa format ,
+ and fills in the elements of the structure pointed to by
+-.Fa timeptr .
++.Fa tm .
+ The resulting values will be relative to the local time zone.
+ Thus, it can be considered the reverse operation of
+ .Xr strftime 3 .
+@@ -78,7 +88,7 @@
+ specify the resulting
+ .Vt struct tm ,
+ the unspecified members of
+-.Va timeptr
++.Va tm
+ are left untouched.
+ For example, if
+ .Fa format
+@@ -91,9 +101,17 @@
+ .Va tm_min
+ will be modified.
+ If time relative to today is desired, initialize the
+-.Fa timeptr
++.Fa tm