[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @}
From: |
Glenn Washburn |
Subject: |
[PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @} |
Date: |
Sat, 4 Jan 2025 01:41:15 -0600 |
Support for @lbracechar{} and @rbracechar{} was added in GNU Texinfo 5.0,
but many older systems may have versions lower than this. Use @{ and @}
to support a wider range of GNU Texinfo versions.
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
docs/grub-dev.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
index 4871c8a75cc1..c6285fbf2a65 100644
--- a/docs/grub-dev.texi
+++ b/docs/grub-dev.texi
@@ -617,10 +617,10 @@ tar xvzf libtasn1-4.19.0.tar.gz
rm -rf grub-core/lib/libtasn1
mkdir -p grub-core/lib/libtasn1/lib
mkdir -p grub-core/lib/libtasn1/tests
-cp libtasn1-4.19.0/@lbracechar{}README.md,COPYING@rbracechar{}
grub-core/lib/libtasn1
-cp
libtasn1-4.19.0/lib/@lbracechar{}coding.c,decoding.c,element.c,element.h,errors.c,gstr.c,gstr.h,int.h,parser_aux.c,parser_aux.h,structure.c,structure.h@rbracechar{}
grub-core/lib/libtasn1/lib
+cp libtasn1-4.19.0/@{README.md,COPYING@} grub-core/lib/libtasn1
+cp
libtasn1-4.19.0/lib/@{coding.c,decoding.c,element.c,element.h,errors.c,gstr.c,gstr.h,int.h,parser_aux.c,parser_aux.h,structure.c,structure.h@}
grub-core/lib/libtasn1/lib
cp libtasn1-4.19.0/lib/includes/libtasn1.h grub-core/lib/libtasn1
-cp
libtasn1-4.19.0/tests/@lbracechar{}CVE-2018-1000654-1_asn1_tab.h,CVE-2018-1000654-2_asn1_tab.h,CVE-2018-1000654.c,object-id-decoding.c,object-id-encoding.c,octet-string.c,reproducers.c,Test_overflow.c,Test_simple.c,Test_strings.c@rbracechar{}
grub-core/lib/libtasn1/tests
+cp
libtasn1-4.19.0/tests/@{CVE-2018-1000654-1_asn1_tab.h,CVE-2018-1000654-2_asn1_tab.h,CVE-2018-1000654.c,object-id-decoding.c,object-id-encoding.c,octet-string.c,reproducers.c,Test_overflow.c,Test_simple.c,Test_strings.c@}
grub-core/lib/libtasn1/tests
rm -rf libtasn1-4.19.0*
@end example
--
2.34.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @},
Glenn Washburn <=