Loading...
--- Libc/Libc-763.13/stdtime/FreeBSD/strptime.3
+++ Libc/Libc-320/stdtime/FreeBSD/strptime.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/lib/libc/stdtime/strptime.3,v 1.24 2005/01/20 09:17:04 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdtime/strptime.3,v 1.22 2003/01/04 09:50:04 tjr Exp $
.\" "
.Dd January 4, 2003
.Dt STRPTIME 3
@@ -108,11 +108,6 @@
.Xr date 1 ,
.Xr scanf 3 ,
.Xr strftime 3
-.Sh HISTORY
-The
-.Fn strptime
-function appeared in
-.Fx 3.0 .
.Sh AUTHORS
The
.Fn strptime
@@ -120,6 +115,11 @@
.Pp
This man page was written by
.An J\(:org Wunsch .
+.Sh HISTORY
+The
+.Fn strptime
+function appeared in
+.Fx 3.0 .
.Sh BUGS
Both the
.Fa %e
@@ -161,8 +161,7 @@
format specifier only accepts time zone abbreviations of the local time zone,
or the value "GMT".
This limitation is because of ambiguity due to of the over loading of time
-zone abbreviations.
-One such example is
+zone abbreviations. One such example is
.Fa EST
which is both Eastern Standard Time and Eastern Australia Summer Time.
.Pp