diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-28 01:42:06 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-01 10:37:42 -0500 |
commit | f7426e9862c99f72931581671e59d4ba1e630a0a (patch) | |
tree | c644462d194f8b6bf6d41ca8a594dd46124487be /man | |
parent | a3b4b7c628e4342793f51964a3925399ed842b2d (diff) | |
download | b4-f7426e9862c99f72931581671e59d4ba1e630a0a.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 a52d099..0f918c1 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 |