diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:27:54 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:27:54 +0000 |
| commit | 65bd31d97750153efaadb7428d4c68d6bb85ff05 (patch) | |
| tree | f487dcb5ed9a80e46eba68ade7a6db9c52581b81 /libmom | |
| parent | c1ed304a50e1551cf5a4cb87f637b18edfcbbaac (diff) | |
doc fixes.
Diffstat (limited to 'libmom')
| -rw-r--r-- | libmom/mom-kerndep.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libmom/mom-kerndep.h b/libmom/mom-kerndep.h index 7c12423d..cc61db05 100644 --- a/libmom/mom-kerndep.h +++ b/libmom/mom-kerndep.h @@ -29,13 +29,12 @@ struct mom_port_ref /* Mach-specific functions */ /* Initialize OBJ with a reference to Mach port PORT. One Mach user - reference is consumed. OBJ should not currently be used, and will - have one reference upon return. */ + reference is consumed. */ error_t mom_mach_port_set (struct mom_port_ref *obj, mach_port_t port); /* Return the Mach port corresponding to OBJ. No new Mach user - references are created, so this Mach port should only be used as - long as the user has a reference to OBJ. */ + references are created, so this Mach port should not be used + after OBJ has been destroyed. */ mach_port_t mom_fetch_mach_port (struct mom_port_ref *obj); /* Turn a Mach error number into a Mom error number. */ |
