summaryrefslogtreecommitdiffstats
path: root/scripts/kdemangen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kdemangen.pl')
-rwxr-xr-xscripts/kdemangen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdemangen.pl b/scripts/kdemangen.pl
index 69951c88..d5e23699 100755
--- a/scripts/kdemangen.pl
+++ b/scripts/kdemangen.pl
@@ -38,7 +38,7 @@
# USAGE:
# Suppose you wanted to generate a man page for the KDE-Edu program
# kalzium.. Then you would
-# 1 cd to /path/to/kde/srcs/kdeedu/debian ( necessary so the script
+# 1 cd to /path/to/kde/srcs/tdeedu/debian ( necessary so the script
# finds the Debian control file.. )
# 2 run "/path/to/kdemangen.pl $(which kstars) > kstars.1"
# 3 run "man ./kstars.1" to check out the generated page..