Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
From: "Kyle Meyer" <kyle@kyleam.com>
To: tools@linux.kernel.org
Subject: [PATCH b4] man: Drop apostrophe from midmask value
Date: Sat, 28 Nov 2020 01:42:06 -0500	[thread overview]
Message-ID: <20201128064206.4373-1-kyle@kyleam.com> (raw)

55913ca (man: Drop the apostrophe from the linkmask configuration,
2020-06-25) removed a spurious apostrophe in the linkmask value.  Do
the same for the midmask value.

Signed-off-by: Kyle Meyer <kyle@kyleam.com>
---
 man/b4.5.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/b4.5.rst b/man/b4.5.rst
index d1aa251..e21ed71 100644
--- a/man/b4.5.rst
+++ b/man/b4.5.rst
@@ -214,7 +214,7 @@ Default configuration, with explanations::
 
    [b4]
       # Where to look up threads by message id
-      midmask = https://lore.kernel.org/r/%s'
+      midmask = https://lore.kernel.org/r/%s
       #
       # When recording Link: trailers, use this mask
       linkmask = https://lore.kernel.org/r/%s

base-commit: cd94518f3eda9ec69727d9627dbd4196de826034
-- 
2.29.2


             reply	other threads:[~2020-11-28  6:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28  6:42 Kyle Meyer [this message]
2020-11-30 22:50 ` [PATCH b4] man: Drop apostrophe from midmask value Konstantin Ryabitsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201128064206.4373-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=tools@linux.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox