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