summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_control_manager.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/efl_net_control_manager.eo')
-rw-r--r--src/lib/ecore_con/efl_net_control_manager.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_control_manager.eo b/src/lib/ecore_con/efl_net_control_manager.eo
index 3250c4be32..cfe9145ac4 100644
--- a/src/lib/ecore_con/efl_net_control_manager.eo
+++ b/src/lib/ecore_con/efl_net_control_manager.eo
@@ -71,7 +71,7 @@ class Efl.Net.Control.Manager (Efl.Loop_Consumer) {
This class and its child objects are only useful to implement
control of the network connectivity. If your application only
needs to request access to the network, use
- \@Efl.Net.Session instead.
+ @Efl.Net.Session instead.
Network connectivity is defined on top of technologies that
provide access points. A technology can be "ethernet", "wifi",
@@ -142,7 +142,7 @@ class Efl.Net.Control.Manager (Efl.Loop_Consumer) {
- online means verified connectivity.
- \@note if there is no backend for this class, then state
+ Note: if there is no backend for this class, then state
will always be online, however @.access_points and
@.technologies will be empty iterators (valid pointers
but no items in them).