aboutsummaryrefslogtreecommitdiffstats
path: root/bfind.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:07:10 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:07:10 +0100
commite577f9bf50664f21c7fbbb77f894602348202282 (patch)
treed7e348e273e32f0a5dfedf4b5108c124a88580e5 /bfind.1
parentUpdate e-mail (diff)
downloadbfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.gz
bfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.bz2
bfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.xz
misc fixesHEAD3.0.2master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'bfind.1')
-rw-r--r--bfind.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bfind.1 b/bfind.1
index 3aa03f8..89af5e4 100644
--- a/bfind.1
+++ b/bfind.1
@@ -1,6 +1,6 @@
.TH BFIND 1 bfind
.SH NAME
-bfind - minimalitic find using breadth-first crawling
+bfind - minimalistic find using breadth-first crawling
.SH SYNOPSIS
.BR bfind
@@ -11,21 +11,21 @@ bfind - minimalitic find using breadth-first crawling
.BR bfind
is a minimalistic alternative to
.BR find (1)
-that is designed to be efficient that locating files.
+that is designed to be efficient at locating files.
To accomplish this,
.BR bfind
uses breadth-first crawling instead of depth-first crawling.
.PP
.BR bfind
-is only includes the bare minimum, a few options for
-restricting the crawlspace and an option to output
+includes only the bare minimum: a few options for
+restricting the crawl space and an option to output
visited files in a safe format rather than a human-friendly
format.
.BR bfind
will never include all features of
.BR find (1)
-because they are excessive and some other than makes
-not since to have in the program and can be outright
+because they are excessive, and some of them do not make
+sense to have in the program and can be outright
dangerous.
.SH OPTIONS