From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 054D71381F3 for ; Sat, 24 Aug 2013 17:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEABDE0BAC; Sat, 24 Aug 2013 17:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5303AE0BAC for ; Sat, 24 Aug 2013 17:05:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D9BF33EB79 for ; Sat, 24 Aug 2013 17:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 420C6E468F for ; Sat, 24 Aug 2013 17:05:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1377363442.7296379f3fcab5d3d6320a21c6da30905155816b.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/runscript.8 X-VCS-Directories: man/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7296379f3fcab5d3d6320a21c6da30905155816b X-VCS-Branch: master Date: Sat, 24 Aug 2013 17:05:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6025201-1f4d-4740-8fc9-7237a238b3e5 X-Archives-Hash: d9de3d11012b9926c96672c024d768d5 commit: 7296379f3fcab5d3d6320a21c6da30905155816b Author: William Hubbs gmail com> AuthorDate: Sat Aug 24 16:57:22 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Aug 24 16:57:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7296379f man/runscript.8: minor grammar fixes --- man/runscript.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/runscript.8 b/man/runscript.8 index 1854638..7a0b79e 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -60,12 +60,12 @@ First we ensure that any services that depend on us are stopped. If any services that need us fail to stop then we exit with a suitable error, otherwise call the supplied stop function if it exists. .It Ar restart -Stop and start the service, including dependencies. This cannot be +Stops and starts the service, including dependencies. This cannot be overridden. See the description of the RC_CMD variable below for the method to make your service behave differently when restart is being executed. .It Ar status -Show the status of the service. The return code matches the status, with the +Shows the status of the service. The return code matches the status, with the exception of "started" returning 0 to match standard command behaviour. .It Ar zap Resets the service state to stopped and removes all saved data about the @@ -88,8 +88,8 @@ Output from any non OpenRC commands is not affected. .It Fl v , -verbose Turns on any extra informational output the service generates. .It Fl Z , -dry-run -Shows what services would be stopped and/or started without actually starting -or stopping them. +Shows which services would be stopped and/or started without actually stopping +or starting them. .El .Pp The following variables affect the service script: