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