Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time .Dv NULL.



details:   https://anonhg.NetBSD.org/src/rev/2696fa01ed43
branches:  trunk
changeset: 764137:2696fa01ed43
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 12 05:41:22 2011 +0000

description:
.Dv NULL.

diffstat:

 lib/libc/time/strptime.3 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 3903a3d708c3 -r 2696fa01ed43 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Tue Apr 12 05:09:32 2011 +0000
+++ b/lib/libc/time/strptime.3  Tue Apr 12 05:41:22 2011 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index