diff options
author | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-11-21 15:09:10 +0000 |
commit | 0df1c469d058d1582c67001b2d58eae6336d81f9 (patch) | |
tree | dfe83686d61b79d76f57183bf8af1cb897d84f0b /doc/upgrade.html | |
parent | 419005745ba8cb925d00d6a3cb2ca3ea62e6f8bb (diff) | |
download | runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.gz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.tar.xz runit-0df1c469d058d1582c67001b2d58eae6336d81f9.zip |
* doc/index.html: some reordering.
* runit.c: fix arguments to wait_pid() after fork for reboot_system() (thx Jan Kampe). * man/runsv.8: suggest printf t instead of echo -n t.
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index f2205a3..f132d84 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,7 +9,7 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> -<h3>1.6.0 to 1.7.0 or 1.7.1</h3> +<h3>1.6.0 to 1.7.x</h3> With this version the <a href="runsv.8.html">runsv</a> program starts to run the ./finish script with two arguments, the exit code and the exit status of the just finished ./run script. |