diff options
author | Stéphane Aulery <saulery@free.fr> | 2015-03-05 12:15:52 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-03-05 12:21:50 +0000 |
commit | e00571921136ceca2e60021eb7734c27cabf854b (patch) | |
tree | 54af6f8658908f32b34ef88040a4b9fc68950a19 | |
parent | 5e9c277f995c517e4403c87e74b758d5b65004f2 (diff) | |
download | coreutils-e00571921136ceca2e60021eb7734c27cabf854b.tar.xz |
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
-rw-r--r-- | man/sync.x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/sync.x b/man/sync.x index 79fee2270..18ee3fc44 100644 --- a/man/sync.x +++ b/man/sync.x @@ -2,5 +2,8 @@ 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) |