summaryrefslogtreecommitdiff
path: root/hurd/interface/fs/14.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-08-18 15:58:14 +0200
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-08-18 15:59:34 +0200
commit72d62837a27cfb4d425c53c88e4aeee4888b4d9c (patch)
treecf3cf399c55c74951381d9f9423702f2af77720c /hurd/interface/fs/14.mdwn
parent508d432bd5e43b2af315b1a8a99fdb84c4bd294a (diff)
Note the similarity of file_syncfs and fsys_syncfs.
Diffstat (limited to 'hurd/interface/fs/14.mdwn')
-rw-r--r--hurd/interface/fs/14.mdwn6
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