From: George Thessalonikefs Date: Tue, 13 Apr 2021 11:58:53 +0000 (+0200) Subject: - Fix documentation comment for files previously residing in checkconf/. X-Git-Tag: release-1.13.2rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b774d97b3cb650ffaf3ab316ade4f3e463478e28;p=thirdparty%2Funbound.git - Fix documentation comment for files previously residing in checkconf/. --- diff --git a/doc/Changelog b/doc/Changelog index c62b48893..1ff1abbf6 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +13 April 2021: George + - Fix documentation comment for files previously residing in checkconf/. + 12 April 2021: George - Fix (increase) verbosity level for iterator error log in processQueryTargets(). diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 34a1f5bb4..5d1d67684 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -1,5 +1,5 @@ /* - * checkconf/unbound-checkconf.c - config file checker for unbound.conf file. + * smallapp/unbound-checkconf.c - config file checker for unbound.conf file. * * Copyright (c) 2007, NLnet Labs. All rights reserved. * diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index 5a6f0c560..86e3949c0 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -1,5 +1,5 @@ /* - * checkconf/unbound-control.c - remote control utility for unbound. + * smallapp/unbound-control.c - remote control utility for unbound. * * Copyright (c) 2008, NLnet Labs. All rights reserved. * diff --git a/smallapp/unbound-host.c b/smallapp/unbound-host.c index 1ae2d8521..d612575f3 100644 --- a/smallapp/unbound-host.c +++ b/smallapp/unbound-host.c @@ -1,5 +1,5 @@ /* - * checkconf/unbound-host.c - replacement for host that supports validation. + * smallapp/unbound-host.c - replacement for host that supports validation. * * Copyright (c) 2007, NLnet Labs. All rights reserved. * diff --git a/smallapp/worker_cb.c b/smallapp/worker_cb.c index cdf855dc3..63c27fda2 100644 --- a/smallapp/worker_cb.c +++ b/smallapp/worker_cb.c @@ -1,5 +1,5 @@ /* - * checkconf/worker_cb.c - fake callback routines to make fptr_wlist work + * smallapp/worker_cb.c - fake callback routines to make fptr_wlist work * * Copyright (c) 2007, NLnet Labs. All rights reserved. *