diff options
Diffstat (limited to 'hurd/interface/fs')
-rw-r--r-- | hurd/interface/fs/14.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/interface/fs/14.mdwn b/hurd/interface/fs/14.mdwn index c93613d8..a13c0bd8 100644 --- a/hurd/interface/fs/14.mdwn +++ b/hurd/interface/fs/14.mdwn @@ -17,7 +17,11 @@ License|/fdl]]."]]"""]] wait: int; do_children: int); -Sync the entire filesystem. +Synchronize the entire filesystem. + +This function has a companion in [[`fsys_syncfs`|fsys_syncfs]], which is +invoked on the server's control port instead of an arbitrary node. Both of +them are usually implemented in equivalent ways. # Implementation Examples |