aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-16 18:35:53 +0000
committerFritz Elfert <felfert@to.com>2002-07-16 18:35:53 +0000
commitb94604ee9be84a8bb6066fe049b34459a13e08db (patch)
tree06624a57b22c3ab778c18508a4b18c4a9441ac5c /conf
parent8ad9e586ddafb33c9b5bc37528bfb83cc8a3c90c (diff)
downloadplptools-b94604ee9be84a8bb6066fe049b34459a13e08db.tar.gz
plptools-b94604ee9be84a8bb6066fe049b34459a13e08db.tar.bz2
plptools-b94604ee9be84a8bb6066fe049b34459a13e08db.zip
- Small fixes in kioslave doc.
Diffstat (limited to 'conf')
-rw-r--r--conf/kiodoc-update.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/kiodoc-update.pl b/conf/kiodoc-update.pl
index 9af82e7..6e7a792 100644
--- a/conf/kiodoc-update.pl
+++ b/conf/kiodoc-update.pl
@@ -38,8 +38,8 @@ sub add_doc($) {
my @files = collect_specified($_[0]);
return if ($#files lt 0);
foreach $idx (@files) {
- my $id = get_id($files[0]);
- die "Can't read ID attribute\n" if ($id eq "");
+ my $id = get_id($idx);
+ die "Can't read ID attribute in $idx\n" if ($id eq "");
my $ed = '<!ENTITY kio-' . $id . ' SYSTEM "' .
"$_[0].docbook" . '">';
my $er = '&kio-' . $id . ';';