~james-page/ubuntu/maverick/openldap/fix-666028

« back to all changes in this revision

Viewing changes to doc/man/man3/ldap_result.3

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH LDAP_RESULT 3 "RELEASEDATE" "OpenLDAP LDVERSION"
2
 
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_result.3,v 1.20.2.7 2009/06/19 21:57:43 quanah Exp $
 
2
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_result.3,v 1.20.2.8 2009/11/18 17:04:31 quanah Exp $
3
3
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
4
4
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5
5
.SH NAME
48
48
is used. With the default setting,
49
49
the  select  blocks  indefinitely.   To
50
50
effect  a  poll,  the  timeout argument should be a non-NULL
51
 
pointer, pointing to a zero-valued timeval structure.  See
 
51
pointer, pointing to a zero-valued timeval structure.
 
52
To obtain the behavior of the default setting, bypassing any value set by 
 
53
.BR ldap_set_option (3),
 
54
set to -1 the \fItv_sec\fP field of the \fItimeout\fP parameter.
 
55
See
52
56
.BR select (2)
53
57
for further details.
54
58
.LP