diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:25:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:25:42 -0400 |
commit | 9b767578944283ab858b62d36073853cf942a382 (patch) | |
tree | 2c5b6fc95d1cd7e763c9466225a7406d2ea7a2d6 | |
parent | 0651f7d74391e4acce498a9c8f0e071355d5940f (diff) | |
download | bfs-9b767578944283ab858b62d36073853cf942a382.tar.xz |
docs/bfs.1: Use a bulleted list for -size units
-rw-r--r-- | docs/bfs.1 | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -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. |