aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/man
Commit message (Collapse)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-285-5/+5
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Fix prototype of dbm_open().Ed Schouten2016-05-311-1/+1
| | | | | | | | | | | The last argument of dbm_open() should be a mode_t according to POSIX; not an int. Reviewed by: pfg, kib Differential Revision: https://reviews.freebsd.org/D6650 Notes: svn path=/head/; revision=301066
* Let dbm's datum::dptr use the right type.Ed Schouten2016-05-301-2/+2
| | | | | | | | | | | | According to POSIX, it should use void *, not char *. Unfortunately, the dsize field also has the wrong type. It should be size_t. I'm not going to change that, as that will break the ABI. Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D6647 Notes: svn path=/head/; revision=300999
* dbm_delete(3) correct man page to match current behaviour.Pedro F. Giffuni2015-02-201-4/+2
| | | | | | | | | | | | | | | "The dbm_store() and dbm_delete() functions shall return 0 when they succeed and a negative value when they fail." Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html PR: 42422 Suggested by: delphij MFC after: 3 days Notes: svn path=/head/; revision=279037
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
| | | | | | | | | | | | | | if not already defined. This allows building libc from outside of lib/libc using a reach-over makefile. A typical use-case is to build a standard ILP32 version and a COMPAT32 version in a single iteration by building the COMPAT32 version using a reach-over makefile. Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=262722
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
| | | | | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month Notes: svn path=/head/; revision=231564
* The flags argument of mpool_get() is meaningful, document it.Xin LI2011-06-181-2/+9
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=223214
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andGlen Barber2010-09-121-1/+1
| | | | | | | | | | r212438, repectively. Approved by: keramida (mentor) MFC after: 1 week Notes: svn path=/head/; revision=212492
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.Glen Barber2010-09-101-2/+2
| | | | | | | | | | | PR: 150030 Submitted by: Janne Snabb snabb at epipe com Patch by: Janne Snabb Approved by: keramida (mentor) MFC after: 1 week Notes: svn path=/head/; revision=212441
* hash.3: fix a factual mistake in the man pageAndriy Gapon2010-04-051-1/+1
| | | | | | | | | PR: bin/144446 Submitted by: Peter Jeremy <peterjeremy@acm.org> MFC after: 3 days Notes: svn path=/head/; revision=206177
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-281-6/+26
| | | | | | | | | | | | | This does not include the new hash routines since they will cause problems when reading old hash files. Since mpool(3) has been changed, provide a compatibility shim for older binaries. Obtained from: OpenBSD Notes: svn path=/head/; revision=190498
* - Remove superfluous commentGabor Kovesdan2009-01-301-2/+0
| | | | | | | | PR: docs/129400 Submitted by: Gavin Atkinson <gavin@freebsd.org> Notes: svn path=/head/; revision=187918
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-095-20/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.Maxim Konovalov2006-04-161-5/+1
| | | | | | | | | PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks Notes: svn path=/head/; revision=157795
* Fix parameter types of close and get members in DB.Stefan Farfeleder2005-09-101-2/+2
| | | | Notes: svn path=/head/; revision=149939
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
| | | | Notes: svn path=/head/; revision=141846
* Remove the misleading description of the 'key' argument toPeter Pentchev2004-08-271-17/+1
| | | | | | | | | | | | mpool_open(3) - it is *not* really used for synchronization; in fact, it is not used at all. PR: 70929 Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> MFC after: 3 days Notes: svn path=/head/; revision=134381
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-4/+4
| | | | Notes: svn path=/head/; revision=131504
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-085-7/+7
| | | | Notes: svn path=/head/; revision=119893
* The .Fn functionPhilippe Charnier2003-02-061-12/+13
| | | | Notes: svn path=/head/; revision=110440
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-195-22/+46
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-183-6/+50
| | | | Notes: svn path=/head/; revision=108037
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
| | | | Notes: svn path=/head/; revision=107052
* Correct the headers needed to use dbopen(3) and friends.Mark Murray2002-10-181-1/+2
| | | | Notes: svn path=/head/; revision=105404
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-016-13/+13
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.Ruslan Ermilov2001-08-161-1/+1
| | | | Notes: svn path=/head/; revision=81773
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=78686
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* mdoc(7) cleanup.Ruslan Ermilov2001-02-121-90/+86
| | | | Notes: svn path=/head/; revision=72414
* Add a man page for the dbm_* functions, and update the Makefile to linkNik Clayton2001-02-112-1/+211
| | | | | | | | | | | | | it in. Some review from -hackers (some time ago), and I think the best way to get this improved (if it needs improving) or updating, is to bring it in. PR: docs/12557 Submitted by: Tim Singletary <tsingle@triana.gsfc.nasa.gov> Notes: svn path=/head/; revision=72365
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=72045
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-115-681/+845
| | | | Notes: svn path=/head/; revision=70936
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-124-0/+4
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Sorted lists.Bruce Evans1997-10-211-4/+3
| | | | Notes: svn path=/head/; revision=30624
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-161-4/+3
| | | | | | | | were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago. Notes: svn path=/head/; revision=30482
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-241-1/+1
| | | | | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment) Notes: svn path=/head/; revision=29818
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+6
| | | | | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too. Notes: svn path=/head/; revision=25401
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
| | | | Notes: svn path=/head/; revision=18718
* Bring in fixes to db 1.85 from NetBSD. These fixes have been documented asPaul Traina1996-07-211-2/+2
| | | | | | | | being sent back to Bostic by the NetBSD crew. Obtained from: NetBSD-current Notes: svn path=/head/; revision=17235
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualJordan K. Hubbard1996-03-031-4/+4
| | | | | | | pages. Notes: svn path=/head/; revision=14351
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-273-7/+41
| | | | Notes: svn path=/vendor/CSRG/dist/; revision=14272
* Added the mpool.3 manpage to the installed manpages. It is referred from theAndreas Schulz1994-12-111-0/+1
| | | | | | | other manpages and there is no conflict. Notes: svn path=/head/; revision=5048
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-1/+1
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-276-0/+1276
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573