From bc30758b88a0f865c65b83b2438df9b005ba9dc2 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 10 Sep 2019 10:25:44 -0500 Subject: s6.eclass: minor @USAGE clarifications Signed-off-by: Ben Kohler --- eclass/s6.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') 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: [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: # @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: # @DESCRIPTION: # Install the "nosetsid" flag so this service will not be made a session # leader. -- cgit v1.2.3-65-gdbad