6001 strcat(9f) needs a manpage
[unleashed.git] / usr / src / man / man1 / uptime.1
blob5f33575231ae571ab8d78268c36c8e805e2391c5
1 '\" te
2 .\"  Copyright (c) 1994 Sun Microsystems, Inc.  All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH UPTIME 1 "Mar 18, 1994"
7 .SH NAME
8 uptime \- show how long the system has been up
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBuptime\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBuptime\fR command prints the current time, the length of time the system
19 has been up, and the average number of jobs in the run queue over the last 1, 5
20 and 15 minutes. It is, essentially,  the first line of a \fBw\fR(1) command.
21 .SH EXAMPLES
22 .sp
23 .LP
24 Below is an example of the output \fBuptime\fR provides:
25 .sp
26 .in +2
27 .nf
28 \fBexample% uptime
29 10:47am  up 27 day(s), 50 mins,  1 user,  load average: 0.18, 0.26, 0.20\fR
30 .fi
31 .in -2
32 .sp
34 .SH SEE ALSO
35 .sp
36 .LP
37 \fBw\fR(1), \fBwho\fR(1), \fBwhodo\fR(1M), \fBattributes\fR(5)
38 .SH NOTES
39 .sp
40 .LP
41 \fBwho\fR \fB-b\fR gives the time the system was last booted.