From 83c4506aa5241351323a62b8fdee825058286f20 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 19:43:43 +0000 Subject: update --- man/man3/ndb.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man3/ndb.3') 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. -- cgit v1.2.3