diff options
Diffstat (limited to 'libraries/libeatmydata')
-rw-r--r-- | libraries/libeatmydata/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libeatmydata/README b/libraries/libeatmydata/README index 2436e2fb1f7ac..53459e3969100 100644 --- a/libraries/libeatmydata/README +++ b/libraries/libeatmydata/README @@ -1,7 +1,7 @@ -libeatmydata is a small LD_PRELOAD library designed to (transparently) disable -fsync (and friends, like open(O_SYNC)). This has two side-effects: making -software that writes data safely to disk a lot quicker and making this -software no longer crash safe. +libeatmydata is a small LD_PRELOAD library designed to (transparently) +disable fsync (and friends, like open(O_SYNC)). This has two +side-effects: making software that writes data safely to disk a lot +quicker and making this software no longer crash safe. -DO NOT use libeatmydata on software where you care about what it stores. -It's called libEAT-MY-DATA for a reason. +DO NOT use libeatmydata on software where you care about what it +stores. It's called libEAT-MY-DATA for a reason. |