From 7b3bb72fbaf39e203e1b3215f74ad7a7750e9f72 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 8 Sep 2017 10:01:07 +0100 Subject: [PATCH] mailx: fix keyboard shortcut format, per #1354 --- pages/common/mailx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/mailx.md b/pages/common/mailx.md index 516a53e5a..fe9b4b07c 100644 --- a/pages/common/mailx.md +++ b/pages/common/mailx.md @@ -2,7 +2,7 @@ > Send and receive mail. -- Send mail (the content should be typed after the command, and ended with Control-D): +- Send mail (the content should be typed after the command, and ended with `Ctrl+D`): `mailx -s "{{subject}}" {{to_addr}}`