From 20cc39d443d1a2c364b0fb778c7813ae7b5a1dd6 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 11 Dec 2018 17:42:39 +0100 Subject: Add "since" attributes in xml for new functions and modules introduced after OTP_R13B03. --- lib/kernel/doc/src/os.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/kernel/doc/src/os.xml') diff --git a/lib/kernel/doc/src/os.xml b/lib/kernel/doc/src/os.xml index c95e615c6b..9bd859452c 100644 --- a/lib/kernel/doc/src/os.xml +++ b/lib/kernel/doc/src/os.xml @@ -135,7 +135,7 @@ - + Execute a command in a shell of the target OS.

Executes Command in a command shell of the @@ -220,7 +220,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Get the value of an environment variable.

Returns the Value of the environment variable @@ -277,7 +277,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Enables or disables handling of OS signals.

Enables or disables OS signals.

@@ -304,7 +304,7 @@ DirOut = os:cmd("dir"), % on Win32 platform
- + Current OS system time.

Returns the current @@ -317,7 +317,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Current OS system time.

Returns the current @@ -373,7 +373,7 @@ calendar:now_to_universal_time(TS), - + Returns a performance counter

Returns the current performance counter value in perf_counter @@ -383,7 +383,7 @@ calendar:now_to_universal_time(TS), - + Returns a performance counter

Returns a performance counter that can be used as a very fast and high resolution timestamp. This counter is read directly from the hardware or operating @@ -417,7 +417,7 @@ calendar:now_to_universal_time(TS), - + Delete an environment variable.

Deletes the environment variable VarName.

-- cgit v1.2.3 From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/kernel/doc/src/os.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/kernel/doc/src/os.xml') diff --git a/lib/kernel/doc/src/os.xml b/lib/kernel/doc/src/os.xml index 9bd859452c..0500e4cfb3 100644 --- a/lib/kernel/doc/src/os.xml +++ b/lib/kernel/doc/src/os.xml @@ -28,7 +28,7 @@ - os + os Operating system-specific functions.

The functions in this module are operating system-specific. @@ -134,7 +134,7 @@ - + Execute a command in a shell of the target OS. @@ -173,8 +173,8 @@ DirOut = os:cmd("dir"), % on Win32 platform - - + + Absolute filename of a program.

These two functions look up an executable program, with the @@ -190,7 +190,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + List all environment variables.

Returns a list of all environment variables. @@ -205,7 +205,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Get the value of an environment variable.

Returns the Value of the environment variable @@ -235,7 +235,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Return the process identifier of the emulator process. @@ -251,7 +251,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Set a new value for an environment variable.

Sets a new Value for environment variable @@ -332,7 +332,7 @@ DirOut = os:cmd("dir"), % on Win32 platform - + Current OS system time on the erlang:timestamp/0 format. Timestamp = {MegaSecs, Secs, MicroSecs} @@ -397,7 +397,7 @@ calendar:now_to_universal_time(TS), - + Return the OS family and, in some cases, the OS name of the current OS. @@ -429,7 +429,7 @@ calendar:now_to_universal_time(TS), - + Return the OS versions.

Returns the OS version. -- cgit v1.2.3