Pasto in previous.

This commit is contained in:
kleink 2000-06-05 12:01:47 +00:00
parent b72e2b11b8
commit 0c86310df7

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ctime.3,v 1.16 2000/06/05 11:56:13 kleink Exp $
.\" $NetBSD: ctime.3,v 1.17 2000/06/05 12:01:47 kleink Exp $
.TH CTIME 3
.SH NAME
asctime, asctime_r, ctime, ctime_r, difftime, gmtime, gmtime_r, localtime, localtime_r, mktime \- convert date and time to ASCII
@ -238,7 +238,6 @@ and
gmtime_r()
functions conform to
IEEE Std1003.1c-1995 (``POSIX'').
The
.SH NOTES
The return values point to static data;
the data is overwritten by each call.