aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-27 11:37:17 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-27 11:37:17 -0400
commit4d32180e8d1c107ed4b44d2476d2f95afa21b0a9 (patch)
tree2806aece302b37dd224efb55eeccbb5abbac3c6e
parentb8be2012a3ec4dca348a00d55499cdf69658d66a (diff)
downloadb4-4d32180e8d1c107ed4b44d2476d2f95afa21b0a9.tar.gz
docs: use double quotes for pipe_sep
Mutt treats single quotes and double quotes differently, and this configuration option requires double quotes. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/maintainer/am-shazam.rst2
-rw-r--r--docs/maintainer/mbox.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainer/am-shazam.rst b/docs/maintainer/am-shazam.rst
index afda6f1..12c0d23 100644
--- a/docs/maintainer/am-shazam.rst
+++ b/docs/maintainer/am-shazam.rst
@@ -75,7 +75,7 @@ The following flags are common to both commands:
This is most useful when piping threads directly from mutt. In your
``.muttrc`` add the following configuration parameter::
- set pipe_sep = '\n---randomstr---\n'
+ set pipe_sep = "\n---randomstr---\n"
Then invoke b4 with ``-m - --stdin-pipe-sep='\n---randomstr---\n'``
diff --git a/docs/maintainer/mbox.rst b/docs/maintainer/mbox.rst
index bede66e..7cc3a20 100644
--- a/docs/maintainer/mbox.rst
+++ b/docs/maintainer/mbox.rst
@@ -46,7 +46,7 @@ Option flags
This is most useful when piping threads directly from mutt. In your
``.muttrc`` add the following configuration parameter::
- set pipe_sep = '\n---randomstr---\n'
+ set pipe_sep = "\n---randomstr---\n"
Then invoke b4 with ``-m - --stdin-pipe-sep='\n---randomstr---\n'``