Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Jul 1999 10:59:59 -0400 (EDT)
From:      Tim Singletary <tsingle@talon.clark.net>
To:        freebsd-doc@freebsd.org
Subject:   Re: ndbm function man pages?
Message-ID:  <14208.49169.526453.608283@talon.my.domain>

next in thread | raw e-mail | index | archive | help
> A look in /usr/src/lib/libc/db/hash/ shows the dbm_* functions are 
> defined here, but it also looks like the proper way to use them is 
> via the dbopen(3) function. 

dbopen() is a much better interface, and any documentation of the
dbm_* functions should reference dbopen(3).

But dbopen() is not in `The Single UNIX Specification' (somewhere
under http://www.opengroup.org/) and is not included in Solaris; the
dbm_* functions are.   Since legacy and `portable' code calls the dbm_*
functions directly, FreeBSD should document these functions.

I assume the best place for dbm_* man pages is the
/usr/src/lib/libc/db/man directory? 

tim


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14208.49169.526453.608283>