aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacmeman4
1 files changed, 2 insertions, 2 deletions
diff --git a/acmeman b/acmeman
index 4a28e50..fdb55aa 100755
--- a/acmeman
+++ b/acmeman
@@ -172,7 +172,7 @@ list of section name, arguments and the keyword, separated by dots. For
example, the path B<files.apache.type> corresponds to the following
configuration file fragment:
- [file apache]
+ [files apache]
type = single
The following describes the available sections and keywords
@@ -850,7 +850,7 @@ sub collect {
alt => $v->{alt},
%{$fref});
} else {
- error("files.$k->{files} is referenced from [domain $k], but never declared");
+ error("files.$v->{files} is referenced from [domain $k], but never declared");
++$err;
next;
}

Return to:

Send suggestions and report system problems to the System administrator.