mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-05-05 16:57:27 +02:00
doc: Fix typos in error names
This commit is contained in:
parent
8f9912dbee
commit
d4dc2df06b
@ -10,15 +10,15 @@ Methods void Scan()
|
|||||||
Schedule a network scan.
|
Schedule a network scan.
|
||||||
|
|
||||||
Possible errors: net.connman.iwd.Busy
|
Possible errors: net.connman.iwd.Busy
|
||||||
new.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
|
|
||||||
void Disconnect()
|
void Disconnect()
|
||||||
|
|
||||||
Disconnect from the network
|
Disconnect from the network
|
||||||
|
|
||||||
Possible errors: net.connman.iwd.Busy
|
Possible errors: net.connman.iwd.Busy
|
||||||
new.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
new.connman.iwd.NotConnected
|
net.connman.iwd.NotConnected
|
||||||
|
|
||||||
array(osns) GetOrderedNetworks()
|
array(osns) GetOrderedNetworks()
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@ Methods void Connect()
|
|||||||
network.
|
network.
|
||||||
|
|
||||||
Possible errors: net.connman.iwd.Aborted
|
Possible errors: net.connman.iwd.Aborted
|
||||||
new.connman.iwd.Busy
|
net.connman.iwd.Busy
|
||||||
new.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
new.connman.iwd.NoAgent
|
net.connman.iwd.NoAgent
|
||||||
new.connman.iwd.NotSupported
|
net.connman.iwd.NotSupported
|
||||||
new.connman.iwd.Timeout
|
net.connman.iwd.Timeout
|
||||||
net.connman.iwd.InProgress
|
net.connman.iwd.InProgress
|
||||||
|
|
||||||
Properties string Name [readonly]
|
Properties string Name [readonly]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user