guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: bfs: Fix Texinfo typo.


From: guix-commits
Subject: 11/13: gnu: bfs: Fix Texinfo typo.
Date: Sun, 26 Nov 2023 18:19:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ac0b2471e9d2cab9afa23333ce5d3baa14925c4e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 29 02:00:00 2023 +0200

    gnu: bfs: Fix Texinfo typo.
    
    * gnu/packages/admin.scm (bfs)[description]: Fix typo.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 17225863d7..73ad11f234 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6035,6 +6035,6 @@ Discover other RouterOS devices or @command{mactelnetd} 
hosts.
     (description
      "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.")
+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]