update
This commit is contained in:
parent
a82a959b3a
commit
83c4506aa5
18 changed files with 158 additions and 31 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue