summaryrefslogtreecommitdiffstats
path: root/docs/bfs.1
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-08-15 14:25:42 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-08-15 14:25:42 -0400
commit9b767578944283ab858b62d36073853cf942a382 (patch)
tree2c5b6fc95d1cd7e763c9466225a7406d2ea7a2d6 /docs/bfs.1
parent0651f7d74391e4acce498a9c8f0e071355d5940f (diff)
downloadbfs-9b767578944283ab858b62d36073853cf942a382.tar.xz
docs/bfs.1: Use a bulleted list for -size units
Diffstat (limited to 'docs/bfs.1')
-rw-r--r--docs/bfs.123
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/bfs.1 b/docs/bfs.1
index 00005c0..6e10f4d 100644
--- a/docs/bfs.1
+++ b/docs/bfs.1
@@ -554,14 +554,21 @@ See
for examples of the timestamp format.
.TP
\fB\-size\fR [\fI\-+\fR]\fIN\fR[\fIcwbkMGTP\fR]
-Find files with the given size, in 1-byte
-.IR c haracters,
-2-byte
-.IR w ords,
-512-byte
-.IR b locks
-(default), or
-.IR k iB/ M iB/ G iB/ T iB/ P iB.
+Find files with the given size.
+The unit can be one of
+.PP
+.RS
+.nf
+\(bu \fIc\fRhars (1 byte)
+\(bu \fIw\fRords (2 bytes)
+\(bu \fIb\fRlocks (512 bytes, the default)
+\(bu \fIk\fRiB (1024 bytes)
+\(bu \fIM\fRiB (1024 kiB)
+\(bu \fIG\fRiB (1024 MiB)
+\(bu \fIT\fRiB (1024 GiB)
+\(bu \fIP\fRiB (1024 TiB)
+.fi
+.RE
.TP
.B \-sparse
Find files that occupy fewer disk blocks than expected.