diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 08:54:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:14:47 +0200 |
commit | 429fc8a70d9bb6df2999892d7a2da6afb95706f0 (patch) | |
tree | f0e5f57665a79d0b72e8c4d3239025d4113ab29b /eclass | |
parent | dev-ruby/ruby-gettext: cleanup (diff) | |
download | gentoo-429fc8a70d9bb6df2999892d7a2da6afb95706f0.tar.gz gentoo-429fc8a70d9bb6df2999892d7a2da6afb95706f0.tar.bz2 gentoo-429fc8a70d9bb6df2999892d7a2da6afb95706f0.zip |
acct-user.eclass: Fix eclassdoc tag order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/acct-user.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
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: <user> +# @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: <user> +# @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: <user> +# @INTERNAL # @DESCRIPTION: # Unlock the specified user account, using the available platform- # specific functions. |