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/sasl/doc/src/rb.xml | 8 ++++---- lib/sasl/doc/src/release_handler.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/sasl/doc') diff --git a/lib/sasl/doc/src/rb.xml b/lib/sasl/doc/src/rb.xml index d5df4fd345..6e118e177b 100644 --- a/lib/sasl/doc/src/rb.xml +++ b/lib/sasl/doc/src/rb.xml @@ -43,8 +43,8 @@ - filter(Filters) - filter(Filters, Dates) + filter(Filters) + filter(Filters, Dates) Filters reports and displays them on the screen. Filters = [filter()] @@ -137,8 +137,8 @@ - log_list() - log_list(Type) + log_list() + log_list(Type) Logs report lists. Type = type() diff --git a/lib/sasl/doc/src/release_handler.xml b/lib/sasl/doc/src/release_handler.xml index 9ba276aeac..a77dace675 100644 --- a/lib/sasl/doc/src/release_handler.xml +++ b/lib/sasl/doc/src/release_handler.xml @@ -169,7 +169,7 @@ check_install_release(Vsn) -> {ok, OtherVsn, Descr} | {error, Reason} - check_install_release(Vsn,Opts) -> {ok, OtherVsn, Descr} | {error, Reason} + check_install_release(Vsn,Opts) -> {ok, OtherVsn, Descr} | {error, Reason} Checks installation of a release in the system. Vsn = OtherVsn = string() @@ -495,7 +495,7 @@ release_handler:set_unpacked(RelFile, [{myapp,"1.0","/home/user"},...]). - which_releases(Status) -> [{Name, Vsn, Apps, Status}] + which_releases(Status) -> [{Name, Vsn, Apps, Status}] Returns all known releases of a specific status. Name = Vsn = string() -- cgit v1.2.3