summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/tdesdk/debian/man/kdemangen.pl.1')
-rw-r--r--debian/squeeze/tdesdk/debian/man/kdemangen.pl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1 b/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1
index 1f92a6b90..8acd79df1 100644
--- a/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1
+++ b/debian/squeeze/tdesdk/debian/man/kdemangen.pl.1
@@ -16,12 +16,12 @@
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
-kdemangen.pl \- automatically create a draft manpage for a KDE app
+kdemangen.pl \- automatically create a draft manpage for a TDE app
.SH SYNOPSIS
.B kdemangen.pl
.I /path/to/application
.SH DESCRIPTION
-\fBkdemangen.pl\fP will automatically create a draft manpage for a KDE
+\fBkdemangen.pl\fP will automatically create a draft manpage for a TDE
application. Manpages are always better when hand-tailored, but this
should give you a fairly good start.
.PP
@@ -34,13 +34,13 @@ subdirectory of the application sources.
.PP
The new manpage will be written to standard output.
.PP
-This utility is part of the KDE Software Development Kit.
+This utility is part of the TDE Software Development Kit.
.SH WARNING
-This utility will only work for a full KDE application that uses
-TDECmdLineArgs (which most full KDE applications do).
+This utility will only work for a full TDE application that uses
+TDECmdLineArgs (which most full TDE applications do).
.SH EXAMPLE
.RS
-cd /path/to/kde/srcs/tdeedu/debian
+cd /path/to/tde/srcs/tdeedu/debian
.br
kdemangen /usr/bin/kstars > kstars.1
.RE