summaryrefslogtreecommitdiffstats
path: root/scripts/kdemangen.pl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
commit4123be718760f8cbfc7ba7100bd0177575946fbf (patch)
tree651706f1048dbd8dd7b5fa757e111da22c5f292c /scripts/kdemangen.pl
parentb49dd7506883d2c41563bca9398959863e919b35 (diff)
downloadtdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz
tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip
Additional renaming of kde to tde
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..