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 <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden
2026-01-01 15:22:56 +00:00
committed by Seth Ladygo
parent f634a3f84c
commit d76180a0e0

View File

@ -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, 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 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 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. If a file is specified, *mu* writes the export to it.