recipes: tools/ntfs-3g: Rename helper mount to be invoked by udevil
[dragora.git] / patches / texinfo / headings-single.patch
blob7120d926cd539b8e5140dcf348189f9465dd6453
1 commit 13a8894fe2faa45b04033d7122a8fe7939ce6aa2
2 Author: Gavin Smith <gavinsmith0123@gmail.com>
3 Date: Thu Sep 16 19:06:28 2021 +0100
5 * tp/Texinfo/XS/parsetexi/end_line.c (parse_line_command_args)
6 <@headings>: Add missing option value 'single'. Report from
7 Sergei Trofimovich <slyich@gmail.com>.
9 diff --git a/tp/Texinfo/XS/parsetexi/end_line.c b/tp/Texinfo/XS/parsetexi/end_line.c
10 index a5bd0ce52a..c973cc1230 100644
11 --- a/tp/Texinfo/XS/parsetexi/end_line.c
12 +++ b/tp/Texinfo/XS/parsetexi/end_line.c
13 @@ -778,8 +778,8 @@ kdbinputstyle_invalid:
14 case CM_headings:
16 if (!strcmp (line, "off") || !strcmp (line, "on")
17 - || !strcmp (line, "double") || !strcmp (line, "singleafter")
18 - || !strcmp (line, "doubleafter"))
19 + || !strcmp (line, "single") || !strcmp (line, "double")
20 + || !strcmp (line, "singleafter") || !strcmp (line, "doubleafter"))
22 ADD_ARG(line);