From 480b00f6dcc83776f76313d7eb9650a53d324c7f Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 17 Jan 2024 21:05:53 +0100 Subject: [PATCH] docs: manpage rendering tweaks --- doc/mkdwarfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index 1a75c4b8..61d35607 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -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.