Skip to content

Commit a16571a

Browse files
author
H. Peter Anvin (Intel)
committed
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) <hpa@zytor.com>
1 parent b8e256a commit a16571a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/directiv.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,13 @@ private extensions mentioned in \k{global}.
412412
\IC{PREFIX}{GPOSTFIX} \c{[GPOSTFIX]}
413413
\IC{PREFIX}{LPOSTFIX} \c{[LPOSTFIX]}
414414

415-
\H{mangling} \I{PREFIX}\c{[GL]PREFIX}, \c{[GL]SUFFIX}: Mangling Symbols
415+
\H{mangling} \I{PREFIX}\c{[[GL]PREFIX]}, \c{[[GL]SUFFIX]}: Mangling Symbols
416416

417-
\c{[PREFIX}, \c{[GPREFIX}, \c{[LPREFIX}, \c{[SUFFIX}, \c{[GSUFFIX}, and
418-
\c{[LSUFFIX} directives can prepend or append a string to a certain
417+
\c{[PREFIX]}, \c{[GPREFIX]}, \c{[LPREFIX]}, \c{[SUFFIX]}, \c{[GSUFFIX]}, and
418+
\c{[LSUFFIX]} directives can prepend or append a string to a certain
419419
type of symbols, normally to fit specific ABI conventions
420420

421-
\b\c{[PREFIX}, \c{[GPREFIX}: Prepend the argument to all \c{EXTERN},
421+
\b\c{[PREFIX]}, \c{[GPREFIX]}: Prepend the argument to all \c{EXTERN},
422422
\c{COMMON}, \c{STATIC}, and \c{GLOBAL} symbols.
423423

424424
\b\c{[LPREFIX}: Prepend the argument to all other symbols

0 commit comments

Comments
 (0)