Skip to content

Commit

Permalink
acct-user.eclass: Fix eclassdoc tag order
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 4, 2020
1 parent 115ba1e commit 429fc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclass/acct-user.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -221,8 +221,8 @@ elockuser() {
}

# @FUNCTION: eunlockuser
# @INTERNAL
# @USAGE: <user>
# @INTERNAL
# @DESCRIPTION:
# Unlock the specified user account, using the available platform-
# specific functions.
Expand Down

0 comments on commit 429fc8a

Please sign in to comment.