summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorSayed Shah <sayshah@redhat.com>2020-07-01 17:20:40 -0400
committerThomas Haller <thaller@redhat.com>2020-07-03 10:48:04 +0200
commit7337ab895951c37258d0634dd709f218109bd49f (patch)
tree9bef23382841cc33903b0dfdbf1ed4ace27d0402 /introspection
parent66e2d8c38a26e3b797fe2cbea961ea942042e13c (diff)
downloadNetworkManager-7337ab895951c37258d0634dd709f218109bd49f.tar.gz
all: fix typo in man pages
There should be a comma after 'Otherwise' and 'Currently'. https://bugzilla.redhat.com/show_bug.cgi?id=1852452 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/560
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml2
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wireless.xml2
-rw-r--r--introspection/org.freedesktop.NetworkManager.IP4Config.xml2
-rw-r--r--introspection/org.freedesktop.NetworkManager.Settings.Connection.xml4
-rw-r--r--introspection/org.freedesktop.NetworkManager.Settings.xml4
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml2
6 files changed, 8 insertions, 8 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml b/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
index 9e74eb6e56..f5e2fdceaa 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
@@ -31,7 +31,7 @@
<!--
StartFind:
- @options: Options of find. Currently 'timeout' option with value of "i"
+ @options: Options of find. Currently, 'timeout' option with value of "i"
in the range of 1-600 seconds is supported. The default is
30 seconds.
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
index d9af0964ec..c043a2c2f7 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wireless.xml
@@ -34,7 +34,7 @@
<!--
RequestScan:
- @options: Options of scan. Currently 'ssids' option with value of "aay" type is supported.
+ @options: Options of scan. Currently, 'ssids' option with value of "aay" type is supported.
Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property.
-->
diff --git a/introspection/org.freedesktop.NetworkManager.IP4Config.xml b/introspection/org.freedesktop.NetworkManager.IP4Config.xml
index e4388fd4fe..8ee29c3e08 100644
--- a/introspection/org.freedesktop.NetworkManager.IP4Config.xml
+++ b/introspection/org.freedesktop.NetworkManager.IP4Config.xml
@@ -62,7 +62,7 @@
<!--
NameserverData:
- The nameservers in use. Currently only the value "address"
+ The nameservers in use. Currently, only the value "address"
is recognized (with an IP address string).
Since: 1.14
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
index 6211274fd9..98c73dff66 100644
--- a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
+++ b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml
@@ -105,7 +105,7 @@
Update2:
@settings: New connection settings, properties, and (optionally) secrets.
Provide an empty array, to use the current settings.
- @flags: optional flags argument. Currently supported flags are:
+ @flags: optional flags argument. Currently, supported flags are:
"0x1" (to-disk),
"0x2" (in-memory),
"0x4" (in-memory-detached),
@@ -114,7 +114,7 @@
"0x20" (block-autoconnect),
"0x40" (no-reapply).
Unknown flags cause the call to fail.
- @args: optional arguments dictionary, for extensibility. Currently no
+ @args: optional arguments dictionary, for extensibility. Currently, no
arguments are accepted. Specifying unknown keys causes the call
to fail.
@result: output argument, currently no results are returned.
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.xml b/introspection/org.freedesktop.NetworkManager.Settings.xml
index 42e6f1ef85..5e6108435c 100644
--- a/introspection/org.freedesktop.NetworkManager.Settings.xml
+++ b/introspection/org.freedesktop.NetworkManager.Settings.xml
@@ -66,12 +66,12 @@
<!--
AddConnection2:
@settings: New connection settings, properties, and (optionally) secrets.
- @flags: optional flags argument. Currently the following flags are supported:
+ @flags: optional flags argument. Currently, the following flags are supported:
"0x1" (to-disk),
"0x2" (in-memory),
"0x20" (block-autoconnect).
Unknown flags cause the call to fail.
- @args: optional arguments dictionary, for extensibility. Currently no
+ @args: optional arguments dictionary, for extensibility. Currently, no
arguments are accepted. Specifying unknown keys causes the call
to fail.
@path: Object path of the new connection that was just added.
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml
index 0ebfe2434f..19bedcac6f 100644
--- a/introspection/org.freedesktop.NetworkManager.xml
+++ b/introspection/org.freedesktop.NetworkManager.xml
@@ -119,7 +119,7 @@
@options: Further options for the method call.
@path: Object path of the new connection that was just added.
@active_connection: The path of the active connection object representing this active connection.
- @result: a dictionary of additional output arguments for future extension. Currently not additional
+ @result: a dictionary of additional output arguments for future extension. Currently, not additional
output arguments are supported.
Adds a new connection using the given details (if any) as a template