From b774d97b3cb650ffaf3ab316ade4f3e463478e28 Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Tue, 13 Apr 2021 13:58:53 +0200 Subject: [PATCH] - Fix documentation comment for files previously residing in checkconf/. --- doc/Changelog | 3 +++ smallapp/unbound-checkconf.c | 2 +- smallapp/unbound-control.c | 2 +- smallapp/unbound-host.c | 2 +- smallapp/worker_cb.c | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) 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. * -- 2.47.3