summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-08-10 17:41:57 +0000
committerThomas Bushnell <thomas@gnu.org>1998-08-10 17:41:57 +0000
commita58bbbb619bdfc04143ab40f3bf801152c4cf890 (patch)
tree2bce3f4b29921880d9410497f122f6fd9788e28e
parent59d09445d42d1046fdd5627a9fd0202de76af7fa (diff)
Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu>
* fs.defs (file_notice_changes, dir_notice_changes): Doc fix.
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/fs.defs4
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