From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgfWd-0002Ds-Ro for garchives@archives.gentoo.org; Fri, 30 Dec 2011 16:41:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF5D21C028; Fri, 30 Dec 2011 16:41:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A8ED21C028 for ; Fri, 30 Dec 2011 16:41:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D06301B4030 for ; Fri, 30 Dec 2011 16:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F33D580043 for ; Fri, 30 Dec 2011 16:41:36 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <810f2e55fb32e8a363d5737649a698f037e92db6.WilliamH@gentoo> 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: 810f2e55fb32e8a363d5737649a698f037e92db6 Date: Fri, 30 Dec 2011 16:41:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3a0e1909-6501-496b-9503-1239d356703c X-Archives-Hash: 783854f327f054b7cc5ba909cd81a699 commit: 810f2e55fb32e8a363d5737649a698f037e92db6 Author: William Hubbs gentoo org> AuthorDate: Fri Dec 30 16:35:16 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Dec 30 16:35:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D810f2e55 Documentation updates - Clarify that start_stop_daemon_args is only used when starting a daemon. - fix several typos. --- man/runscript.8 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/runscript.8 b/man/runscript.8 index 6c4bd15..9439b76 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -99,9 +99,9 @@ the service has already been stopped. .It Ar description String describing the service. .It Ar description_$command -String describing the extra command the. +String describing the extra command. .It Ar start_stop_daemon_args -List of arguments passed to start-stop-daemon. +List of arguments passed to start-stop-daemon when starting the daemon. .It Ar command Daemon to start or stop via .Nm start-stop-daemon @@ -144,7 +144,7 @@ Tags a service with a keyword. Here's the keywords we= currently understand:- .Bl -tag -width indent .It Dv -shutdown Don't stop this service when shutting the system down. -This normally quite safe as remaining daemons will be sent a SIGTERM jus= t +This is normally quite safe as remaining daemons will be sent a SIGTERM = just before final shutdown. Network related services such as the network and dhcpcd init scripts nor= mally have this keyword. @@ -226,7 +226,7 @@ seconds until all files exist. Returns 0 if all files exist, otherwise non zero. If .Ar timeout -is less then 1 then we wait indefinitely. +is less than 1 then we wait indefinitely. .It Ic is_newer_than Ar file1 Ar file2 ... If .Ar file1