Module Name: src
Committed By: sevan
Date: Thu Dec 6 19:01:53 UTC 2018
Modified Files:
src/usr.bin/w: uptime.1
Log Message:
Add a statement about uptime's relation to w(1).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/w/uptime.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/w/uptime.1
diff -u src/usr.bin/w/uptime.1:1.10 src/usr.bin/w/uptime.1:1.11
--- src/usr.bin/w/uptime.1:1.10 Thu Aug 7 11:17:13 2003
+++ src/usr.bin/w/uptime.1 Thu Dec 6 19:01:53 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: uptime.1,v 1.10 2003/08/07 11:17:13 agc Exp $
+.\" $NetBSD: uptime.1,v 1.11 2018/12/06 19:01:53 sevan Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)uptime.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd April 18, 1994
+.Dd December 6, 2018
.Dt UPTIME 1
.Os
.Sh NAME
@@ -40,16 +40,19 @@
.Sh DESCRIPTION
The
.Nm
-utility displays the current time,
-the length of time the system has been up,
-the number of users, and the load average of the system over the last
-1, 5, and 15 minutes.
+utility presents a subset of the information obtained by the
+.Xr w 1
+utility.
+.Nm
+displays the current time, the length of time the system has been up, the number
+of users, and the load average of the system over the last 1, 5, and 15 minutes.
.Sh FILES
.Bl -tag -width /netbsd
.It Pa /netbsd
system name list
.El
.Sh SEE ALSO
+.Xr top 1 ,
.Xr w 1
.Sh HISTORY
The