]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
comment updates
authorBrian Wellington <source@isc.org>
Tue, 26 Sep 2000 22:14:35 +0000 (22:14 +0000)
committerBrian Wellington <source@isc.org>
Tue, 26 Sep 2000 22:14:35 +0000 (22:14 +0000)
lib/dns/include/dns/log.h
lib/isc/include/isc/log.h

index 01987968d4adc2b61febbb07505aa9afca8d3e98..3446a28c43ca7f0b2929679fa21c72db13ad1f77 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.23 2000/08/01 01:24:17 tale Exp $ */
+/* $Id: log.h,v 1.24 2000/09/26 22:14:34 bwelling Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -91,8 +91,6 @@ dns_log_setcontext(isc_log_t *lctx);
  *
  * Requires:
  *     lctx is a valid logging context.
- *
- *     dns_log_setcontext() is called only once.
  */
 
 ISC_LANG_ENDDECLS
index d0d815a8f662461f009c2384405502063c285cb4..f8a324a9cf2e2a253b631abeb7d1684c1e56e82b 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.28 2000/08/01 01:30:23 tale Exp $ */
+/* $Id: log.h,v 1.29 2000/09/26 22:14:35 bwelling Exp $ */
 
 #ifndef ISC_LOG_H
 #define ISC_LOG_H 1
@@ -823,7 +823,6 @@ isc_log_setcontext(isc_log_t *lctx);
  *
  * Requires:
  *     lctx be a valid context.
- *     This function must not have been previously called.
  */
 
 ISC_LANG_ENDDECLS