From cafff554ed7c8b820a7758b10aa32fc699f341eb Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 3 May 2018 14:50:17 +0200 Subject: kernel: Remove doc for unused browser_cmd variable --- lib/kernel/doc/src/kernel_app.xml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml index f96d946a5d..7894600c21 100644 --- a/lib/kernel/doc/src/kernel_app.xml +++ b/lib/kernel/doc/src/kernel_app.xml @@ -122,21 +122,6 @@ application. For more information about configuration parameters, see file app(4).

- browser_cmd = string() | {M,F,A} - -

When pressing the Help button in a tool such as Debugger, - the help text (an HTML file File) is by default - displayed in a Netscape browser, which is required to be - operational. This parameter can be used to change the command for - how to display the help text if another browser than Netscape - is preferred, or if another platform than Unix or Windows is - used.

-

If set to a string Command, the command - "Command File" is evaluated using - os:cmd/1.

-

If set to a module-function-args tuple, {M,F,A}, - the call apply(M,F,[File|A]) is evaluated.

-
distributed = [Distrib]

Specifies which applications that are distributed and on which -- cgit v1.2.3