diff options
| author | Jeremy Sowden <jeremy@azazel.net> | 2026-01-01 15:22:56 +0000 |
|---|---|---|
| committer | Jeremy Sowden <jeremy@azazel.net> | 2026-01-01 16:11:58 +0000 |
| commit | 5e5a64731ade7f6a1d03d31ab5dec58f2b75a5bf (patch) | |
| tree | 27f0765be9b2cc018f56cdad661f30e6e1428aae | |
| parent | da246bba4439271bff04fca6ea4aaba5bad3ca4b (diff) | |
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>
| -rw-r--r-- | man/mu-labels.1.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mu-labels.1.org b/man/mu-labels.1.org index b6a8708..e71bc98 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. |
