aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-19 22:59:45 +0200
committerRobin Jarry <robin@jarry.cc>2023-09-19 23:01:36 +0200
commit8ad38c0afd1648667bd3f597ae04dc7f9a26a2ff (patch)
tree08ee399db8ed8eaf587f5eee325951d1a85f46b1
parentb12728f3320c34ee293cc1d1a48dac4ca60ed54b (diff)
downloadaerc-8ad38c0afd1648667bd3f597ae04dc7f9a26a2ff.tar.gz
aerc-8ad38c0afd1648667bd3f597ae04dc7f9a26a2ff.zip
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>
-rw-r--r--doc/aerc.1.scd2
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.