From 278a06a2dc58677b8dfd47e7a739050602c95d81 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 20 Oct 2015 17:24:30 +0000 Subject: Remove extraneous space in s6-tai64nlocal --- doc/s6-fdholderd.html | 2 +- src/daemontools-extras/s6-tai64nlocal.c | 1 - 2 files changed, 1 insertion(+), 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 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 this page for more information on +this page for more information on readiness notification.
  • -v verbosity : be more or less verbose. verbosity 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") ; } -- cgit v1.3.1