---
 doc/manager-api.txt |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index cf26978..57b13c9 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -195,21 +195,20 @@ Methods           dict GetProperties()
                        If an application exits unexpectatly the session
                        will be automatically destroyed.
 
-               fd, dict {settings} RequestPrivateNetwork(dict options)
+               object path, fd, dict RequestPrivateNetwork(dict options)
                                                                [experimental]
 
-                       Request a new Private Network, whick includes the
+                       Request a new Private Network, which includes the
                        creation of a tun/tap interface, and IP
                        configuration, NAT and IP forwarding on that
                        interface.
-                       A file descritor to the interface is returned together
-                       with the IP, gateway and DNS settings for the
-                       interface.
+                       An object path, a fildescriptor and a dictionnary
+                        with IP settings are returned.
 
                        Possible Errors: [service].Error.InvalidArguments
                                         [service].Error.NotSupported
 
-               void ReleasePrivateNetwork(fd) [experimental]
+               void ReleasePrivateNetwork(object path) [experimental]
 
                        Releases a private network.
 
-- 
1.7.1

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to