summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
commitc7bb5f0b917b82aed4203df3be0585be82077d9c (patch)
tree7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1
parentb33e4034e7490e5895a5cb2cc54949354842f9d9 (diff)
downloadtde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz
tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip
Branding cleanup on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1')
-rw-r--r--ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1 b/ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1
index 1f92a6b90..8acd79df1 100644
--- a/ubuntu/maverick/tdesdk/debian/man/kdemangen.pl.1
+++ b/ubuntu/maverick/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