From 142b9c806e49f7e1c9cd0a1124825aeeb5f4a9ca Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 1 Mar 2000 21:28:38 +0000 Subject: [PATCH] format comment to 79 columns --- bin/named/include/named/logconf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h index 7721991f09..891bdd814c 100644 --- a/bin/named/include/named/logconf.h +++ b/bin/named/include/named/logconf.h @@ -25,8 +25,9 @@ isc_result_t ns_log_configure(isc_logconfig_t *lctx, dns_c_logginglist_t *clog); /* - * Construct a new isc_logconfig_t object for use with the logging context 'lctx', - * configuring it according to the named.conf configuration data in 'clog'. + * Construct a new isc_logconfig_t object for use with the logging context + * 'lctx', configuring it according to the named.conf configuration data in + * 'clog'. */ #endif /* NS_LOGCONF_H */