summaryrefslogtreecommitdiffstats
path: root/man/sync.x
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:46:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:46:38 +0000
commita06ac93dcf311dac3943cb5d96ad47625d413c2d (patch)
tree6efda5e24896e7920ccac1f97aecc73406525040 /man/sync.x
parentInitial commit. (diff)
downloadcoreutils-upstream.tar.xz
coreutils-upstream.zip
Adding upstream version 8.30.upstream/8.30upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--man/sync.x9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/sync.x b/man/sync.x
new file mode 100644
index 0000000..18ee3fc
--- /dev/null
+++ b/man/sync.x
@@ -0,0 +1,9 @@
+[NAME]
+sync \- Synchronize cached writes to persistent storage
+[DESCRIPTION]
+.\" Add any additional description here
+[BUGS]
+Persistence guarantees vary per system.
+See the system calls below for more details.
+[SEE ALSO]
+fdatasync(2), fsync(2), sync(2), syncfs(2)