Module Name: src
Committed By: jruoho
Date: Tue Apr 12 05:41:22 UTC 2011
Modified Files:
src/lib/libc/time: strptime.3
Log Message:
.Dv NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/lib/libc/time/strptime.3:1.28
--- src/lib/libc/time/strptime.3:1.27 Sun May 24 02:30:17 2009
+++ src/lib/libc/time/strptime.3 Tue Apr 12 05:41:22 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: strptime.3,v 1.27 2009/05/24 02:30:17 ginsbach Exp $
+.\" $NetBSD: strptime.3,v 1.28 2011/04/12 05:41:22 jruoho Exp $
.\"
.\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 24, 2009
+.Dd April 12, 2011
.Dt STRPTIME 3
.Os
.Sh NAME
@@ -316,7 +316,9 @@
.Fn strptime
function returns a pointer to the character following the last character
parsed.
-Otherwise, a null pointer is returned.
+Otherwise, a
+.Dv NULL
+pointer is returned.
.Sh SEE ALSO
.Xr ctime 3 ,
.Xr isspace 3 ,