From a16571a705706d61bb78904038ac13e8b06b90c1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Thu, 9 Oct 2025 17:29:00 -0700 Subject: [PATCH] doc/directiv.src: fix missing ] in prefix/suffix documentation The prefix/suffix directive documentation were missing some brackets, lost in the course of editing. Signed-off-by: H. Peter Anvin (Intel) --- doc/directiv.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/directiv.src b/doc/directiv.src index 52aef044..46a3fba2 100644 --- a/doc/directiv.src +++ b/doc/directiv.src @@ -412,13 +412,13 @@ private extensions mentioned in \k{global}. \IC{PREFIX}{GPOSTFIX} \c{[GPOSTFIX]} \IC{PREFIX}{LPOSTFIX} \c{[LPOSTFIX]} -\H{mangling} \I{PREFIX}\c{[GL]PREFIX}, \c{[GL]SUFFIX}: Mangling Symbols +\H{mangling} \I{PREFIX}\c{[[GL]PREFIX]}, \c{[[GL]SUFFIX]}: Mangling Symbols -\c{[PREFIX}, \c{[GPREFIX}, \c{[LPREFIX}, \c{[SUFFIX}, \c{[GSUFFIX}, and -\c{[LSUFFIX} directives can prepend or append a string to a certain +\c{[PREFIX]}, \c{[GPREFIX]}, \c{[LPREFIX]}, \c{[SUFFIX]}, \c{[GSUFFIX]}, and +\c{[LSUFFIX]} directives can prepend or append a string to a certain type of symbols, normally to fit specific ABI conventions -\b\c{[PREFIX}, \c{[GPREFIX}: Prepend the argument to all \c{EXTERN}, +\b\c{[PREFIX]}, \c{[GPREFIX]}: Prepend the argument to all \c{EXTERN}, \c{COMMON}, \c{STATIC}, and \c{GLOBAL} symbols. \b\c{[LPREFIX}: Prepend the argument to all other symbols