From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 437FD138334 for ; Fri, 6 Sep 2019 19:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B10CEE0A7F; Fri, 6 Sep 2019 19:09:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DC4FE0801 for ; Fri, 6 Sep 2019 19:09:07 +0000 (UTC) Received: from fserv.ben.kohler (107-207-243-132.lightspeed.spfdmo.sbcglobal.net [107.207.243.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: bkohler) by smtp.gentoo.org (Postfix) with ESMTPSA id 4F3D734AC8A; Fri, 6 Sep 2019 19:09:06 +0000 (UTC) From: Ben Kohler To: gentoo-dev@lists.gentoo.org Cc: williamh@gentoo.org Subject: [gentoo-dev] [PATCH] s6.eclass: minor @USAGE fixes Date: Fri, 6 Sep 2019 14:09:04 -0500 Message-Id: <20190906190904.1457-1-bkohler@gentoo.org> X-Mailer: git-send-email 2.23.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 4e65e121-8309-40a4-a9c5-b34bd847a9bb X-Archives-Hash: c0d78846475ddf87258b9bc0b9ced896 Signed-off-by: Ben Kohler --- eclass/s6.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/s6.eclass b/eclass/s6.eclass index 32521515497..245df1e1118 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. -- 2.23.0