mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Suppress irritating extra newline after kern.boottime.
This commit is contained in:
parent
b10e56dadd
commit
ebe06549fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1951
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user