From owner-freebsd-bugs Wed Jun 12 03:28:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22858 for bugs-outgoing; Wed, 12 Jun 1996 03:28:28 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA22849; Wed, 12 Jun 1996 03:28:23 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA16266; Wed, 12 Jun 1996 20:18:36 +1000 Date: Wed, 12 Jun 1996 20:18:36 +1000 From: Bruce Evans Message-Id: <199606121018.UAA16266@godzilla.zeta.org.au> To: jkh@time.cdrom.com, tom@sdf.com Subject: Re: docs/633 Cc: freebsd-bugs@freefall.freebsd.org, jkh@freefall.freebsd.org Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >"ndbm" is a backwards-compatible naming convention. "dbm" is the actual >library these days which has long since taken on all the special features >of "ndbm" `db' (inside libc) is the actual library. It provies the apparently- undocumented dbm backwards compatibility interface which is the subject of the PR. Bruce