From a58bbbb619bdfc04143ab40f3bf801152c4cf890 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 10 Aug 1998 17:41:57 +0000 Subject: Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG * fs.defs (file_notice_changes, dir_notice_changes): Doc fix. --- hurd/ChangeLog | 4 ++++ 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 + + * fs.defs (file_notice_changes, dir_notice_changes): Doc fix. + 1998-07-20 Roland McGrath * 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 -- cgit v1.2.3