guix-patches
[Top][All Lists]
Advanced

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

bug#64728: [PATCH] gnu: Add bfs.


From: Ludovic Courtès
Subject: bug#64728: [PATCH] gnu: Add bfs.
Date: Sun, 20 Aug 2023 23:03:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Tobias Kortkamp <tobias.kortkamp@gmail.com> skribis:

> * gnu/packages/admin.scm (bfs): New variable.

Applied with the changes below.

Thanks,
Ludo’.

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 63ba5c7b07..65d2e387b5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5949,8 +5949,8 @@ (define-public bfs
     (inputs (list acl attr libcap oniguruma))
     (synopsis "Breadth-first search for your files")
     (description
-     "Bfs is a variant of the UNIX find command that operates breadth-first 
rather
-than depth-first.  It is otherwise compatible with many versions of find, 
including
-POSIX, GNU, and *BSD find.")
+     "Bfs is a variant of the UNIX @command{find} command that operates
+breadth-first rather than depth-first.  It is otherwise compatible with many
+versions of command{find}, including POSIX, GNU, and *BSD find.")
     (home-page "https://tavianator.com/projects/bfs.html";)
     (license license:bsd-0)))

reply via email to

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