From c37a976174c298be456eff560031c31d89d598a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?=
Date: Tue, 17 Jul 2012 19:24:32 +0200
Subject: kernel: Remove VxWorks
---
lib/kernel/doc/src/os.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
(limited to 'lib/kernel/doc')
diff --git a/lib/kernel/doc/src/os.xml b/lib/kernel/doc/src/os.xml
index 1bc5b9e464..621ca6e9ee 100644
--- a/lib/kernel/doc/src/os.xml
+++ b/lib/kernel/doc/src/os.xml
@@ -100,8 +100,7 @@ DirOut = os:cmd("dir"), % on Win32 platform
environment. Value is returned as a string containing
the (usually) numerical identifier for a process. On Unix,
this is typically the return value of the getpid()
- system call. On VxWorks, Value contains the task id
- (decimal notation) of the Erlang task. On Windows,
+ system call. On Windows,
the process id as returned by the GetCurrentProcessId()
system call is used.
@@ -154,8 +153,6 @@ format_utc_timestamp() ->
Solaris 1 and 2, it will be sunos.
In Windows, Osname will be either nt (on
Windows NT), or windows (on Windows 95).
- On VxWorks the OS family alone is returned, that is
- vxworks.
Think twice before using this function. Use the
filename module if you want to inspect or build
--
cgit v1.2.3