summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-10-29 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-11-19 01:00:00 +0100
commitac0b2471e9d2cab9afa23333ce5d3baa14925c4e (patch)
treed8199c71295dd64eaa0139977bdd947dd1fe6891 /gnu/packages/admin.scm
parentd553249f7296b6e5807be75beb258dc82e86e928 (diff)
gnu: bfs: Fix Texinfo typo.
* gnu/packages/admin.scm (bfs)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
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)))