class: UnixOperatingSystem
authorStefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 09:49:24 +0200
changeset 15152 2252471df4ae
parent 15151 60e0fcf07b17
child 15153 445368176cf3
class: UnixOperatingSystem comment/format in: #getNetworkMACAddresses
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Thu Apr 25 09:48:09 2013 +0200
+++ b/UnixOperatingSystem.st	Thu Apr 25 09:49:24 2013 +0200
@@ -7314,7 +7314,7 @@
     ].
 
     "we prefer OrderedDictionary here, because we want to keep the 
-     order as defined in the OS. But OrderedDictionary is in libbasic2."
+     order as defined in the OS."
     retDictionary := OrderedDictionary new:noOfIf.
     1 to:noOfIf do:[:cnt|
         |macAddress|
@@ -13494,11 +13494,11 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.310 2013-04-25 07:48:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.311 2013-04-25 07:49:24 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.310 2013-04-25 07:48:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.311 2013-04-25 07:49:24 stefan Exp $'
 ! !