docs: manpage rendering tweaks

This commit is contained in:
Marcus Holland-Moritz 2024-01-17 21:05:53 +01:00
parent 6e1e82e29d
commit 480b00f6dc

View File

@ -460,7 +460,7 @@ is important. The first categorizer that will successfully categorize a
file wins and, if possible, no other categorizers will run on the same
file.
### `incompressible` Categorizer
### "incompressible" Categorizer
The `incompressible` categorizer will try to compress each input with a
very fast compression algorithm (`zstd` using a negative compression level
@ -478,7 +478,7 @@ categorizers. Not only because it'll likely have the biggest overhead, but
also because it can wrongly classify data as incompressible that can be
compressed properly with a specialized algorithm (e.g. audio data).
### `pcmaudio` Categorizer
### "pcmaudio" Categorizer
The `pcmaudio` categorizer can identify and categorize a wide range of
uncompressed audio data such as `.wav`, `.aiff` and more obscure formats.