diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 08:00:21 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 08:00:21 +0000 |
commit | 24c48a8f25583ba47818de652f2cb4e40c632d73 (patch) | |
tree | 61b92b42bb189fb6eca3df6dccb38555f5331e1e /man3 | |
parent | 4da8f5148ebb36f42e62d2eec3d2d5e1637dc0c1 (diff) |
s/DIAGNOSTICS/RETURN VALUE/
Diffstat (limited to 'man3')
-rw-r--r-- | man3/getloadavg.3 | 2 | ||||
-rw-r--r-- | man3/rcmd.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/getloadavg.3 b/man3/getloadavg.3 index d6f79c9e..a8672582 100644 --- a/man3/getloadavg.3 +++ b/man3/getloadavg.3 @@ -49,7 +49,7 @@ samples are retrieved and assigned to successive elements of .Fa loadavg Ns Bq . The system imposes a maximum of 3 samples, representing averages over the last 1, 5, and 15 minutes, respectively. -.Sh DIAGNOSTICS +.Sh RETURN VALUE If the load average was unobtainable, \-1 is returned; otherwise, the number of samples actually retrieved is returned. .Sh HISTORY diff --git a/man3/rcmd.3 b/man3/rcmd.3 index 74e4f614..a331762c 100644 --- a/man3/rcmd.3 +++ b/man3/rcmd.3 @@ -175,7 +175,7 @@ If the IP address of the remote host is known, should be used in preference to .Fn ruserok , as it does not require trusting the DNS server for the remote host's domain. -.Sh DIAGNOSTICS +.Sh RETURN VALUE The .Fn rcmd function |