diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index e334ec020c..0d7f3bcd90 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -910,7 +910,7 @@ (define-public libeatmydata However, it does not make sense to accept this performance hit if the data is unimportant and you can afford to lose all of it in the event of a crash, for -example when running a software test suite. Adding @code{}libeatmydata.so} to +example when running a software test suite. Adding @file{libeatmydata.so} to the @env{LD_PRELOAD} environment of such tasks will override all C library data synchronisation functions with custom @i{no-op} ones that do nothing and immediately return success.