summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-09-10 10:25:44 -0500
committerBen Kohler <bkohler@gentoo.org>2019-09-10 10:25:44 -0500
commitbc30758b88a0f865c65b83b2438df9b005ba9dc2 (patch)
tree983aa158aad95249ecb519fde3d214b4f566020c /eclass
parentperl-app.eclass: remove uneeded @USAGE lines (diff)
downloadgentoo-bc30758b88a0f865c65b83b2438df9b005ba9dc2.tar.gz
gentoo-bc30758b88a0f865c65b83b2438df9b005ba9dc2.tar.bz2
gentoo-bc30758b88a0f865c65b83b2438df9b005ba9dc2.zip
s6.eclass: minor @USAGE clarifications
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/s6.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/s6.eclass b/eclass/s6.eclass
index 32521515497d..245df1e11187 100644
--- a/eclass/s6.eclass
+++ b/eclass/s6.eclass
@@ -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.