summaryrefslogtreecommitdiff
path: root/sys/man/1/uptime
blob: 75470077baaeee6db0759b77cf3a146ce8c64d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)