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 48459138010 for ; Tue, 25 Sep 2012 17:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFB0F21C00B; Tue, 25 Sep 2012 17:09:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A65521C00B for ; Tue, 25 Sep 2012 17:09:59 +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 AB41033D735 for ; Tue, 25 Sep 2012 17:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6721FE5444 for ; Tue, 25 Sep 2012 17:09:57 +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: <1348592985.c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2.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: c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2 X-VCS-Branch: master Date: Tue, 25 Sep 2012 17:09:57 +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: f3d10499-8e4c-480e-88f3-6cb8c5907ba4 X-Archives-Hash: 6c4fb2fd22a8c8cbe1863864fa83f0f3 commit: c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2 Author: William Hubbs gmail com> AuthorDate: Tue Sep 25 17:09:45 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Sep 25 17:09:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=c08b1a6a small runscript man page cleanups --- man/runscript.8 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/runscript.8 b/man/runscript.8 index 471c0f1..044bef7 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -37,7 +37,7 @@ .Op Ar command ... .Sh DESCRIPTION .Nm -is basically an interpreter for shell scripts which provide an easy interface +is basically an interpreter for shell scripts which provides an easy interface to the often complex system commands and daemons. When a service runs a command it first loads its multiplexed configuration file, then its master configuration file, then @@ -156,7 +156,7 @@ We provide this virtual service. For example, named provides dns. .It Ic config We should recalculate our dependencies if the listed files have changed. .It Ic keyword -Tags a service with a keyword. Here's the keywords we currently understand:- +Tags a service with a keyword. These are the keywords we currently understand: .Bl -tag -width indent .It Dv -shutdown Don't stop this service when shutting the system down. @@ -358,7 +358,7 @@ offset. Otherwise it is undefined. .It Va RC_UNAME The result of `uname -s`. .It Va RC_CMD -This contains the name of the command the init script is executing, such +This contains the name of the command the service script is executing, such as start, stop, restart etc. .El .Sh FILES