mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
99f290bf5b
commit
efc0056fb5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue