1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-08-01 10:46:53 +03:00
Files
coreutils/man/sync.x
Stéphane Aulery e005719211 doc: mention persistence caveats in sync man page
* man/sync.x ([BUGS]): Mention the caveats and reference
the system call man pages for more details.
Fixes http://bugs.gnu.org/19995

Debian bug #507085 reported by jidanni@jidanni.org
2015-03-05 12:21:50 +00:00

10 lines
263 B
Plaintext

[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)