diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2019-03-06 15:19:04 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2019-03-06 15:19:04 +0000 |
| commit | fcc8734127b12049a00286b6ef5860341ce86859 (patch) | |
| tree | d63390f19e0402830faaff43bd238b11a0d7e726 /usr.bin/ctlstat | |
| parent | 34d5464b85ba76c275695085ccc40e1dfab33e04 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ctlstat')
| -rw-r--r-- | usr.bin/ctlstat/ctlstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ctlstat/ctlstat.c b/usr.bin/ctlstat/ctlstat.c index 34e340faddea..6586430172ce 100644 --- a/usr.bin/ctlstat/ctlstat.c +++ b/usr.bin/ctlstat/ctlstat.c @@ -717,6 +717,7 @@ main(int argc, char **argv) } fprintf(stdout, "\n"); + fflush(stdout); ctx.flags &= ~CTLSTAT_FLAG_FIRST_RUN; if (count != 1) sleep(waittime); |
