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 818701395E2 for ; Fri, 2 Dec 2016 16:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA58E21C0F3; Fri, 2 Dec 2016 16:58:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C36D21C0F3 for ; Fri, 2 Dec 2016 16:58:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96068341027 for ; Fri, 2 Dec 2016 16:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1275A49D for ; Fri, 2 Dec 2016 16:58:13 +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: <1480697830.42cb84882918a0c9dd93a89d92b0b4818dfb44b8.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: 42cb84882918a0c9dd93a89d92b0b4818dfb44b8 X-VCS-Branch: master Date: Fri, 2 Dec 2016 16:58:13 +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: 2a72c312-cfb6-41ee-94fa-909caa495a20 X-Archives-Hash: fced8915fa644c65303eda0e0dfc35b4 commit: 42cb84882918a0c9dd93a89d92b0b4818dfb44b8 Author: AndCycle andcycle idv tw> AuthorDate: Fri Dec 2 11:22:14 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 2 16:57:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=42cb8488 fix manual typo This fixes #105. man/openrc-run.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3c23bcc..25ec5b9 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -97,7 +97,7 @@ String describing the extra command. .It Ar supervisor Supervisor to use to monitor this daemon. If this is unset or invalid, start-stop-daemon will be used. -Currently, we support s6 from scarnet software, and supervise-daemon +Currently, we support s6 from skarnet software, and supervise-daemon which is a light-weight supervisor internal to OpenRC. To use s6, set supervisor=s6.