diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:19:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:53:33 +0000 |
commit | 68dff5fb4e99dfe1361edeb51e00d21bfcc6372f (patch) | |
tree | be988af74951df5ae6b72fb4aa0e08026589675f /doc/overview.html | |
parent | 56ecad6907dea785ebffba414dfe3ff586e5f2e0 (diff) | |
download | s6-linux-init-68dff5fb4e99dfe1361edeb51e00d21bfcc6372f.tar.xz |
s6-linux-init: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index adaa414..f535453 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -51,14 +51,14 @@ directly by the user. They are called internally, in scripts created by a <a href="s6-linux-init-maker.html">s6-linux-init-maker</a> invocation - typically in run scripts for early services. </li> - </ul> </li> <p /> + </ul> </li> <br /> <li> A <em>small library</em>, that for now contains a single symbol, <tt>s6_linux_init_logouthook()</tt>, intended for distributions using <tt>login</tt> programs that add utmp entries for users logging in and expect <tt>init</tt> to clean up after them when users log out. See the <a href="s6-linux-init-logouthookd.html">s6-linux-init-logouthookd</a> -page for details. </li> <p /> +page for details. </li> <br /> <li> <em>Skeleton scripts</em>, installed by default in <tt>/etc/s6-linux-init/skel</tt>; that location can be changed at build |