History log of /openbsd/lib/libc/db/man/ndbm.3 (Results 1 – 20 of 20)
Revision Date Author Comments
# aa631fc2 07-May-2016 naddy <naddy@openbsd.org>

remove more dbm pieces


# 1f9aa0ba 30-Nov-2015 jmc <jmc@openbsd.org>

change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
straight replace: thanks both to schwarze and maja for feedback
on how to rewrite parts;

i've snuck in an rcs id->openbsd id change in d

change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
straight replace: thanks both to schwarze and maja for feedback
on how to rewrite parts;

i've snuck in an rcs id->openbsd id change in dev_mkdb too;

show more ...


# d04ba2cc 10-Nov-2015 jmc <jmc@openbsd.org>

update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;

feedback/ok schwarze


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 455c6eca 17-Jul-2005 jaredy <jaredy@openbsd.org>

- punctuation, macro, layout, wording improvements
- avoid first person
- document dbm_rdonly
- update some error return values in the mpool(3) routines
- sync header file excerpts

ok jmc


# cbc29a2b 03-May-2004 millert <millert@openbsd.org>

Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.
Also make the open functions take a mode_t, not int. OK deraadt@


# e3d1c782 21-Oct-2003 jmc <jmc@openbsd.org>

datbase -> database; from Jared Yanovich


# bbce9d12 25-Oct-2000 aaron <aaron@openbsd.org>

DBM_READONLY -> DBM_RDONLY; dugsong@


# ea418ffe 18-Oct-2000 aaron <aaron@openbsd.org>

Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.


# 83332665 18-Apr-2000 aaron <aaron@openbsd.org>

Repairs.


# 5c3dced3 09-Jul-1999 aaron <aaron@openbsd.org>

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

show more ...


# 7f3168a2 07-Jul-1999 aaron <aaron@openbsd.org>

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up w

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.

show more ...


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 567e32ea 18-Apr-1999 millert <millert@openbsd.org>

o Opening a zero-length hash file should not be an error
o Correct odbm support
o Add man links for ndbm and odbm


# 1b727fc6 15-Feb-1999 millert <millert@openbsd.org>

o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags s

o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage

show more ...


# 7302bbee 15-May-1998 d <d@openbsd.org>

bit nicer description, plus add missing return desc


# 890c8be2 13-May-1998 deraadt <deraadt@openbsd.org>

use .Ft


# 70ab26f2 13-May-1998 d <d@openbsd.org>

first cut