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/inets/doc/src/mod_security.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'lib/inets/doc/src/mod_security.xml') diff --git a/lib/inets/doc/src/mod_security.xml b/lib/inets/doc/src/mod_security.xml index 340705f697..c26d7468c2 100644 --- a/lib/inets/doc/src/mod_security.xml +++ b/lib/inets/doc/src/mod_security.xml @@ -29,7 +29,7 @@ 1.0 mod_security.sgml - mod_security + mod_security Security Audit and Trailing Functionality

Security Audit and Trailing Functionality

@@ -37,8 +37,8 @@ - block_user(User, Port, Dir, Seconds) -> true | {error, Reason} - block_user(User, Address, Port, Dir, Seconds) -> true | {error, Reason} + block_user(User, Port, Dir, Seconds) -> true | {error, Reason} + block_user(User, Address, Port, Dir, Seconds) -> true | {error, Reason} Blocks a user from access to a directory for a certain amount of time. User = string() @@ -56,10 +56,10 @@ - list_auth_users(Port) -> Users | [] - list_auth_users(Address, Port) -> Users | [] - list_auth_users(Port, Dir) -> Users | [] - list_auth_users(Address, Port, Dir) -> Users | [] + list_auth_users(Port) -> Users | [] + list_auth_users(Address, Port) -> Users | [] + list_auth_users(Port, Dir) -> Users | [] + list_auth_users(Address, Port, Dir) -> Users | [] Lists users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number, and directory (if specified). @@ -77,10 +77,10 @@ - list_blocked_users(Port) -> Users | [] - list_blocked_users(Address, Port) -> Users | [] - list_blocked_users(Port, Dir) -> Users | [] - list_blocked_users(Address, Port, Dir) -> Users | [] + list_blocked_users(Port) -> Users | [] + list_blocked_users(Address, Port) -> Users | [] + list_blocked_users(Port, Dir) -> Users | [] + list_blocked_users(Address, Port, Dir) -> Users | [] Lists users that are currently blocked from access to a specified port number, for a given address (if specified). @@ -97,10 +97,10 @@ - unblock_user(User, Port) -> true | {error, Reason} - unblock_user(User, Address, Port) -> true | {error, Reason} - unblock_user(User, Port, Dir) -> true | {error, Reason} - unblock_user(User, Address, Port, Dir) -> true | {error, Reason} + unblock_user(User, Port) -> true | {error, Reason} + unblock_user(User, Address, Port) -> true | {error, Reason} + unblock_user(User, Port, Dir) -> true | {error, Reason} + unblock_user(User, Address, Port, Dir) -> true | {error, Reason} Removes a blocked user from the block list. User = string() -- cgit v1.2.3