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/application.xml | 10 +- lib/kernel/doc/src/code.xml | 14 +-- lib/kernel/doc/src/erl_epmd.xml | 16 +-- lib/kernel/doc/src/error_handler.xml | 2 +- lib/kernel/doc/src/error_logger.xml | 2 +- lib/kernel/doc/src/file.xml | 24 ++--- lib/kernel/doc/src/gen_sctp.xml | 6 +- lib/kernel/doc/src/heart.xml | 10 +- lib/kernel/doc/src/inet.xml | 34 +++---- lib/kernel/doc/src/logger.xml | 166 +++++++++++++++---------------- lib/kernel/doc/src/logger_disk_log_h.xml | 4 +- lib/kernel/doc/src/logger_filters.xml | 10 +- lib/kernel/doc/src/logger_formatter.xml | 6 +- lib/kernel/doc/src/logger_std_h.xml | 4 +- lib/kernel/doc/src/net_kernel.xml | 4 +- lib/kernel/doc/src/os.xml | 16 +-- 16 files changed, 164 insertions(+), 164 deletions(-) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/application.xml b/lib/kernel/doc/src/application.xml index 38c7b5acf1..ec5d081676 100644 --- a/lib/kernel/doc/src/application.xml +++ b/lib/kernel/doc/src/application.xml @@ -67,8 +67,8 @@ - - + + Load and start an application and its dependencies, recursively.

Equivalent to calling @@ -85,8 +85,8 @@ - - + + Load and start an application.

Equivalent to @@ -153,7 +153,7 @@ - + Get the value of a configuration parameter using a default.

Works like get_env/2 but returns diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index aff3e8133c..8dae6d90f3 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -507,7 +507,7 @@ zip:create("mnesia-4.4.7.ez", - + Load a list of modules atomically

Tries to load all of the modules in the list @@ -566,7 +566,7 @@ ok = code:finish_loading(Prepared), - + Prepare a list of modules atomically

Prepares to load the modules in the list @@ -598,7 +598,7 @@ ok = code:finish_loading(Prepared), - + Finish loading a list of prepared modules atomically

Tries to load code for all modules that have been previously @@ -627,7 +627,7 @@ ok = code:finish_loading(Prepared), - + Ensure that a list of modules is loaded

Tries to load any modules not already loaded in the list @@ -901,7 +901,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Return the status of the module in relation to object file on disk.

Returns:

@@ -934,7 +934,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]),
- + Return a list of all modules modified on disk.

Returns the list of all currently loaded modules for which @@ -961,7 +961,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + The mode of the code server.

Returns an atom describing the mode of the code server: diff --git a/lib/kernel/doc/src/erl_epmd.xml b/lib/kernel/doc/src/erl_epmd.xml index 8b076cd2d7..2adbf11a28 100644 --- a/lib/kernel/doc/src/erl_epmd.xml +++ b/lib/kernel/doc/src/erl_epmd.xml @@ -28,7 +28,7 @@ 2018-02-19 A - erl_epmd + erl_epmd Erlang interface towards epmd @@ -41,7 +41,7 @@ - + Callback for erl_distribution supervisor.

This function is invoked as this module is added as a child of the @@ -50,8 +50,8 @@ - - + + Registers the node with epmd.

Registers the node with epmd and tells epmd what port will be @@ -62,8 +62,8 @@ - - + + Returns the port number for a given node.

Requests the distribution port for the given node of an EPMD @@ -73,7 +73,7 @@ - + Returns address and port.

Called by the distribution module. Resolves the Host to an IP @@ -84,7 +84,7 @@ - + Names of Erlang nodes at a host.

Called by net_adm:names/0. diff --git a/lib/kernel/doc/src/error_handler.xml b/lib/kernel/doc/src/error_handler.xml index e5639487dc..28d15d0b67 100644 --- a/lib/kernel/doc/src/error_handler.xml +++ b/lib/kernel/doc/src/error_handler.xml @@ -38,7 +38,7 @@ - + Raise an undef exception. A (possibly empty) list of arguments Arg1,..,ArgN diff --git a/lib/kernel/doc/src/error_logger.xml b/lib/kernel/doc/src/error_logger.xml index c3d68fd79f..8cb3e2ce16 100644 --- a/lib/kernel/doc/src/error_logger.xml +++ b/lib/kernel/doc/src/error_logger.xml @@ -191,7 +191,7 @@ ok - + Get the value of the Kernel application variable error_logger_format_depth. diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 9acaf6b41e..87ac8071c6 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -186,7 +186,7 @@ - + Predeclare an access pattern for file data. @@ -197,7 +197,7 @@ - + Allocate file space.

allocate/3 can be used to preallocate space for a file.

@@ -217,7 +217,7 @@
- + Change permissions of a file.

Changes permissions of a file. See @@ -346,7 +346,7 @@ f.txt: {person, "kalle", 25}. - + Synchronize the in-memory data of a file, ignoring most of its metadata, with that on the physical medium.

Ensures that any buffers kept by the operating system @@ -578,7 +578,7 @@ f.txt: {person, "kalle", 25}. - + List all files in a directory.

Lists all the files in a directory, @@ -702,7 +702,7 @@ f.txt: {person, "kalle", 25}. - + Return the configured filename encoding of the VM.

Returns @@ -1408,7 +1408,7 @@ f.txt: {person, "kalle", 25}. - + Retrieve information about a file.

Retrieves information about a file. Returns @@ -1649,7 +1649,7 @@ f.txt: {person, "kalle", 25}. - + See what a link is pointing to.

Returns {ok, Filename} if @@ -1678,7 +1678,7 @@ f.txt: {person, "kalle", 25}. - + Retrieve information about a link or file.

Works like @@ -1807,7 +1807,7 @@ f.txt: {person, "kalle", 25}. - + Send a file to a socket.

Sends the file Filename to Socket. @@ -1816,7 +1816,7 @@ f.txt: {person, "kalle", 25}. - + Send a file to a socket. @@ -1990,7 +1990,7 @@ f.txt: {person, "kalle", 25}. - + Change file information.

Changes file information. Returns ok if successful, diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index 1e08b25f66..591079aef8 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -213,7 +213,7 @@ connect(Socket, Ip, Port>, - + Same as connect_init(Socket, Addr, Port, Opts, infinity)..

Same as connect_init(Socket, Addr, @@ -222,7 +222,7 @@ connect(Socket, Ip, Port>, - + Initiate a new association for socket Socket, with a peer (SCTP server socket). @@ -366,7 +366,7 @@ connect(Socket, Ip, Port>, - + Peel off a type stream socket from a type seqpacket one. diff --git a/lib/kernel/doc/src/heart.xml b/lib/kernel/doc/src/heart.xml index ad1a2ffeb9..8c4fcbaacd 100644 --- a/lib/kernel/doc/src/heart.xml +++ b/lib/kernel/doc/src/heart.xml @@ -154,7 +154,7 @@ - + Set a validation callback

This validation callback will be executed before any @@ -166,14 +166,14 @@ - + Clear the validation callback

Removes the validation callback call before heartbeats.

- + Get the validation callback

Get the validation callback. If the callback is cleared, none will be returned.

@@ -181,7 +181,7 @@
- + Set a list of options

Valid options set_options are:

@@ -199,7 +199,7 @@
- + Get the temporary reboot command

Returns {ok, Options} where Options is a list of current options enabled for heart. diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 87b08e4e36..8e7ca99084 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -394,7 +394,7 @@ fe80::204:acff:fe17:bf38 - + Return a list of interfaces and their addresses.

@@ -416,7 +416,7 @@ fe80::204:acff:fe17:bf38 - getifaddrs(Opts) -> + getifaddrs(Opts) -> {ok, [{Ifname, Ifopts}]} | {error, Posix} Return a list of interfaces and their addresses. @@ -586,9 +586,9 @@ get_tcpi_sacked(Sock) -> - - - + + + Displays information and statistics about sockets on the terminal

@@ -641,7 +641,7 @@ get_tcpi_sacked(Sock) -> - + Convert IPv6/IPV4 address to ASCII.

Parses an @@ -651,7 +651,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv4 or IPv6 address.

Parses an IPv4 or IPv6 address string and returns an @@ -662,7 +662,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv4 address.

Parses an IPv4 address string and returns an @@ -672,7 +672,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv4 address strict.

Parses an IPv4 address string containing four fields, that is, @@ -683,7 +683,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv6 address.

Parses an IPv6 address string and returns an @@ -694,7 +694,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv6 address strict.

Parses an IPv6 address string and returns an @@ -704,7 +704,7 @@ get_tcpi_sacked(Sock) -> - + Convert to and from IPv4-mapped IPv6 address.

@@ -717,7 +717,7 @@ get_tcpi_sacked(Sock) -> - + Parse an IPv4 or IPv6 address strict.

Parses an IPv4 or IPv6 address string and returns an @@ -741,7 +741,7 @@ get_tcpi_sacked(Sock) -> - + Return all address/port numbers for the other end of a connection. @@ -755,7 +755,7 @@ get_tcpi_sacked(Sock) -> - + Return all address/port numbers for the other end of a connection. @@ -1499,7 +1499,7 @@ inet:setopts(Sock,[{raw,6,8,<<30:32/native>>}]),]]> - + Return all local address/port numbers for a socket.

Equivalent to @@ -1509,7 +1509,7 @@ inet:setopts(Sock,[{raw,6,8,<<30:32/native>>}]),]]> - + Return all local address/port numbers for a socket.

Returns a list of all local address/port number pairs for a socket diff --git a/lib/kernel/doc/src/logger.xml b/lib/kernel/doc/src/logger.xml index 556f25f96a..e09c5db5e3 100644 --- a/lib/kernel/doc/src/logger.xml +++ b/lib/kernel/doc/src/logger.xml @@ -32,7 +32,7 @@ A logger.xml - logger + logger API module for Logger, the standard logging facility in Erlang/OTP. @@ -334,9 +334,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - emergency(StringOrReport[,Metadata]) - emergency(Format,Args[,Metadata]) - emergency(Fun,FunArgs[,Metadata]) + emergency(StringOrReport[,Metadata]) + emergency(Format,Args[,Metadata]) + emergency(Fun,FunArgs[,Metadata]) Logs the given message as level emergency.

Equivalent to @@ -345,9 +345,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - alert(StringOrReport[,Metadata]) - alert(Format,Args[,Metadata]) - alert(Fun,FunArgs[,Metadata]) + alert(StringOrReport[,Metadata]) + alert(Format,Args[,Metadata]) + alert(Fun,FunArgs[,Metadata]) Logs the given message as level alert.

Equivalent to @@ -356,9 +356,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - critical(StringOrReport[,Metadata]) - critical(Format,Args[,Metadata]) - critical(Fun,FunArgs[,Metadata]) + critical(StringOrReport[,Metadata]) + critical(Format,Args[,Metadata]) + critical(Fun,FunArgs[,Metadata]) Logs the given message as level critical.

Equivalent to @@ -367,9 +367,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - error(StringOrReport[,Metadata]) - error(Format,Args[,Metadata]) - error(Fun,FunArgs[,Metadata]) + error(StringOrReport[,Metadata]) + error(Format,Args[,Metadata]) + error(Fun,FunArgs[,Metadata]) Logs the given message as level error.

Equivalent to @@ -378,9 +378,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - warning(StringOrReport[,Metadata]) - warning(Format,Args[,Metadata]) - warning(Fun,FunArgs[,Metadata]) + warning(StringOrReport[,Metadata]) + warning(Format,Args[,Metadata]) + warning(Fun,FunArgs[,Metadata]) Logs the given message as level warning.

Equivalent to @@ -389,9 +389,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - notice(StringOrReport[,Metadata]) - notice(Format,Args[,Metadata]) - notice(Fun,FunArgs[,Metadata]) + notice(StringOrReport[,Metadata]) + notice(Format,Args[,Metadata]) + notice(Fun,FunArgs[,Metadata]) Logs the given message as level notice.

Equivalent to @@ -400,9 +400,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - info(StringOrReport[,Metadata]) - info(Format,Args[,Metadata]) - info(Fun,FunArgs[,Metadata]) + info(StringOrReport[,Metadata]) + info(Format,Args[,Metadata]) + info(Fun,FunArgs[,Metadata]) Logs the given message as level info.

Equivalent to @@ -411,9 +411,9 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - debug(StringOrReport[,Metadata]) - debug(Format,Args[,Metadata]) - debug(Fun,FunArgs[,Metadata]) + debug(StringOrReport[,Metadata]) + debug(Format,Args[,Metadata]) + debug(Fun,FunArgs[,Metadata]) Logs the given message as level debug.

Equivalent to @@ -422,12 +422,12 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - - - - - - + + + + + + Logs the given message. @@ -448,7 +448,7 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - + Add a handler with the given configuration.

Add a handler with the given configuration.

@@ -459,7 +459,7 @@ logger:error("error happened because: ~p", [Reason]). % Without macro
- + Add a filter to the specified handler.

Add a filter to the specified handler.

@@ -500,7 +500,7 @@ logger:error("error happened because: ~p", [Reason]). % Without macro
- + Set up log handlers from the application's configuration parameters. @@ -510,7 +510,7 @@ logger:error("error happened because: ~p", [Reason]). % Without macro - + Setup logger handlers. @@ -553,7 +553,7 @@ start(_, []) -> - + Add a primary filter to Logger.

Add a primary filter to Logger.

@@ -594,7 +594,7 @@ start(_, []) ->
- + Look up the current Logger configuration

Look up all current Logger configuration, including primary @@ -603,7 +603,7 @@ start(_, []) -> - + Look up the current configuration for all handlers.

Look up the current configuration for all handlers.

@@ -611,7 +611,7 @@ start(_, []) ->
- + Look up the current configuration for the given handler. @@ -620,7 +620,7 @@ start(_, []) -> - + Look up the identities for all installed handlers.

Look up the identities for all installed handlers.

@@ -628,7 +628,7 @@ start(_, []) ->
- + Look up the current primary configuration for Logger.

Look up the current primary configuration for Logger.

@@ -636,7 +636,7 @@ start(_, []) ->
- + Look up all current module levels.

Look up all current module levels. Returns a list @@ -648,7 +648,7 @@ start(_, []) -> - + Look up the current level for the given modules.

Look up the current level for the given modules. Returns a @@ -660,7 +660,7 @@ start(_, []) -> - + Retrieve data set with set_process_metadata/1.

Retrieve data set @@ -672,7 +672,7 @@ start(_, []) -> - + Remove the handler with the specified identity.

Remove the handler identified by HandlerId.

@@ -680,7 +680,7 @@ start(_, []) ->
- + Remove a filter from the specified handler.

Remove the filter identified @@ -690,7 +690,7 @@ start(_, []) -> - + Remove a primary filter from Logger.

Remove the primary filter identified @@ -699,7 +699,7 @@ start(_, []) -> - + Set the log level for all modules in the specified application.

Set the log level for all the modules of the specified application.

@@ -710,7 +710,7 @@ start(_, []) ->
- + Set configuration data for the specified handler.

Set configuration data for the specified handler. This @@ -731,11 +731,11 @@ start(_, []) -> - - - - - + + + + + Add or update configuration data for the specified handler. @@ -767,7 +767,7 @@ start(_, []) -> - + Set primary configuration data for Logger.

Set primary configuration data for Logger. This @@ -785,9 +785,9 @@ start(_, []) -> - - - + + + Add or update primary configuration data for Logger. @@ -801,7 +801,7 @@ start(_, []) -> - + Set the log level for the specified modules.

Set the log level for the specified modules.

@@ -841,7 +841,7 @@ start(_, []) ->
- + Set metadata to use when logging from current process.

Set metadata which Logger shall automatically insert in @@ -860,7 +860,7 @@ start(_, []) -> - + Unset the log level for all modules in the specified application.

Unset the log level for all the modules of the specified application.

@@ -871,7 +871,7 @@ start(_, []) ->
- + Remove module specific log settings for all modules.

Remove module specific log settings. After this, the @@ -880,7 +880,7 @@ start(_, []) -> - + Remove module specific log settings for the given modules. @@ -890,7 +890,7 @@ start(_, []) -> - + Delete data set with set_process_metadata/1.

Delete data set @@ -902,7 +902,7 @@ start(_, []) -> - + Update the formatter configuration for the specified handler.

Update the formatter configuration for the specified handler.

@@ -917,7 +917,7 @@ start(_, []) ->
- + Update the formatter configuration for the specified handler.

Update the formatter configuration for the specified handler.

@@ -928,7 +928,7 @@ start(_, []) ->
- + Update configuration data for the specified handler.

Update configuration data for the specified handler. This function @@ -944,11 +944,11 @@ logger:set_handler_config(HandlerId, maps:merge(Old, Config)). - - - - - + + + + + Add or update configuration data for the specified handler. @@ -980,7 +980,7 @@ logger:set_handler_config(HandlerId, maps:merge(Old, Config)). - + Update primary configuration data for Logger.

Update primary configuration data for Logger. This function @@ -996,7 +996,7 @@ logger:set_primary_config(maps:merge(Old, Config)). - + Set or update metadata to use when logging from current process. @@ -1021,7 +1021,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - + Compare the severity of two log levels.

Compare the severity of two log levels. Returns gt @@ -1032,7 +1032,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - + Convert a log message on report form to {Format, Args}.

Convert a log message on report form to {Format, @@ -1062,7 +1062,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - HModule:adding_handler(Config1) -> {ok, Config2} | {error, + HModule:adding_handler(Config1) -> {ok, Config2} | {error, Reason} An instance of this handler is about to be added. @@ -1088,7 +1088,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - HModule:changing_config(SetOrUpdate, OldConfig, NewConfig) -> {ok, Config} | {error, Reason} + HModule:changing_config(SetOrUpdate, OldConfig, NewConfig) -> {ok, Config} | {error, Reason} The configuration for this handler is about to change. SetOrUpdate = set | update @@ -1126,7 +1126,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - HModule:filter_config(Config) -> FilteredConfig + HModule:filter_config(Config) -> FilteredConfig Remove internal data from configuration. Config = FilteredConfig = @@ -1146,7 +1146,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - HModule:log(LogEvent, Config) -> void() + HModule:log(LogEvent, Config) -> void() Log the given log event. LogEvent = @@ -1169,7 +1169,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - HModule:removing_handler(Config) -> ok + HModule:removing_handler(Config) -> ok The given handler is about to be removed. Config = @@ -1197,7 +1197,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - FModule:check_config(FConfig) -> ok | {error, Reason} + FModule:check_config(FConfig) -> ok | {error, Reason} Validate the given formatter configuration. FConfig = @@ -1228,7 +1228,7 @@ logger:set_process_metadata(maps:merge(logger:get_process_metadata(), Meta)). - FModule:format(LogEvent, FConfig) -> FormattedLogEntry + FModule:format(LogEvent, FConfig) -> FormattedLogEntry Format the given log event. LogEvent = diff --git a/lib/kernel/doc/src/logger_disk_log_h.xml b/lib/kernel/doc/src/logger_disk_log_h.xml index d9b941a0a9..5b2374690e 100644 --- a/lib/kernel/doc/src/logger_disk_log_h.xml +++ b/lib/kernel/doc/src/logger_disk_log_h.xml @@ -32,7 +32,7 @@ A logger_disk_log_h.xml - logger_disk_log_h + logger_disk_log_h A disk_log based handler for Logger @@ -148,7 +148,7 @@ erl -kernel logger '[{handler,default,logger_disk_log_h, - + Writes buffered data to disk.

Write buffered data to disk.

diff --git a/lib/kernel/doc/src/logger_filters.xml b/lib/kernel/doc/src/logger_filters.xml index 90f1fcc270..0a02342864 100644 --- a/lib/kernel/doc/src/logger_filters.xml +++ b/lib/kernel/doc/src/logger_filters.xml @@ -32,7 +32,7 @@ A logger_filters.xml - logger_filters + logger_filters Filters to use with Logger. @@ -51,7 +51,7 @@ - + Filter log events based on the domain field in metadata. @@ -152,7 +152,7 @@ ok - + Filter log events based on the log level.

This filter provides a way of filtering log events based @@ -212,7 +212,7 @@ ok - + Filter progress reports from supervisor and application_controller.

This filter matches all progress reports @@ -227,7 +227,7 @@ ok - + Filter events with group leader on remote node.

This filter matches all events originating from a process diff --git a/lib/kernel/doc/src/logger_formatter.xml b/lib/kernel/doc/src/logger_formatter.xml index d066e263df..6dc83d24e1 100644 --- a/lib/kernel/doc/src/logger_formatter.xml +++ b/lib/kernel/doc/src/logger_formatter.xml @@ -32,7 +32,7 @@ A logger_formatter.xml - logger_formatter + logger_formatter Default formatter for Logger. @@ -289,7 +289,7 @@ exit_reason: "It crashed" - + Validates the given formatter configuration.

The function is called by Logger when the formatter @@ -310,7 +310,7 @@ exit_reason: "It crashed" - + Formats the given message.

This the formatter callback function to be called from diff --git a/lib/kernel/doc/src/logger_std_h.xml b/lib/kernel/doc/src/logger_std_h.xml index e156f5719b..fcd180abd6 100644 --- a/lib/kernel/doc/src/logger_std_h.xml +++ b/lib/kernel/doc/src/logger_std_h.xml @@ -32,7 +32,7 @@ A logger_std_h.xml - logger_std_h + logger_std_h Standard handler for Logger. @@ -121,7 +121,7 @@ erl -kernel logger '[{handler,default,logger_std_h, - + Writes buffered data to disk.

Write buffered data to disk.

diff --git a/lib/kernel/doc/src/net_kernel.xml b/lib/kernel/doc/src/net_kernel.xml index bfbe7a6470..1ed5d5cca1 100644 --- a/lib/kernel/doc/src/net_kernel.xml +++ b/lib/kernel/doc/src/net_kernel.xml @@ -131,7 +131,7 @@ $ erl -sname foobar
- + Get distribution socket options.

Get one or more options for the distribution socket @@ -324,7 +324,7 @@ $ erl -sname foobar - + Set distribution socket options.

Set one or more options for distribution sockets. 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