summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man/ndbm.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more dbm piecesnaddy2016-05-071-3/+2
|
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-301-5/+5
| | | | | | | 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;
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - punctuation, macro, layout, wording improvementsjaredy2005-07-171-4/+12
| | | | | | | | | - avoid first person - document dbm_rdonly - update some error return values in the mpool(3) routines - sync header file excerpts ok jmc
* Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.millert2004-05-031-4/+5
| | | | Also make the open functions take a mode_t, not int. OK deraadt@
* datbase -> database; from Jared Yanovichjmc2003-10-211-2/+2
|
* DBM_READONLY -> DBM_RDONLY; dugsong@aaron2000-10-251-2/+2
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-5/+5
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Repairs.aaron2000-04-181-8/+18
|
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * 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...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | 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.
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* o Opening a zero-length hash file should not be an errormillert1999-04-181-2/+2
| | | | | o Correct odbm support o Add man links for ndbm and odbm
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-3/+3
| | | | | | | 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
* bit nicer description, plus add missing return descd1998-05-151-3/+7
|
* use .Ftderaadt1998-05-131-12/+23
|
* first cutd1998-05-131-0/+176