1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
From: Dmitry Bogatov <KAction@gnu.org>
Date: Tue, 12 Mar 2019 19:07:03 +0000
Subject: Fix factual error in manpage.
Forwarded: no
Last-Update: 2016-08-31
Log ./finish script is not actually invoked. It is not clear, whether this
limitation is worth lifting.
Last-Update: 2016-08-31
---
runit-2.1.2/man/runsv.8 | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/runit-2.1.2/man/runsv.8 b/runit-2.1.2/man/runsv.8
index 75bc73a..5202bfb 100644
--- a/runit-2.1.2/man/runsv.8
+++ b/runit-2.1.2/man/runsv.8
@@ -54,10 +54,8 @@ and
.IR service /finish's
standard output to the pipe, switches to the directory
.IR service /log
-and starts ./run (and ./finish) exactly as described above for the
-.I service
-directory.
-The standard input of the log service is redirected to read from the pipe.
+and starts ./run script. The standard input of the log service
+is redirected to read from the pipe.
.P
.B runsv
maintains status information in a binary format (compatible to the
|