Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libkvm Reword post mortem description. It tries to get t...



details:   https://anonhg.NetBSD.org/src/rev/8c9a2466d6ed
branches:  trunk
changeset: 837580:8c9a2466d6ed
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue Dec 11 23:02:19 2018 +0000

description:
Reword post mortem description. It tries to get the tree averages if it can.

diffstat:

 lib/libkvm/kvm_getloadavg.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 706e7b8f5e4b -r 8c9a2466d6ed lib/libkvm/kvm_getloadavg.3
--- a/lib/libkvm/kvm_getloadavg.3       Tue Dec 11 19:40:54 2018 +0000
+++ b/lib/libkvm/kvm_getloadavg.3       Tue Dec 11 23:02:19 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kvm_getloadavg.3,v 1.12 2018/12/11 02:29:11 sevan Exp $
+.\"    $NetBSD: kvm_getloadavg.3,v 1.13 2018/12/11 23:02:19 sevan Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -58,8 +58,8 @@
 .Xr getloadavg 3 .
 If performing post mortem on a kernel core file,
 .Nm
-obtains the system load average at the time of death from the core file
-directly.
+is able to extract the system load averages at the time of death from the core
+file directly.
 .Sh RETURN VALUES
 If the load average was unobtainable, \-1 is returned; otherwise,
 the number of samples actually retrieved is returned.



Home | Main Index | Thread Index | Old Index