guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: libeatmydata: Fix Texinfo typo in description.


From: guix-commits
Subject: 01/07: gnu: libeatmydata: Fix Texinfo typo in description.
Date: Sun, 19 Dec 2021 21:25:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit efc0056fb5851eec436e7131a80acad319031de7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:10:26 2021 +0100

    gnu: libeatmydata: Fix Texinfo typo in description.
    
    * gnu/packages/file-systems.scm (libeatmydata)[description]:
    Remove stray ‘}’ and use @file{} over @code{}.
---
 gnu/packages/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index e334ec0..0d7f3bc 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]