The C language arguably doesn't have "modules" (as Modula-2 does), which
are often roughly equivalent to "packages" (in the Ada sense).  The C
standard, some of its tutorial literature, and compiler developers for
it use the term "translation unit" ("TU") for what we refer to here.
---
 man/ncurses.3x | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index 558373cfe..123da03ae 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -2388,7 +2388,8 @@ .SS "Header Files"
 .I \%curses.h
 and
 .IR \%term.h ","
-and must include both header files in the same module.
+and must include both header files in the same translation unit.
+.\" Is that true in ncurses?  Can we supply an example? --GBR
 .IP
 The header files supplied by
 .I \%ncurses
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to