aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-19 03:19:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-19 03:19:48 +0000
commitdd36cb69015160ddcb2a5cb5ff554b4408e20193 (patch)
tree94f87998aa31c441d2ef96f18e30bed6af2cedc1
parentfe5fc1daeb575e24b750712fc8acf71626ea8819 (diff)
downloads6-frontend-dd36cb69015160ddcb2a5cb5ff554b4408e20193.tar.gz
typo fixes
-rw-r--r--doc/index.html6
-rw-r--r--src/s6-frontend/live_status.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 2d408b9..4b7c0e9 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -163,6 +163,12 @@ the previous versions of s6-frontend and the current one. </li>
<li> <a href="s6-frontend-helper-kill.html">The <tt>s6-frontend-helper-kill</tt> program</a> </li>
</ul>
+<h3> Configuration </h3>
+
+<ul>
+ <li> <a href="s6-frontend.conf.html">The <tt>/etc/s6-frontend.conf</tt> configuration file </a> </li>
+</ul>
+
<h2> Related resources </h2>
<ul>
diff --git a/src/s6-frontend/live_status.c b/src/s6-frontend/live_status.c
index dbf9aa6..831174a 100644
--- a/src/s6-frontend/live_status.c
+++ b/src/s6-frontend/live_status.c
@@ -154,7 +154,7 @@ static void live_status_some (char const *const *services, int withe)
argv[m++] = "--" ;
argv[m++] = " column" ;
argv[m++] = " -ts/" ;
- argv[m++] = "",
+ argv[m++] = "" ;
}
#endif
argv[m++] = EXECLINE_EXTBINPREFIX "if" ;