From ebe06549fd264ac5472172f8bacf2eaeda7f740b Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 8 Aug 1994 15:37:35 +0000 Subject: Suppress irritating extra newline after kern.boottime. --- sbin/sysctl/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/sysctl') diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index a3426868b4f2..4dfa6f38daf2 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -377,7 +377,7 @@ parse(string, flags) struct timeval *btp = (struct timeval *)buf; if (!nflag) - fprintf(stdout, "%s = %s\n", string, + fprintf(stdout, "%s = %s", string, ctime(&btp->tv_sec)); else fprintf(stdout, "%d\n", btp->tv_sec); -- cgit v1.3