mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bfs: Fix Texinfo typo.
* gnu/packages/admin.scm (bfs)[description]: Fix typo.
This commit is contained in:
parent
d553249f72
commit
ac0b2471e9
1 changed files with 1 additions and 1 deletions
|
@ -6035,6 +6035,6 @@ (define-public bfs
|
||||||
(description
|
(description
|
||||||
"Bfs is a variant of the UNIX @command{find} command that operates
|
"Bfs is a variant of the UNIX @command{find} command that operates
|
||||||
breadth-first rather than depth-first. It is otherwise compatible with many
|
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")
|
(home-page "https://tavianator.com/projects/bfs.html")
|
||||||
(license license:bsd-0)))
|
(license license:bsd-0)))
|
||||||
|
|
Loading…
Reference in a new issue