summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-20 17:24:30 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-20 17:24:30 +0000
commit278a06a2dc58677b8dfd47e7a739050602c95d81 (patch)
tree386b3d71ee856c4b983e7fcf9238469322029f05
parent12cc2e509c1253e08b5fea654e80eb308bc08025 (diff)
downloads6-278a06a2dc58677b8dfd47e7a739050602c95d81.tar.xz
Remove extraneous space in s6-tai64nlocal
-rw-r--r--doc/s6-fdholderd.html2
-rw-r--r--src/daemontools-extras/s6-tai64nlocal.c1
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&nbsp;<em>verbosity</em></tt>&nbsp;: 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") ;
}