From 7d16ba245c295ca7c2947620e77a9b1d7f82d66f Mon Sep 17 00:00:00 2001 From: stroeder Date: Wed, 9 Dec 2015 17:12:02 +0000 Subject: [PATCH] correct use of :c:func --- Doc/ldap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/ldap.rst b/Doc/ldap.rst index ccb661a..4d6068e 100644 --- a/Doc/ldap.rst +++ b/Doc/ldap.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap.rst,v 1.29 2015/11/19 05:16:46 stroeder Exp $ +.. % $Id: ldap.rst,v 1.30 2015/12/09 17:12:02 stroeder Exp $ ******************************************** :py:mod:`ldap` LDAP library interface module @@ -961,7 +961,7 @@ and wait for and return with the server's result, or with values are lists of strings. The DN in *dn* is automatically extracted using the underlying libldap - function :cfunc:`ldap_get_dn()`, which may raise an exception if the + function :c:func:`ldap_get_dn()`, which may raise an exception if the DN is malformed. If *attrsonly* is non-zero, the values of *attrs* will be meaningless