From f70efd3ceca85eef8eaf0ebea28b3e6727229b90 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 2 Mar 2024 12:36:26 +0000 Subject: [PATCH] man: fix bold syntax-error There's a closing asterisk missing from a bold string. Signed-off-by: Jeremy Sowden --- man/mu-cfind.1.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mu-cfind.1.org b/man/mu-cfind.1.org index 61c0e58a..eb99e929 100644 --- a/man/mu-cfind.1.org +++ b/man/mu-cfind.1.org @@ -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.