From 00668f8cbae565d482e9ad72a63f846cef8e8071 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Wed, 18 Apr 2012 11:31:27 +0200 Subject: Revert "Extend erlang:port_info/1,2 to show the OS pid of a spawned process" This reverts commit d4667d383964c1550e0a91d64b674e84f6d07e3b. This commit was included by mistake, the correct patch will be merged from maint. --- erts/doc/src/erlang.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 9c8c033e29..63e2e63b0b 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3119,10 +3119,6 @@ os_prompt%

Bytes is the total number of bytes written to the port.

- {os_pid, Integer} - -

Integer is the OS pid of the spawned process (Unix systems only).

-

Failure: badarg if Port is not a local port.

-- cgit v1.2.3