guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 359761e1d67547900d4ef8f509916ee96d3c4f49
Author: Anderson Torres <[email protected]>
AuthorDate: Wed Dec 31 21:02:59 2025 -0300

    gnu: atf: Reword description.
    
    * gnu/packages/check.scm (atf)[description]: Reword.
    
    Change-Id: I8dfc7f22d4d6553a3adc26860929e0e59bd01333
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/check.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0afe391b5b..09eecde3b3 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -169,18 +169,18 @@
     (home-page "https://github.com/freebsd/atf";)
     (synopsis "C/C++ Automated Testing Framework libraries")
     (description
-     "ATF, or Automated Testing Framework, is a collection of libraries to
-write test programs in C, C++ and POSIX shell.
+     "@acronym{ATF, Automated Testing Framework}, is a collection of libraries
+to write test programs in C, C++ and POSIX shell.
 
-The ATF libraries offer a simple API.  The API is orthogonal through the
-various bindings, allowing developers to quickly learn how to write test
-programs in different languages.
+The ATF libraries offer a simple API orthogonal through the various bindings,
+allowing developers to quickly learn how to write test programs in different
+languages.
 
-ATF-based test programs offer a consistent end-user command-line interface to
-allow both humans and automation to run the tests.
+ATF-based test programs offer a consistent end-user command-line interface,
+allowing execution to both humans and automation.
 
-ATF-based test programs rely on an execution engine to be run and this
-execution engine is not shipped with ATF.  Kyua is the engine of choice.")
+ATF-based test programs rely on a third-party execution engine to be run,
+shipped separatedly.  @command{Kyua} is the engine of choice.")
     (license
      (list license:bsd-2
            license:bsd-3))))

Reply via email to