diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 23:27:38 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 23:27:38 +0100 |
commit | cf822e3c94c2cdec736cdf7b503790b17179afcd (patch) | |
tree | 732a0fadf101d69c52998e830500ff6f20c96a59 /manual/resource.texi | |
parent | 5b456e9d61c5c7a5744e8c9387498017af2c1e7e (diff) | |
download | glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.gz |
Fix two spaces after sentence.
Minor formatting fix that was carried by issuing
sed -e"s/\. \([A-Z]\)/. \1/" followed by editing result.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r-- | manual/resource.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi index b5f0c24873..ce48113460 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -1723,7 +1723,7 @@ running. This number is average over different periods of times @c it, closes it, without cancellation point, and calls strtod_l with @c the C locale to convert the strings to doubles. This function gets the 1, 5 and 15 minute load averages of the -system. The values are placed in @var{loadavg}. @code{getloadavg} will +system. The values are placed in @var{loadavg}. @code{getloadavg} will place at most @var{nelem} elements into the array but never more than three elements. The return value is the number of elements written to @var{loadavg}, or -1 on error. |