mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-01 10:46:53 +03:00
* 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
10 lines
263 B
Plaintext
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)
|