diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-06 10:41:09 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-06 11:05:13 +0100 |
commit | 121fbd91e7208746e5f5f802b9ef406d9b5e5152 (patch) | |
tree | e9e63429394d8ce611a0f2e6be724f1e3b472148 /docs/reference | |
parent | c48b97b1187971a7b545921bfdc961e9ad53f0a6 (diff) |
docs,api: fix section reference to the Messaging interface
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/api/ModemManager-overview.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml index 7dad85a2..d55beef9 100644 --- a/docs/reference/api/ModemManager-overview.xml +++ b/docs/reference/api/ModemManager-overview.xml @@ -553,7 +553,7 @@ mm_plugin_create (void) <para> Modems with additional features will export feature-specific interfaces, such as the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link> or - the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link> + the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link> ones. </para> <para> @@ -616,7 +616,7 @@ mm_plugin_create (void) which are directly related to the purpose of the interface. For example, enabling the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link> interface will involve setting up the initial location information; and enabling the - <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link> + <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link> interface will involve loading the initial list of SMS available in the SIM or Modem. </para> </listitem> @@ -675,7 +675,7 @@ mm_plugin_create (void) which are directly related to the purpose of the interface. For example, disabling the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link> interface will involve shutting down the location gathering; and disabling the - <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link> + <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link> interface will involve unexporting all SMS objects from DBus. </para> </listitem> |