diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 12:33:11 +0200 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 12:33:11 +0200 |
commit | 713948edb6576c3e56a813dfa79f5555c12c0f89 (patch) | |
tree | 20f9b9fcf5abd7996483be7f1b0a507115b3d19d | |
parent | d5357ca3c1102edbdc715d197bf86b47cd30be08 (diff) |
hurd/syncfs: New.
-rw-r--r-- | hurd/syncfs.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hurd/syncfs.mdwn b/hurd/syncfs.mdwn new file mode 100644 index 00000000..b930bd0e --- /dev/null +++ b/hurd/syncfs.mdwn @@ -0,0 +1,12 @@ +[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +`syncfs` is a tiny wrapper around the [[`file_syncfs` +RPC|interface/file_syncfs]]. |