commit decf8d86789be918838979afe72992eb177d97f9 parent e79038e553f5b32e1a51524b7f65a940f753eede Author: sin <sin@2f30.org> Date: Sun, 13 Apr 2014 16:14:15 +0100 Add uptime manpage Diffstat:
A | uptime.1 | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/uptime.1 b/uptime.1 @@ -0,0 +1,12 @@ +.TH UPTIME 1 ubase-VERSION +.SH NAME +\fBuptime\fR - Tell how long the system has been running. +.SH SYNOPSIS +\fBuptime\fR +.SH DESCRIPTION +\fBuptime\fR gives a one line display of the following information. +The current time, how long the system has been running, how many users are +currently logged on and the system load averages for the past 1, 5 and +15 minutes. +.SH SEE ALSO +ps(1), utmp(5)