diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html
index 41b2a19ee9..89b415041b 100644
--- a/Documentation/NuttXNxFlat.html
+++ b/Documentation/NuttXNxFlat.html
@@ -407,7 +407,10 @@ any following arguments.
nuttx/syscall/syscall.csv
that describes the NuttX RTOS interface, and
nuttx/libc/lib.csv
that describes the NuttX C library interface.
+ nuttx/libc/libc.csv
that describes the NuttX C library interface.
+ nuttx/libc/math.cvs
that descirbes any math library.
@@ -424,7 +427,7 @@ Where:
cd nuttx/tools -cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv +cat ../syscall/syscall.csv ../libc/libc.csv | sort >tmp.csv ./mksymtab.exe tmp.csv tmp.c