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 A45601382C5 for ; Tue, 15 May 2018 22:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B747E0845; Tue, 15 May 2018 22:11:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63C24E0845 for ; Tue, 15 May 2018 22:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E7F335C63 for ; Tue, 15 May 2018 22:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AFBA2A1 for ; Tue, 15 May 2018 22:11:20 +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: <1526422196.56870d0db18209396f8276bdc05d413fe4dd7a88.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/rc-service.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 56870d0db18209396f8276bdc05d413fe4dd7a88 X-VCS-Branch: master Date: Tue, 15 May 2018 22:11:20 +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: 0b4e60d5-614c-4e2e-8c87-e93d7a99057e X-Archives-Hash: d877522e993535fb5146fce663459311 commit: 56870d0db18209396f8276bdc05d413fe4dd7a88 Author: William Hubbs gmail com> AuthorDate: Tue May 15 22:09:56 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue May 15 22:09:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=56870d0d Man: rc-service man page cleanups man/rc-service.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/rc-service.8 b/man/rc-service.8 index 3613f8b8..2834f361 100644 --- a/man/rc-service.8 +++ b/man/rc-service.8 @@ -44,7 +44,8 @@ .Ar service .Nm .Fl Z , -dry-run -.Ar service +.Ar service cmd +.Op Ar ... .Nm .Fl l , -list .Nm @@ -87,7 +88,7 @@ sets -x when running the service script(s). ignores dependencies when running the service. .Pp .Fl Z , -dry-run -prints out the commands it would execute rather than executing them. +displays commands rather than executing them. .Sh SEE ALSO .Xr openrc 8 , .Xr stdout 3