aboutsummaryrefslogtreecommitdiff
path: root/man/man3/ndb.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 19:43:43 +0000
committerrsc <devnull@localhost>2005-02-11 19:43:43 +0000
commit83c4506aa5241351323a62b8fdee825058286f20 (patch)
tree875a103ca978cb1e5de062d138183920d2b1b4cc /man/man3/ndb.3
parenta82a959b3a05182c1ad3b07042243399f6c8ab47 (diff)
downloadplan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.gz
plan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.bz2
plan9port-83c4506aa5241351323a62b8fdee825058286f20.zip
update
Diffstat (limited to 'man/man3/ndb.3')
-rw-r--r--man/man3/ndb.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/ndb.3 b/man/man3/ndb.3
index fd5c54e1..14c845b6 100644
--- a/man/man3/ndb.3
+++ b/man/man3/ndb.3
@@ -88,13 +88,13 @@ Ndbtuple* ndbsubstitute(Ndbtuple *t, Ndbtuple *from, Ndbtuple *to);
These routines are used by network administrative programs to search
the network database.
They operate on the database files described in
-.IR ndb (6).
+.IR ndb (7).
.PP
.I Ndbopen
opens the database
.I file
and calls
-.IR malloc (2)
+.IR malloc (3)
to allocate a buffer for it.
If
.I file
@@ -128,7 +128,7 @@ is used to find each successive match.
On a successful search both return a linked list of
.I Ndbtuple
structures acquired by
-.IR malloc (2)
+.IR malloc (3)
that represent the attribute/value pairs in the
entry.
On failure they return zero.