Skip to content

Commit

Permalink
Fix typo in manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Bílka committed Jun 4, 2014
1 parent 902b71f commit cd1fb60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2014-06-05 Ondřej Bílka <neleai@seznam.cz>

* manual/resource.texi (How to get information about the memory
subsystem?): Fix typo.
Reported by Peon de la Parra Ivan <peon@keba.com>

2014-06-03 Guo Yixuan <culu.gyx@gmail.com>

[BZ #16882]
Expand Down
2 changes: 1 addition & 1 deletion manual/resource.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ This function is a GNU extension.
@comment GNU
@deftypefun {long int} get_avphys_pages (void)
@safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{} @asulock{}}@acunsafe{@aculock{} @acsfd{} @acsmem{}}}
The @code{get_phys_pages} function returns the number of available pages of
The @code{get_avphys_pages} function returns the number of available pages of
physical the system has. To get the amount of memory this number has to
be multiplied by the page size.

Expand Down

0 comments on commit cd1fb60

Please sign in to comment.