diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-28 01:42:06 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-30 17:47:58 -0500 |
commit | 97ed3503d7493cd3f9a9bfaa7adf5db885f94e63 (patch) | |
tree | 553d84e8b3546473b41e620e7d17ee57023549b4 /man | |
parent | 933fd05c0e1870adaa38398535f15b24bc56e928 (diff) | |
download | b4-97ed3503d7493cd3f9a9bfaa7adf5db885f94e63.tar.gz |
man: Drop apostrophe from midmask value
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>
Diffstat (limited to 'man')
-rw-r--r-- | man/b4.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |