diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:36:18 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:36:18 -0400 |
commit | 9730087bf1e07dd78339ad7f5704a5699b27a315 (patch) | |
tree | 1c8eed005133dd047e72b5331eb078ef3c2f576b /libraries/libeatmydata | |
parent | b089117be274ec3ff19ad2d7b1f0b36948287025 (diff) |
libraries/libeatmydata: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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. |