components/coreutils/patches/uptime.1.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 594 e57a4c0c6fc6
child 5249 8a7aa7f8367e
permissions -rw-r--r--
Close of build 10.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
594
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- coreutils-8.5/man/uptime.1.orig	Tue Nov 22 09:28:45 2011
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ coreutils-8.5/man/uptime.1	Tue Nov 22 09:30:49 2011
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -12,7 +12,7 @@
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 the number of users on the system, and the average number of jobs
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
 in the run queue over the last 1, 5 and 15 minutes.  Processes in
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 an uninterruptible sleep state also contribute to the load average.
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-If FILE is not specified, use /var/run/utmp.  /var/log/wtmp as FILE is common.
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+If FILE is not specified, use /system/volatile/utmpx.  /var/adm/wtmpx as FILE is common.
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 .TP
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 \fB\-\-help\fR
e57a4c0c6fc6 6778370 Wrong path to utmpx in gnu uptime(1) man page
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 display this help and exit