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 | |
| parent | 4da8f5148ebb36f42e62d2eec3d2d5e1637dc0c1 (diff) | |
| download | man-pages-24c48a8f25583ba47818de652f2cb4e40c632d73.tar.gz | |
s/DIAGNOSTICS/RETURN VALUE/
| -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 d6f79c9e52..a867258289 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 74e4f61493..a331762cb6 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 |
