summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man
Commit message (Collapse)AuthorAgeFilesLines
* The .Fn functioncharnier2003-02-061-12/+13
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-195-22/+46
|
* mdoc(7) police: "The .Fn function".ru2002-12-183-6/+50
|
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
|
* Correct the headers needed to use dbopen(3) and friends.markm2002-10-181-1/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-016-13/+13
|
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.ru2001-08-161-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Remove duplicate words.dd2001-06-241-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* mdoc(7) cleanup.ru2001-02-121-90/+86
|
* Add a man page for the dbm_* functions, and update the Makefile to linknik2001-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>
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
|
* man(7) -> mdoc(7).ru2001-01-115-681/+845
|
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Sorted lists.bde1997-10-211-4/+3
|
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-161-4/+3
| | | | | were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-241-1/+1
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-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.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Bring in fixes to db 1.85 from NetBSD. These fixes have been documented aspst1996-07-211-2/+2
| | | | | being sent back to Bostic by the NetBSD crew. Obtained from: NetBSD-current
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualjkh1996-03-031-4/+4
| | | | pages.
* This commit was generated by cvs2svn to compensate for changes in r14272,pst1996-02-273-7/+41
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import updated Berkeley DB into CSRG branchpst1996-02-273-7/+41
| |
* | Added the mpool.3 manpage to the installed manpages. It is referred from theats1994-12-111-0/+1
| | | | | | | | other manpages and there is no conflict.
* | First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-1/+1
|/ | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-276-0/+1276
OpenPOWER on IntegriCloud