From 429fc8a70d9bb6df2999892d7a2da6afb95706f0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 4 Jul 2020 08:54:39 +0200 Subject: acct-user.eclass: Fix eclassdoc tag order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/acct-user.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass index b66fbbf9d0c2..e82f3c56dbbe 100644 --- a/eclass/acct-user.eclass +++ b/eclass/acct-user.eclass @@ -143,8 +143,8 @@ acct-user_add_deps() { # << Helper functions >> # @FUNCTION: eislocked -# @INTERNAL # @USAGE: +# @INTERNAL # @DESCRIPTION: # Check whether the specified user account is currently locked. # Returns 0 if it is locked, 1 if it is not, 2 if the platform @@ -176,8 +176,8 @@ eislocked() { } # @FUNCTION: elockuser -# @INTERNAL # @USAGE: +# @INTERNAL # @DESCRIPTION: # Lock the specified user account, using the available platform-specific # functions. This should prevent any login to the account. @@ -221,8 +221,8 @@ elockuser() { } # @FUNCTION: eunlockuser -# @INTERNAL # @USAGE: +# @INTERNAL # @DESCRIPTION: # Unlock the specified user account, using the available platform- # specific functions. -- cgit v1.2.3-65-gdbad