diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-24 01:04:27 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-24 01:04:27 +0200 |
commit | d55af421cf48d8b3a922fa3b72130f2b40870dc8 (patch) | |
tree | 59b8e98a63cd6424458681a2ff17c3768d81492b /doc | |
parent | e50186dd1112e24cbf74acda0ea2bd4c63ee2ed9 (diff) | |
download | chawan-d55af421cf48d8b3a922fa3b72130f2b40870dc8.tar.gz |
doc: quote semi in mailcap example
for clarity
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mailcap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mailcap.md b/doc/mailcap.md index 62b76853..274009b5 100644 --- a/doc/mailcap.md +++ b/doc/mailcap.md @@ -43,7 +43,7 @@ Note that $(subprocesses) are not quoted properly yet. We recommend using something like: ``` -x=%s; echo "$(cat "$x")" +x=%s\; echo "$(cat "$x")" ``` ### Fields |