commit 278a06a2dc58677b8dfd47e7a739050602c95d81
parent 12cc2e509c1253e08b5fea654e80eb308bc08025
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 20 Oct 2015 17:24:30 +0000
Remove extraneous space in s6-tai64nlocal
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git 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
@@ -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") ;
}