diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-19 22:59:45 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 23:01:36 +0200 |
commit | 8ad38c0afd1648667bd3f597ae04dc7f9a26a2ff (patch) | |
tree | 08ee399db8ed8eaf587f5eee325951d1a85f46b1 /doc | |
parent | b12728f3320c34ee293cc1d1a48dac4ca60ed54b (diff) | |
download | aerc-8ad38c0afd1648667bd3f597ae04dc7f9a26a2ff.tar.gz |
docs: add missing newline between :attach variants
Avoid multiple variants of :attach to be rendered on the same line.
Fixes: af63bd0188d1 ("doc: homogenize scdoc markup")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 048675f6..8515370a 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -615,7 +615,7 @@ message list, the message in the message viewer, etc). message is immediately discarded. *:attach* _<path>_++ -*:attach* *-m* [_<arg>_] +*:attach* *-m* [_<arg>_]++ *:attach* *-r* <name> <cmd> Attaches the file at the given path to the email. The path can contain globbing syntax described at https://godocs.io/path/filepath#Match. |