diff options
| -rw-r--r-- | doc/overview.html | 2 | ||||
| -rw-r--r-- | src/s6-frontend/live_install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index f4d16f7..63bd3bd 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -69,7 +69,7 @@ these services should already have them defined, and the service definition directories should already made available in some pre-configured <a href="//skarnet.org/software/s6-rc/repodefs#store">stores</a>. Your distribution should also have pre-installed everything you need in order -for yo to be able to use the <a href="s6.html"><tt>s6</tt></a> command to +for you to be able to use the <a href="s6.html"><tt>s6</tt></a> command to control the system. But if you are installing s6-frontend manually, or are the person <em>building</em> the distribution, here is what you need to do: </p> diff --git a/src/s6-frontend/live_install.c b/src/s6-frontend/live_install.c index 7da1759..fb13e1b 100644 --- a/src/s6-frontend/live_install.c +++ b/src/s6-frontend/live_install.c @@ -27,7 +27,7 @@ void live_install (char const *const *argv) { { .so = 'b', .lo = "block", .clear = 0, .set = GOLB_BLOCK }, { .so = 'K', .lo = "keep-old", .clear = 0, .set = GOLB_KEEPOLD }, - { .so = 0, .lo = "init", .clear = 0, .set = GOLA_INIT }, + { .so = 0, .lo = "init", .clear = 0, .set = GOLB_INIT }, } ; static gol_arg const rgola[] = { |
