diff options
Diffstat (limited to 'usr/src/lib/libsldap/common')
-rw-r--r-- | usr/src/lib/libsldap/common/ns_internal.h | 2 | ||||
-rw-r--r-- | usr/src/lib/libsldap/common/ns_sldap.h | 2 | ||||
-rw-r--r-- | usr/src/lib/libsldap/common/ns_standalone.c | 4 | ||||
-rw-r--r-- | usr/src/lib/libsldap/common/ns_writes.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libsldap/common/ns_internal.h b/usr/src/lib/libsldap/common/ns_internal.h index f6fb0f0bb0..86c197e528 100644 --- a/usr/src/lib/libsldap/common/ns_internal.h +++ b/usr/src/lib/libsldap/common/ns_internal.h @@ -59,7 +59,7 @@ extern "C" { #define LDAPMAXHARDLOOKUPTIME 256 #define DONOTEDIT \ "Do not edit this file manually; your changes will be lost." \ - "Please use ldapclient (1M) instead." + "Please use ldapclient(8) instead." #define MAXPORTNUMBER 65535 #define MAXPORTNUMBER_STR "65535" #define CREDFILE 0 diff --git a/usr/src/lib/libsldap/common/ns_sldap.h b/usr/src/lib/libsldap/common/ns_sldap.h index fbee323739..0507910a48 100644 --- a/usr/src/lib/libsldap/common/ns_sldap.h +++ b/usr/src/lib/libsldap/common/ns_sldap.h @@ -582,7 +582,7 @@ typedef struct ns_standalone_conf { * and naming context. During all further operations on behalf * of the application requested a standalone schema libsldap will use * the information obtained by __ns_ldap_initStandalone() instead of - * door_call(3C)ing ldap_cachemgr(1M). + * door_call(3C)ing ldap_cachemgr(8). * * conf * A structure describing where and in which way to obtain all the diff --git a/usr/src/lib/libsldap/common/ns_standalone.c b/usr/src/lib/libsldap/common/ns_standalone.c index 3d998d16ae..119c148b41 100644 --- a/usr/src/lib/libsldap/common/ns_standalone.c +++ b/usr/src/lib/libsldap/common/ns_standalone.c @@ -1367,7 +1367,7 @@ __ns_ldap_getRootDSE(const char *server_addr, * Fallback to anonymous, non-SSL mode for backward * compatibility reasons. This mode should only be used when * this function (__ns_ldap_getRootDSE) is called from - * ldap_cachemgr(1M). + * ldap_cachemgr(8). */ syslog(LOG_WARNING, gettext("libsldap: Falling back to anonymous, non-SSL" @@ -1965,7 +1965,7 @@ __ns_ldap_initAuth(const char *auth_mech, * and naming context. During all further operations on behalf * of the application requested a standalone schema libsldap will use * the information obtained by __ns_ldap_initStandalone() instead of - * door_call(3C)ing ldap_cachemgr(1M). + * door_call(3C)ing ldap_cachemgr(8). * * INPUT: * sa_conf - a structure describing where and in which way to obtain all diff --git a/usr/src/lib/libsldap/common/ns_writes.c b/usr/src/lib/libsldap/common/ns_writes.c index 0774eb7524..85a9ea8938 100644 --- a/usr/src/lib/libsldap/common/ns_writes.c +++ b/usr/src/lib/libsldap/common/ns_writes.c @@ -1262,7 +1262,7 @@ __ns_ldap_is_shadow_update_enabled(void) * to modify. When the Native LDAP client is configured with 'shadow update * enabled', Shadowshadow(4) entries can only be modified by privileged users. * Such users use the NS_LDAP_UPDATE_SHADOW flag to indicate the call is - * for such a shadow(4) update, which would be forwarded to ldap_cachemgr + * for such a shadow(5) update, which would be forwarded to ldap_cachemgr * for performing the LDAP modify operation. ldap_cachemgr would call * this function again and use the special service NS_ADMIN_SHADOW_UPDATE * to identify itself, so that admin credential would be obtained and |