Skip to content

Commit

Permalink
docs: update _heapmin and _heapshrink documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jul 12, 2024
1 parent e053ba9 commit e7d0bef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/doc/lr/src/_heapmin.gml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ function is
equivalent to the
.reffunc _fheapmin
function.
It is identical to the
.np
Any function from
.id &funcb.
group is identical to the appropriate function from
.reffunc _heapshrink
function.
group.
.desc end
.return begin
These functions return zero if successful, and non-zero if some error
Expand Down
7 changes: 5 additions & 2 deletions docs/doc/lr/src/_heapshr.gml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ function is
equivalent to the
.reffunc _fheapshrink
function.
It is identical to the
.np
Any function from
.id &funcb.
group is identical to the appropriate function from
.reffunc _heapmin
function.
group.
.desc end
.return begin
These functions return zero if successful, and non-zero if some error
Expand Down

0 comments on commit e7d0bef

Please sign in to comment.