diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-06-25 13:11:28 +0300 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-06-26 13:36:59 -0400 |
commit | 55913ca66ea666f24693b056260c5596d88a0157 (patch) | |
tree | a460cefebcb610c9b54f579b492efd1abffdb5f1 | |
parent | 5c4ec14b2c003031885d44a6249c0c58099672fc (diff) | |
download | b4-55913ca66ea666f24693b056260c5596d88a0157.tar.gz |
man: Drop the apostrophe from the linkmask configuration
An apostrophe was added at the end of each generated link.
Drop it.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-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 a27241a..21ba447 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -217,7 +217,7 @@ Default configuration, with explanations:: midmask = https://lore.kernel.org/r/%s' # # When recording Link: trailers, use this mask - linkmask = https://lore.kernel.org/r/%s' + linkmask = https://lore.kernel.org/r/%s # # When processing thread trailers, use this order. Can use shell-globbing # and must end with ,* |