#DOCUMENTATION by mawalch
authormawalch
Thu, 22 Jun 2017 11:21:38 +0200
changeset 21900 ec3738295337
parent 21899 2ce4352ca6ac
child 21901 26386984b417
#DOCUMENTATION by mawalch class: UnixOperatingSystem class comment/format in: #getNetworkAddressInfo
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Thu Jun 22 10:38:21 2017 +0200
+++ b/UnixOperatingSystem.st	Thu Jun 22 11:21:38 2017 +0200
@@ -7648,7 +7648,7 @@
     "return a Dictionary of network interface information.
         key -> name of interface
         value -> a Set of network address
-                information for the interface - a dictionaries containing the
+                information for the interface - dictionaries containing the
                 information about the configuration of each interface in the system.
                 The dictionary keys are:
                     #address
@@ -7784,6 +7784,8 @@
     "
       OperatingSystem getNetworkAddressInfo
     "
+
+    "Modified (comment): / 22-06-2017 / 11:03:09 / mawalch"
 !
 
 getNetworkAddresses