From 9730087bf1e07dd78339ad7f5704a5699b27a315 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:36:18 -0400 Subject: libraries/libeatmydata: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/libeatmydata/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libraries/libeatmydata/README') 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. -- cgit v1.2.3