man: fix bold syntax-error

There's a closing asterisk missing from a bold string.

Signed-off-by: Jeremy Sowden <azazel@debian.org>
This commit is contained in:
Jeremy Sowden 2024-03-02 12:36:26 +00:00
parent 0e0457190d
commit f70efd3cec
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ sets the output format to the given value. The following are available:
| json | JSON format |
[1] *CSV is not fully standardized, but *mu cfind* follows some common practices:
[1] *CSV* is not fully standardized, but *mu cfind* follows some common practices:
any double-quote is replaced by a double-double quote (thus, "hello" become
""hello"", and fields with commas are put in double-quotes. Normally, this
should only apply to name fields.