From ea03dcd75d336ffcec2861c95461bd2e78da3ffb Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 26 Apr 2019 16:42:04 +0000
Subject: Doc revision
---
doc/overview.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'doc/overview.html')
diff --git a/doc/overview.html b/doc/overview.html
index e1f3b31..8f19bcd 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -26,16 +26,16 @@ following:
- - Binaries, that are typically installed in /bin
+
- Binaries, that are typically installed in /bin:
- s6-linux-init-maker is the main
program of the package and is used to create /sbin/init scripts
and their supporting environment depending on configuration parameters
given on its command line.
- s6-linux-init-hpr is an
-implementation of the sysv halt, poweroff and reboot
+implementation of the SysV halt, poweroff and reboot
commands; s6-linux-init-telinit
-is an implementation of the sysv telinit command; and
+is an implementation of the SysV telinit command; and
s6-linux-init-shutdown
is an implementation of the
shutdown
@@ -44,8 +44,8 @@ implementation of stage 1 /sbin/init, but it needs to be
given command-line options in order to do what the user has chosen.
An invocation of s6-linux-init-maker
will create proper wrappers for all those commands, named after their
-short sysv names; the wrappers are directly usable as turnkey replacements
-for sysv commands.
+short SysV names; the wrappers are directly usable as turnkey replacements
+for SysV commands.
- Other binaries are support binaries, not meant to be called
directly by the user. They are called internally, in scripts
created by a
@@ -63,7 +63,7 @@ page for details.
- Skeleton scripts, installed by default in
/etc/s6-linux-init/skel; that location can be changed at build
time via the --skeldir configure option. At
-s6-linux-init-maker, the scripts are copied from the skeleton
+s6-linux-init-maker invocation time, the scripts are copied from the skeleton
directory to the scripts subdirectory of the directory created
by s6-linux-init-maker, and the copy is meant to be edited
by the user. The skeleton scripts are commented and examples of
--
cgit v1.3.1