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/stdlib/doc/src/c.xml | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'lib/stdlib/doc/src/c.xml') diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml index 40e6d9d43e..29edc373c7 100644 --- a/lib/stdlib/doc/src/c.xml +++ b/lib/stdlib/doc/src/c.xml @@ -28,7 +28,7 @@ 1996-10-30 B - c + c Command interface module.

This module enables users to enter the short form of @@ -41,7 +41,7 @@ - + Stack backtrace for a process.

Stack backtrace for a process. Equivalent to @@ -50,8 +50,8 @@ - - + + Compile and load a file or module. @@ -80,7 +80,7 @@ - + Change working directory.

Changes working directory to Dir, which can be a @@ -103,7 +103,7 @@ - + Flush any messages sent to the shell.

Flushes any messages sent to the shell.

@@ -111,7 +111,7 @@ - + Help information.

Displays help information: all valid shell internal commands, @@ -120,8 +120,8 @@ - - + + System information.

i/0 displays system information, listing @@ -131,7 +131,7 @@ - + Information about pid <X.Y.Z>.

Displays information about a process, Equivalent to @@ -141,7 +141,7 @@ - + Load or reload a module.

Purges and loads, or reloads, a module by calling @@ -154,7 +154,7 @@ - lc(Files) -> ok + lc(Files) -> ok Compile a list of files. Files = [File] @@ -180,7 +180,7 @@ - + List files in the current directory.

Lists files in the current directory.

@@ -188,7 +188,7 @@
- + List files in a directory or a single file.

Lists files in directory Dir or, if Dir @@ -197,7 +197,7 @@ - + Which modules are loaded.

Displays information about the loaded modules, including @@ -206,7 +206,7 @@ - + Information about a module.

Displays information about Module.

@@ -223,7 +223,7 @@
- + Memory allocation information.

Memory allocation information. Equivalent to @@ -232,8 +232,8 @@ - - + + Memory allocation information.

Memory allocation information. Equivalent to @@ -242,8 +242,8 @@ - - + + Compile and load code in a file on all nodes.

Compiles and then loads the code for a file on all nodes. @@ -255,7 +255,7 @@ compile:file(File, Options ++ [report_errors, report_w - + Load module on all nodes.

Loads Module on all nodes.

@@ -263,7 +263,7 @@ compile:file(File, Options ++ [report_errors, report_w
- + Convert X,Y,Z to a pid.

Converts X, Y, @@ -273,7 +273,7 @@ compile:file(File, Options ++ [report_errors, report_w - + Print working directory.

Prints the name of the working directory.

@@ -281,7 +281,7 @@ compile:file(File, Options ++ [report_errors, report_w
- + Quit - shorthand for init:stop().

This function is shorthand for init:stop(), that is, @@ -290,8 +290,8 @@ compile:file(File, Options ++ [report_errors, report_w - - + + Information about registered processes.

regs/0 displays information about all registered @@ -310,7 +310,7 @@ compile:file(File, Options ++ [report_errors, report_w - xm(ModSpec) -> void() + xm(ModSpec) -> void() Cross-reference check a module. ModSpec = Module | Filename @@ -325,7 +325,7 @@ compile:file(File, Options ++ [report_errors, report_w - y(File) -> YeccRet + y(File) -> YeccRet Generate an LALR-1 parser. File = name() @@ -344,7 +344,7 @@ yecc:file(File) - y(File, Options) -> YeccRet + y(File, Options) -> YeccRet Generate an LALR-1 parser. File = name() -- cgit v1.2.3