[nasm:nasm-2.16.xx] doc: %hex() is not a chapter!

nasm-bot for H. Peter Anvin hpa at zytor.com
Fri Oct 13 21:36:03 PDT 2023


Commit-ID:  bab37b35011336092982d6efe7a2ed9986d71127
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=bab37b35011336092982d6efe7a2ed9986d71127
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 13 Oct 2023 21:33:25 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 13 Oct 2023 21:33:25 -0700

doc: %hex() is not a chapter!

%hex() is a subsection, not a chapter. Oops!

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 doc/nasmdoc.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 561bc222..d4965e07 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -2919,7 +2919,7 @@ The expressions passed to \c{%eval()} are \i{critical expressions},
 see \k{crit}.
 
 
-\C{f_hex} \i\c{%hex()} Function
+\S{f_hex} \i\c{%hex()} Function
 
 Equivalent to \i\c\{%eval()}, except that the results generated are
 given as hexadecimal. A \c{0x} prefix is added unless the value is


More information about the Nasm-commits mailing list