~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH LDAP_GET_OPTION 3 "RELEASEDATE" "OpenLDAP LDVERSION"
2
 
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_get_option.3,v 1.3.2.6 2009/01/22 00:00:49 kurt Exp $
 
2
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_get_option.3,v 1.3.2.7 2009/06/03 01:41:54 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
6
6
ldap_get_option, ldap_set_option \- LDAP option handling routines
7
7
.SH LIBRARY
8
 
OpenLDAP LDAP (libldap, -lldap)
 
8
OpenLDAP LDAP (libldap, \-lldap)
9
9
.SH SYNOPSIS
10
10
.nf
11
11
.B #include <ldap.h>
66
66
.B invalue
67
67
must be a 
68
68
.BR "struct timeval *" ,
69
 
and they cannot be NULL. Using a struct with seconds set to -1 results
 
69
and they cannot be NULL. Using a struct with seconds set to \-1 results
70
70
in an infinite timeout, which is the default.
71
71
.TP
72
72
.B LDAP_OPT_NETWORK_TIMEOUT
84
84
.B invalue
85
85
must be a 
86
86
.BR "struct timeval *" ,
87
 
and they cannot be NULL. Using a struct with seconds set to -1 results
 
87
and they cannot be NULL. Using a struct with seconds set to \-1 results
88
88
in an infinite timeout, which is the default.
89
89
.TP
90
90
.B LDAP_OPT_DEREF