diff --git a/general/genlib/telepathy-mission-control.xml b/general/genlib/telepathy-mission-control.xml
index 2b9b04a9c2..c5464ef9ee 100644
--- a/general/genlib/telepathy-mission-control.xml
+++ b/general/genlib/telepathy-mission-control.xml
@@ -79,7 +79,6 @@
commands:
./configure --prefix=/usr \
- --sysconfdir=/etc \
--libexecdir=/usr/lib/telepathy-mission-control &&
make
@@ -94,12 +93,10 @@ make
Command Explanations
- --sysconfdir=/etc: This parameter does
- something mandatory for BLFS purposes.
-
--libexecdir=/usr/lib/telepathy-mission-control:
- This parameter prevents files being installed in
- /usr/libexec.
+ This parameter ensures mission-control-5 is installed
+ in a location conforming with the FHS instead of
+ /usr/libexec/.
: This switch prevents the static
libraries being installed.
@@ -129,7 +126,8 @@ make
mc-tool
- does this .....
+ is a command line tool to manipulate Mission Control accounts.
+ mc-tool
@@ -139,7 +137,8 @@ make
mc-wait-for-name
- does this .....
+ waits for a (D-Bus) bus name that will (after a while) be provided
+ automatically by the desktop session.mc-wait-for-name
@@ -149,14 +148,16 @@ make
mission-control-5
- does this .....
+ is a D-Bus service which runs on the session bus to implement
+ AccountManager and ChannelDispatcher services described in the Telepathy
+ D-Bus specification.mission-control-5
-
+