gnu: libeatmydata: Fix Texinfo typo in description.

* gnu/packages/file-systems.scm (libeatmydata)[description]:
Remove stray ‘}’ and use @file{} over @code{}.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-20 02:10:26 +01:00
parent 99f290bf5b
commit efc0056fb5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.