tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH b4] man: Drop apostrophe from midmask value
@ 2020-11-28  6:42 Kyle Meyer
  2020-11-30 22:50 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-11-28  6:42 UTC (permalink / raw)
  To: tools

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28  6:42 [PATCH b4] man: Drop apostrophe from midmask value Kyle Meyer
2020-11-30 22:50 ` Konstantin Ryabitsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).