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 | 39206adee22f8e58e43dbb2d52571a05897b4c3a (patch) | |
tree | 790c008b58c6e97c50c03d8afc03e0b79b4fb2ee /libmom | |
parent | ebda81ebd02a68201d44e1751d3c53769e401531 (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. */ |