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 5A48F139084 for ; Wed, 29 Nov 2017 21:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4B12E08DB; Wed, 29 Nov 2017 21:12:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8581FE08DB for ; Wed, 29 Nov 2017 21:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C46F33C4EE for ; Wed, 29 Nov 2017 21:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60472AC01 for ; Wed, 29 Nov 2017 21:12:40 +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: <1511989566.f0129307759f1a5eb34b72589e8d48790c92b2db.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/openrc-run.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f0129307759f1a5eb34b72589e8d48790c92b2db X-VCS-Branch: master Date: Wed, 29 Nov 2017 21:12:40 +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: 27a2768f-b949-4a53-b4be-5ae3a368035b X-Archives-Hash: c5873ebf0ccd34237ee7123155910703 commit: f0129307759f1a5eb34b72589e8d48790c92b2db Author: Julien Reichardt jrei ch> AuthorDate: Wed Nov 29 21:01:32 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Nov 29 21:06:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f0129307 man/openrc-run.8: remove white space This is for #184. man/openrc-run.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index e1db58bd..3325139f 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -142,12 +142,12 @@ List of arguments to pass to the daemon when starting via .Nm supervise-daemon . to force the daemon to stay in the foreground .It Ar command_background -Set this to "true", "yes" or "1" (case-insensitive) if you want +Set this to "true", "yes" or "1" (case-insensitive) if you want .Xr start-stop-daemon 8 to force the daemon into the background. This forces the "--make-pidfile" and "--pidfile" options, so the pidfile variable must be set. .It Ar command_progress -Set this to "true", "yes" or "1" (case-insensitive) if you want +Set this to "true", "yes" or "1" (case-insensitive) if you want .Xr start-stop-daemon 8 to display a progress meter when waiting for a daemon to stop. .It Ar command_user