Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/uptime.h \
proc/version.h \
proc/vmstat.h \
- proc/wchan.h
+ proc/wchan.h
dist_man_MANS += \
proc/openproc.3 \
}
-/*
+/*
* procps_hertz_get:
*
*
}
/*
- * procps_uptime_sprint:
+ * procps_uptime_sprint:
*
* Print current time in nice format
*
}
/*
- * procps_uptime_sprint_short:
+ * procps_uptime_sprint_short:
*
* Print current time in nice format
*
const proc_t *best;
long hertz;
- hertz = procps_hertz_get();
+ hertz = procps_hertz_get();
for (i = 0; i < UT_LINESIZE; i++)
/* clean up tty if garbled */
if (isalnum(u->ut_line[i]) || (u->ut_line[i] == '/'))