summaryrefslogtreecommitdiff
path: root/sys/man/1/uptime
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
commitb41b9034225ab3e49980d9de55c141011b6383b0 (patch)
tree891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/uptime
parentc558a99e0be506a9abdf677f0ca4490644e05fc1 (diff)
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/uptime')
-rwxr-xr-xsys/man/1/uptime21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/man/1/uptime b/sys/man/1/uptime
new file mode 100755
index 000000000..75470077b
--- /dev/null
+++ b/sys/man/1/uptime
@@ -0,0 +1,21 @@
+.TH UPTIME 1
+.SH NAME
+uptime \- show how long the system has been running
+.SH SYNOPSIS
+.B uptime
+.SH DESCRIPTION
+.I Uptime
+shows how long the system has been running. It uses the following format:
+.PP
+.B
+ sysname up 33 days, 17:56:42
+.PP
+The time given accounts for the timezone.
+
+..SH FILES
+.TF /dev/time
+.TF /dev/sysname
+.SH SOURCE
+.B /rc/bin/uptime
+.SH "SEE ALSO"
+.IR date (1)