diff options
-rw-r--r-- | doc/s6-fdholderd.html | 2 | ||||
-rw-r--r-- | src/daemontools-extras/s6-tai64nlocal.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html index 7b35c09..1e9e235 100644 --- a/doc/s6-fdholderd.html +++ b/doc/s6-fdholderd.html @@ -66,7 +66,7 @@ state </li> right before entering the client-accepting loop. If stdout is suitably redirected, this can be used by monitoring programs to check when the server is accepting connections. See -The <a href="notifywhenup.html">this page</a> for more information on +<a href="notifywhenup.html">this page</a> for more information on readiness notification. </li> <li> <tt>-v <em>verbosity</em></tt> : be more or less verbose. <em>verbosity</em> can be 0 (quiet), 1 (normal), or 2 or more diff --git a/src/daemontools-extras/s6-tai64nlocal.c b/src/daemontools-extras/s6-tai64nlocal.c index d7be880..d5af0d3 100644 --- a/src/daemontools-extras/s6-tai64nlocal.c +++ b/src/daemontools-extras/s6-tai64nlocal.c @@ -34,7 +34,6 @@ int main (void) unsigned int len ; localtmn_from_tain(&local, &a, 1) ; len = localtmn_fmt(fmt, &local) ; - fmt[len++] = ' ' ; if (buffer_put(buffer_1, fmt, len) < 0) strerr_diefu1sys(111, "write to stdout") ; } |