Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 04 Jul 2020 07:15:50
Message-Id: 1593846887.429fc8a70d9bb6df2999892d7a2da6afb95706f0.mgorny@gentoo
1 commit: 429fc8a70d9bb6df2999892d7a2da6afb95706f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 06:54:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:14:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429fc8a7
7
8 acct-user.eclass: Fix eclassdoc tag order
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/acct-user.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
16 index b66fbbf9d0c..e82f3c56dbb 100644
17 --- a/eclass/acct-user.eclass
18 +++ b/eclass/acct-user.eclass
19 @@ -143,8 +143,8 @@ acct-user_add_deps() {
20 # << Helper functions >>
21
22 # @FUNCTION: eislocked
23 -# @INTERNAL
24 # @USAGE: <user>
25 +# @INTERNAL
26 # @DESCRIPTION:
27 # Check whether the specified user account is currently locked.
28 # Returns 0 if it is locked, 1 if it is not, 2 if the platform
29 @@ -176,8 +176,8 @@ eislocked() {
30 }
31
32 # @FUNCTION: elockuser
33 -# @INTERNAL
34 # @USAGE: <user>
35 +# @INTERNAL
36 # @DESCRIPTION:
37 # Lock the specified user account, using the available platform-specific
38 # functions. This should prevent any login to the account.
39 @@ -221,8 +221,8 @@ elockuser() {
40 }
41
42 # @FUNCTION: eunlockuser
43 -# @INTERNAL
44 # @USAGE: <user>
45 +# @INTERNAL
46 # @DESCRIPTION:
47 # Unlock the specified user account, using the available platform-
48 # specific functions.