summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-20 02:10:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-12-20 03:26:19 +0100
commitefc0056fb5851eec436e7131a80acad319031de7 (patch)
treee4b61d6cbc35e15f3aa6fd8f7b12197bc682ae34 /gnu/packages/file-systems.scm
parent99f290bf5ba59e3218b95d7505ac27f989250aad (diff)
downloadguix-patches-efc0056fb5851eec436e7131a80acad319031de7.tar
guix-patches-efc0056fb5851eec436e7131a80acad319031de7.tar.gz
gnu: libeatmydata: Fix Texinfo typo in description.
* gnu/packages/file-systems.scm (libeatmydata)[description]: Remove stray ‘}’ and use @file{} over @code{}.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r--gnu/packages/file-systems.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ Please, @emph{do not} use something called ``eat my data'' in such cases!
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.