From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-893571-garchives=archives.gentoo.org@lists.gentoo.org> 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 867FC13832E for <garchives@archives.gentoo.org>; Mon, 25 Jul 2016 18:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB239E09B3; Mon, 25 Jul 2016 18:54:46 +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 6C37CE09B3 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jul 2016 18:54:46 +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 8B57A340C44 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jul 2016 18:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B919A7E2 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jul 2016 18:54:35 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> 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" <williamh@gentoo.org> Message-ID: <1469472758.5341a925c15934674031aebb97533b0adcd10236.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: s6-guide.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5341a925c15934674031aebb97533b0adcd10236 X-VCS-Branch: master Date: Mon, 25 Jul 2016 18:54:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f417a61f-ffc8-4fd3-9787-c99c0bc50e84 X-Archives-Hash: 2d2b7d8ff390190bb5db21e5b4d5d5c6 commit: 5341a925c15934674031aebb97533b0adcd10236 Author: Jakub Jirutka <jakub <AT> jirutka <DOT> cz> AuthorDate: Fri Jul 22 21:24:49 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 18:52:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5341a925 s6-guide: fix typo This fixes #92. s6-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s6-guide.md b/s6-guide.md index 630d778..52262b3 100644 --- a/s6-guide.md +++ b/s6-guide.md @@ -1,7 +1,7 @@ # Using S6 with OpenRC Beginning with OpenRC-0.16, we support using the s6 supervision suite -from Skarmet Software in place of start-stop-daemon for monitoring +from Skarnet Software in place of start-stop-daemon for monitoring daemons [1]. ## Setup