All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @}
@ 2025-01-04  7:41 Glenn Washburn
  2025-02-24 17:20 ` Daniel Kiper
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2025-01-04  7:41 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Gary Lin, Glenn Washburn

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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @}
  2025-01-04  7:41 [PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @} Glenn Washburn
@ 2025-02-24 17:20 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2025-02-24 17:20 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: grub-devel, Gary Lin

On Sat, Jan 04, 2025 at 01:41:15AM -0600, Glenn Washburn wrote:
> 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>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-24 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-04  7:41 [PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @} Glenn Washburn
2025-02-24 17:20 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.