mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
s6.eclass: minor @USAGE clarifications
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -48,7 +48,7 @@ s6_get_servicedir() {
|
||||
}
|
||||
|
||||
# @FUNCTION: s6_install_service
|
||||
# @USAGE: servicename run finish
|
||||
# @USAGE: <servicename> <run> [finish]
|
||||
# @DESCRIPTION:
|
||||
# Install an s6 service.
|
||||
# servicename is the name of the service.
|
||||
@@ -75,7 +75,7 @@ s6_install_service() {
|
||||
}
|
||||
|
||||
# @FUNCTION: s6_service_down
|
||||
# @USAGE: servicename
|
||||
# @USAGE: <servicename>
|
||||
# @DESCRIPTION:
|
||||
# Install the "down" flag so this service will not be started by
|
||||
# default.
|
||||
@@ -97,7 +97,7 @@ s6_service_down() {
|
||||
}
|
||||
|
||||
# @FUNCTION: s6_service_nosetsid
|
||||
# @USAGE: servicename
|
||||
# @USAGE: <servicename>
|
||||
# @DESCRIPTION:
|
||||
# Install the "nosetsid" flag so this service will not be made a session
|
||||
# leader.
|
||||
|
||||
Reference in New Issue
Block a user