From 723115d340230f5a1a19deabba10a9569137ec1c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 13 Aug 2007 16:19:37 +0000 Subject: [PATCH] sync with code; fix bold --- doc/man/man3/ldap_sync.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/man/man3/ldap_sync.3 b/doc/man/man3/ldap_sync.3 index cdb3358abf..9cb1436c02 100644 --- a/doc/man/man3/ldap_sync.3 +++ b/doc/man/man3/ldap_sync.3 @@ -10,11 +10,11 @@ OpenLDAP LDAP (libldap, -lldap) .nf .B #include .LP -.BI "int ldap_sync_init(ldap_sync_t *" ls ", int " mode ", int " cancel ");" +.BI "int ldap_sync_init(ldap_sync_t *" ls ", int " mode ");" .LP -.BI "int ldap_sync_init_refresh_only(ldap_sync_t *" ls ", int " cancel ");" +.BI "int ldap_sync_init_refresh_only(ldap_sync_t *" ls ");" .LP -.BI "int ldap_sync_init_refresh_and_persist(ldap_sync_t *" ls ", int " cancel ");" +.BI "int ldap_sync_init_refresh_and_persist(ldap_sync_t *" ls ");" .LP .BI "int ldap_sync_poll(ldap_sync_t *" ls ");" .LP @@ -198,7 +198,8 @@ to indicate that the refresh phase of refreshAndPersist is over, and the client should start polling. Except for the .BR LDAP_SYNC_CAPI_PRESENTS_IDSET -and LDAP_SYNC_CAPI_DELETES_IDSET +and +.BR LDAP_SYNC_CAPI_DELETES_IDSET cases, .BR syncUUIDs is NULL. -- 2.39.5