~ubuntu-branches/debian/lenny/tdb/lenny

« back to all changes in this revision

Viewing changes to tdb_exists.3

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2005-05-04 11:11:22 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050504111122-7vpgb6zbq9zzc34t
Tags: 1.0.6-13
* Closes: #307214: ctrlproxy: FTBFS: /usr/include/tdb.h:150: error:
  parse error before '*' token
* Thanks to Wilmer van der Gaast <lintux@debian.org> for providing
  the patch to fix the above issue.
* Closes: #290211: Improper copyright file
* Closes: #262490: tdb_1.0.6-8_mips: FTBFS: opcode not supported on
  this processor: mips1. Spinlocks are not used on mips.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH tdb_exists "Aug 17, 2000" "Samba" "Linux Programmer's Manual"
 
1
.TH tdb_exists "3" "Trivial Database" "Linux Programmer's Manual"
2
2
.SH NAME
3
3
tdb_exists - check for the existence of a record in a tdb database
4
4
.SH SYNOPSIS
29
29
.SH "RETURN VALUE"
30
30
If the key is found, 1 is returned; otherwise 0 is returned.
31
31
.SH AUTHORS
32
 
Software: Andrew Tridgell <tridge@linuxcare.com> and 
 
32
Software: Andrew Tridgell <tridge@samba.org> and 
33
33
Luke Kenneth Casson Leighton
34
 
Man page: Ben Woodard <ben@valinux.com>
 
34
Man page: Ben Woodard <ben@zork.net>
35
35
.SH "SEE ALSO"
36
36
.BR gdbm (3),
37
37
.BR tdb(3)