diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 19:16:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:56 +0200 |
commit | 07e8c2fb06b6be1b102c914807e138b9eb9976b1 (patch) | |
tree | f492dfd510d421c120a545b21e33f114d8255f99 /erts/doc/src/erlang.xml | |
parent | d3b1ccaf5f2c9bf75785c31d5df4a8a8e420bccb (diff) | |
download | otp-07e8c2fb06b6be1b102c914807e138b9eb9976b1.tar.gz otp-07e8c2fb06b6be1b102c914807e138b9eb9976b1.tar.bz2 otp-07e8c2fb06b6be1b102c914807e138b9eb9976b1.zip |
erts: Remove VxWorks from documentation
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index b5ddf0e17c..b691bb9d58 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2606,8 +2606,8 @@ os_prompt% </pre> <p>This is only valid for <c>{spawn, <anno>Command</anno>}</c> and <c>{spawn_executable, <anno>FileName</anno>}</c>. The external program starts using <c><anno>Dir</anno></c> as its - working directory. <c><anno>Dir</anno></c> must be a string. Not - available on VxWorks.</p> + working directory. <c><anno>Dir</anno></c> must be a string. + </p> </item> <tag><c>{env, <anno>Env</anno>}</c></tag> <item> @@ -2621,8 +2621,8 @@ os_prompt% </pre> port process. Both <c><anno>Name</anno></c> and <c><anno>Val</anno></c> must be strings. The one exception is <c><anno>Val</anno></c> being the atom <c>false</c> (in analogy with <c>os:getenv/1</c>), which - removes the environment variable. Not available on - VxWorks.</p> + removes the environment variable. + </p> </item> <tag><c>{args, [ string() | binary() ]}</c></tag> <item> |