Module Name: src
Committed By: jruoho
Date: Tue Apr 12 08:40:34 UTC 2011
Modified Files:
src/lib/libc/time: strptime.3
Log Message:
Xref tm(3).
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/time/strptime.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/strptime.3
diff -u src/lib/libc/time/strptime.3:1.28 src/lib/libc/time/strptime.3:1.29
--- src/lib/libc/time/strptime.3:1.28 Tue Apr 12 05:41:22 2011
+++ src/lib/libc/time/strptime.3 Tue Apr 12 08:40:34 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: strptime.3,v 1.28 2011/04/12 05:41:22 jruoho Exp $
+.\" $NetBSD: strptime.3,v 1.29 2011/04/12 08:40:34 jruoho Exp $
.\"
.\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -323,7 +323,8 @@
.Xr ctime 3 ,
.Xr isspace 3 ,
.Xr localtime 3 ,
-.Xr strftime 3
+.Xr strftime 3 ,
+.Xr tm 3
.Sh STANDARDS
The
.Fn strptime