Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/db/man Revert part of previous.



details:   https://anonhg.NetBSD.org/src/rev/988d7349f519
branches:  trunk
changeset: 566352:988d7349f519
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 06 19:16:32 2004 +0000

description:
Revert part of previous.
[Never argue with a language lawyer, or at least expect to lose ;)]

diffstat:

 lib/libc/db/man/dbm_clearerr.3 |  14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 08914dc3177a -r 988d7349f519 lib/libc/db/man/dbm_clearerr.3
--- a/lib/libc/db/man/dbm_clearerr.3    Thu May 06 18:47:49 2004 +0000
+++ b/lib/libc/db/man/dbm_clearerr.3    Thu May 06 19:16:32 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dbm_clearerr.3,v 1.2 2004/05/01 07:59:09 wiz Exp $
+.\"    $NetBSD: dbm_clearerr.3,v 1.3 2004/05/06 19:16:32 wiz Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -231,9 +231,7 @@
 .Fn dbm_open
 function returns a pointer to a
 .Fa DBM
-when successful; otherwise a
-.Dv NULL
-pointer is returned.
+when successful; otherwise a null pointer is returned.
 .Pp
 The
 .Fn dbm_close
@@ -247,9 +245,7 @@
 .Fa key
 was found or if an error occured, its
 .Fa dptr
-member is a
-.Dv NULL
-pointer.
+member is a null pointer.
 .Pp
 The
 .Fn dbm_store
@@ -276,9 +272,7 @@
 .Fa datum .
 When the end of the database is reached or if an error occured, its
 .Fa dptr
-member is a
-.Dv NULL
-pointer.
+member is a null pointer.
 .Pp
 The
 .Fn dbm_error



Home | Main Index | Thread Index | Old Index