diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-03 16:11:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-03 16:11:37 +0000 |
commit | 921e08985b67eedc07e5626ade3197b870c18cc1 (patch) | |
tree | b670e7222515b9ccf2f65f681416f87c4d65881c | |
parent | 2630a7071859b631730c2d5397d6013b136d3dda (diff) | |
download | s6-921e08985b67eedc07e5626ade3197b870c18cc1.tar.xz |
Doc typo fixes
-rw-r--r-- | doc/s6-sudod.html | 2 | ||||
-rw-r--r-- | doc/s6-svwait.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-sudod.html b/doc/s6-sudod.html index 135c1b8..2c613da 100644 --- a/doc/s6-sudod.html +++ b/doc/s6-sudod.html @@ -27,7 +27,7 @@ program over a Unix socket, then forks another program. <h2> Interface </h2> <pre> - s6-sudod [ -0 ] [ -1 ] [ -2 ] [ -s ] [ -t <em>timeout</em> ] [ <em>sargv...</em> ] + s6-sudod [ -0 ] [ -1 ] [ -2 ] [ -t <em>timeout</em> ] [ <em>sargv...</em> ] </pre> <ul> diff --git a/doc/s6-svwait.html b/doc/s6-svwait.html index 75beab8..90bc7eb 100644 --- a/doc/s6-svwait.html +++ b/doc/s6-svwait.html @@ -62,7 +62,7 @@ to stderr and exit 1. By default, <em>timeout</em> is 0, which means no time limit. </li> </ul> -<h2> Notes <h2> +<h2> Notes </h2> <ul> <li> s6-svwait should be given one or more <em>service directories</em> as |