summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-01-27 23:46:48 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-01-27 23:46:48 +0100
commit34f19570b92951e7f55df787d5dc457eb2c9de46 (patch)
treee96468f23a8014d90ab980cd4634d81fa669b0b0 /sys/man/2
parent6a23ef917bfdb41415dc36be5cd8b8e8e64ddc23 (diff)
libndb: retire deprecated csgetval(), ndbgetval() and ndblookval() functions
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/ndb31
1 files changed, 3 insertions, 28 deletions
diff --git a/sys/man/2/ndb b/sys/man/2/ndb
index 3d9d01f25..5f5e62938 100644
--- a/sys/man/2/ndb
+++ b/sys/man/2/ndb
@@ -1,6 +1,6 @@
.TH NDB 2
.SH NAME
-ndbopen, ndbcat, ndbchanged, ndbclose, ndbreopen, ndbsearch, ndbsnext, ndbgetvalue, ndbfree, ipattr, ndbgetipaddr, ndbipinfo, csipinfo, ndbhash, ndbparse, csgetvalue, ndbfindattr, dnsquery, ndbdiscard, ndbconcatenate, ndbreorder, ndbsubstitute, ndbgetval, csgetval, ndblookval \- network database
+ndbopen, ndbcat, ndbchanged, ndbclose, ndbreopen, ndbsearch, ndbsnext, ndbgetvalue, ndbfree, ipattr, ndbgetipaddr, ndbipinfo, csipinfo, ndbhash, ndbparse, csgetvalue, ndbfindattr, dnsquery, ndbdiscard, ndbconcatenate, ndbreorder, ndbsubstitute \- network database
.SH SYNOPSIS
.B #include <u.h>
.br
@@ -300,9 +300,9 @@ and
is to
.I ndbipinfo
as
-.I csgetval
+.I csgetvalue
is to
-.IR ndbgetval .
+.IR ndbgetvalue .
.PP
The next three routines are used by programs that create the
hash tables and database files.
@@ -493,28 +493,3 @@ to
.SH SEE ALSO
.IR ndb (6),
.IR ndb (8)
-.SH DIAGNOSTICS
-.IR Ndbgetvalue ,
-.IR csgetvalue ,
-and
-.I ndblookvalue
-set
-.I errstr
-to
-.L "buffer too short"
-if the buffer provided isn't long enough for the
-returned value.
-.SH BUGS
-.IR Ndbgetval ,
-.IR csgetval ,
-and
-.I ndblookval
-are deprecated versions of
-.IR ndbgetvalue ,
-.IR csgetvalue ,
-and
-.IR ndblookvalue .
-They expect a fixed 64 byte long result
-buffer and existed when the values of a
-.I Ndbtuple
-structure were fixed length.