summaryrefslogtreecommitdiff
path: root/hurd/interface
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-08-18 12:31:14 +0200
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-08-18 12:31:14 +0200
commitd5357ca3c1102edbdc715d197bf86b47cd30be08 (patch)
tree367dbe94692658d8d724adaf0ab6e7380aa2c67a /hurd/interface
parent8d6f6b079a205673b36b91986fce589e930cfc83 (diff)
hurd/interface/fs/14: Link to Hurd's syncfs.
Diffstat (limited to 'hurd/interface')
-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 e168e554..85d8a73a 100644
--- a/hurd/interface/fs/14.mdwn
+++ b/hurd/interface/fs/14.mdwn
@@ -25,6 +25,10 @@ Sync the entire filesystem.
* `sync`
- `file_syncfs ("/", false, true)`-- invoke it on the process' root directory
+ `file_syncfs ("/", false, true)` -- invoke it on the process' root directory
(`INIT_PORT_CRDIR`), don't wait for completion, do synchronize child
filesystems.
+
+## [[Hurd]]
+
+ * [[`syncfs`|syncfs]]