comment/format in: #getHostName
authorStefan Vogel <sv@exept.de>
Fri, 23 Jul 2010 11:48:39 +0200
changeset 12959 4fc6924e462f
parent 12958 fc084b295df6
child 12960 5d7d08fd4c77
comment/format in: #getHostName
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Fri Jul 23 10:39:57 2010 +0200
+++ b/AbstractOperatingSystem.st	Fri Jul 23 11:48:39 2010 +0200
@@ -3282,8 +3282,9 @@
 !
 
 getHostName
-    "return the hostname we are running on - if there is
-     a HOST environment variable, we are much faster here ...
+    "return the hostname we are running on - 
+     a fully qalified hostname at best.
+
      Notice:
         not all systems support this; on some, 'unknown' is returned."
 
@@ -6934,11 +6935,11 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010-03-30 13:50:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.198 2010-07-23 09:48:39 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010-03-30 13:50:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.198 2010-07-23 09:48:39 stefan Exp $'
 ! !
 
 AbstractOperatingSystem initialize!