diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-08-10 17:41:57 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-08-10 17:41:57 +0000 |
commit | a58bbbb619bdfc04143ab40f3bf801152c4cf890 (patch) | |
tree | 2bce3f4b29921880d9410497f122f6fd9788e28e /hurd | |
parent | 59d09445d42d1046fdd5627a9fd0202de76af7fa (diff) |
Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu>
* fs.defs (file_notice_changes, dir_notice_changes): Doc fix.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/fs.defs | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index dc8c6200..ab8fb19c 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu> + + * fs.defs (file_notice_changes, dir_notice_changes): Doc fix. + 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * process_request.defs: Delete proc_sethostid, proc_gethostid, diff --git a/hurd/fs.defs b/hurd/fs.defs index e7329889..c293787d 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -136,7 +136,7 @@ routine file_check_access ( out allowed: int); /* Notice changes to file FILE. Send notification messages (see - msg.defs) to PORT as they occur. */ + fs_notify.defs) to PORT as they occur. */ routine file_notice_changes ( file: file_t; RPT @@ -292,7 +292,7 @@ routine dir_mkfile ( out newnode: mach_port_send_t); /* Notice changes to directory DIR. Send directory change notifications - (see msg.defs) to PORT as they occur. */ + (see fs_notify.defs) to PORT as they occur. */ routine dir_notice_changes ( directory: file_t; RPT |