diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 15:37:35 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 15:37:35 +0000 |
| commit | ebe06549fd264ac5472172f8bacf2eaeda7f740b (patch) | |
| tree | 32510af4e8211c7ed351a1c37a9b2ba74c695c1f /usr.sbin/sysctl | |
| parent | b10e56daddfe27e67eade61dbaddcd3ec50eebd8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysctl')
| -rw-r--r-- | usr.sbin/sysctl/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c index a3426868b4f2..4dfa6f38daf2 100644 --- a/usr.sbin/sysctl/sysctl.c +++ b/usr.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); |
