Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Xref tm(3).
details: https://anonhg.NetBSD.org/src/rev/e2ec5284bd20
branches: trunk
changeset: 764224:e2ec5284bd20
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Apr 14 05:50:49 2011 +0000
description:
Xref tm(3).
diffstat:
lib/libc/locale/nl_langinfo.3 | 5 +++--
lib/libc/locale/wcsftime.3 | 7 ++++---
lib/libc/time/getdate.3 | 7 ++++---
lib/libc/time/offtime.3 | 5 +++--
lib/libc/time/strftime.3 | 7 ++++---
5 files changed, 18 insertions(+), 13 deletions(-)
diffs (123 lines):
diff -r 6471b96a900f -r e2ec5284bd20 lib/libc/locale/nl_langinfo.3
--- a/lib/libc/locale/nl_langinfo.3 Thu Apr 14 05:50:43 2011 +0000
+++ b/lib/libc/locale/nl_langinfo.3 Thu Apr 14 05:50:49 2011 +0000
@@ -1,9 +1,9 @@
-.\" $NetBSD: nl_langinfo.3,v 1.19 2010/03/22 19:30:54 joerg Exp $
+.\" $NetBSD: nl_langinfo.3,v 1.20 2011/04/14 05:50:49 jruoho Exp $
.\"
.\" Written by J.T. Conklin <jtc%NetBSD.org@localhost>.
.\" Public domain.
.\"
-.Dd February 12, 2003
+.Dd April 14, 2011
.Dt NL_LANGINFO 3
.Os
.Sh NAME
@@ -135,6 +135,7 @@
.\" .Ed
.Sh SEE ALSO
.Xr setlocale 3 ,
+.Xr tm 3 ,
.Xr nls 7
.Sh STANDARDS
The
diff -r 6471b96a900f -r e2ec5284bd20 lib/libc/locale/wcsftime.3
--- a/lib/libc/locale/wcsftime.3 Thu Apr 14 05:50:43 2011 +0000
+++ b/lib/libc/locale/wcsftime.3 Thu Apr 14 05:50:49 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcsftime.3,v 1.2 2005/04/06 21:39:17 kleink Exp $
+.\" $NetBSD: wcsftime.3,v 1.3 2011/04/14 05:50:49 jruoho Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/lib/libc/locale/wcsftime.3,v 1.2 2002/11/29 17:35:09 ru Exp $
.\"
-.Dd September 8, 2002
+.Dd April 14, 2011
.Dt WCSFTIME 3
.Os
.Sh NAME
@@ -61,7 +61,8 @@
instead of
.Vt "const wchar_t *" .
.Sh SEE ALSO
-.Xr strftime 3
+.Xr strftime 3 ,
+.Xr tm 3
.Sh STANDARDS
The
.Fn wcsftime
diff -r 6471b96a900f -r e2ec5284bd20 lib/libc/time/getdate.3
--- a/lib/libc/time/getdate.3 Thu Apr 14 05:50:43 2011 +0000
+++ b/lib/libc/time/getdate.3 Thu Apr 14 05:50:49 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdate.3,v 1.1 2009/05/14 02:37:36 ginsbach Exp $
+.\" $NetBSD: getdate.3,v 1.2 2011/04/14 05:50:49 jruoho Exp $
.\"
.\" Copyright (c) 2009, The NetBSD Foundation.
.\" All Rights Reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 8, 2009
+.Dd April 14, 2011
.Dt GETDATE 3
.Os
.Sh NAME
@@ -50,7 +50,8 @@
.Fa str
into a static
.Va tm
-structure.
+structure described in
+.Xr tm 3 .
.Pp
The input string is parsed and interpreted using templates.
A text file containing templates is specified by the
diff -r 6471b96a900f -r e2ec5284bd20 lib/libc/time/offtime.3
--- a/lib/libc/time/offtime.3 Thu Apr 14 05:50:43 2011 +0000
+++ b/lib/libc/time/offtime.3 Thu Apr 14 05:50:49 2011 +0000
@@ -1,7 +1,7 @@
-.\" $NetBSD: offtime.3,v 1.2 2010/12/16 18:38:07 christos Exp $
+.\" $NetBSD: offtime.3,v 1.3 2011/04/14 05:50:50 jruoho Exp $
.\" Written by Klaus Klein, May 10, 2004.
.\" Public domain.
-.Dd December 14, 2010
+.Dd April 14, 2011
.Dt OFFTIME 3
.Os
.Sh NAME
@@ -71,4 +71,5 @@
and is provided for symmetry only.
.Sh SEE ALSO
.Xr ctime 3 ,
+.Xr tm 3 ,
.Xr tzset 3
diff -r 6471b96a900f -r e2ec5284bd20 lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3 Thu Apr 14 05:50:43 2011 +0000
+++ b/lib/libc/time/strftime.3 Thu Apr 14 05:50:49 2011 +0000
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $NetBSD: strftime.3,v 1.27 2010/12/16 18:38:07 christos Exp $
+.\" $NetBSD: strftime.3,v 1.28 2011/04/14 05:50:50 jruoho Exp $
.\"
-.Dd December 14, 2010
+.Dd April 14, 2011
.Dt STRFTIME 3
.Os
.Sh NAME
@@ -210,7 +210,8 @@
.Xr printf 1 ,
.Xr ctime 3 ,
.Xr printf 3 ,
-.Xr strptime 3
+.Xr strptime 3 ,
+.Xr tm 3
.Sh STANDARDS
The
.Fn strftime
Home |
Main Index |
Thread Index |
Old Index