Skip to content

Commit

Permalink
Reword post mortem description. It tries to get the tree averages if …
Browse files Browse the repository at this point in the history
…it can.
  • Loading branch information
sevan committed Dec 11, 2018
1 parent ecd3e23 commit 162cdd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/libkvm/kvm_getloadavg.3
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -58,8 +58,8 @@ On a live system, the load average is obtained by calling
.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.
Expand Down

0 comments on commit 162cdd0

Please sign in to comment.