fix insidemz doc bug (merge to 4.2.2)

svn: r16167
This commit is contained in:
Matthew Flatt 2009-09-29 15:49:37 +00:00
parent f3de56f742
commit 28e84131a6

View File

@ -64,7 +64,16 @@ down, then @var{f} is called immediately, and the result is
@function[(void scheme_custodian_check_available
[Scheme_Custodian* m]
[const-char* name]
[const-char* resname]
[const-char* resname])]{
Checks whether @var{m} is already shut down, and raises an error if
so. If @var{m} is @cpp{NULL}, the current custodian is used. The
@var{name} argument is used for error reporting. The @var{resname}
argument will likely be used for checking pre-set limits in the
future; pre-set limits will have symbolic names, and the
@var{resname} string will be compared to the symbols.}
@function[(void scheme_remove_managed
[Scheme_Custodian_Reference* mref]
[Scheme_Object* o])]{