From d76180a0e024f3e043582da3a15d79b13b0dfc3d Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 1 Jan 2026 15:22:56 +0000 Subject: [PATCH] man: mu-labels.1: replace single quote at the beginning of line Troff interprets single quotes at the beginning of lines as control characters. There is one in the source for mu-labels.1, which results in that line's being omitted from the output: The export command takes the labels in the store and the messages they apply to, and writes this information to a file. You can import this file later, to restore the labels. The command takes a path to a file or a directory (ending in Signed-off-by: Jeremy Sowden --- man/mu-labels.1.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mu-labels.1.org b/man/mu-labels.1.org index b6a87089..e71bc986 100644 --- a/man/mu-labels.1.org +++ b/man/mu-labels.1.org @@ -91,7 +91,7 @@ the actual labels as seen in the store. The *export* command takes the labels in the store and the messages they apply to, and writes this information to a file. You can *import* this file later, to restore the labels. The command takes a path to a file or a directory (ending in -'/') as its argument. +`/') as its argument. If a file is specified, *mu* writes the export to it.