1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: bfs: Fix Texinfo typo.

* gnu/packages/admin.scm (bfs)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice
2023-10-29 02:00:00 +02:00
parent d553249f72
commit ac0b2471e9

View File

@@ -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)))