summaryrefslogtreecommitdiffstats
path: root/kdesu/FAQ
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:28:57 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /kdesu/FAQ
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'kdesu/FAQ')
-rw-r--r--kdesu/FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdesu/FAQ b/kdesu/FAQ
index e5a60fbeb..b7d1499c7 100644
--- a/kdesu/FAQ
+++ b/kdesu/FAQ
@@ -9,11 +9,11 @@ A: No program is 100% safe. However, KDE su is not setuid root and it
Q: How safe is password keeping?
A: Enabling password keeping is less secure that disabling it. However, the
- scheme kdesu uses to keep passwords prevents everyone (including you, the
+ scheme tdesu uses to keep passwords prevents everyone (including you, the
user) from accessing them. Please see the HTML documentation for a full
description of this scheme.
-Q: Can I execute tty applications with kdesu?
+Q: Can I execute tty applications with tdesu?
A: No. TTY application will probably never be supported. Use the Unix su for
those.
NOTE: As of version 0.94, tty _output_ _only_ is supported with the `-t'
@@ -32,7 +32,7 @@ A: KDE su needs to setup a pty/tty pair for communicating with `su'. This is
that is not a tty. Setting up a pty/tty pair is not completely portable.
Q: A good debug tip?
-A: If kdesu doesn't fire up your application, use the '-t' switch.
+A: If tdesu doesn't fire up your application, use the '-t' switch.
This way, you'll get terminal output. Maybe there is something wrong with
the program you're trying to run.