Update man page not to mention the filename length restriction removed in
authorDavid Given <dg@cowlark.com>
Tue, 1 Aug 2017 22:07:51 +0000 (00:07 +0200)
committerDavid Given <dg@cowlark.com>
Tue, 1 Aug 2017 22:07:51 +0000 (00:07 +0200)
893471a42eb4d189cc0ba1dac1864d6f151bccd7.

lang/m2/comp/modula-2.1

index 206d33b..ee9bc94 100644 (file)
@@ -19,11 +19,6 @@ Implementation modules and program modules must reside in files having a
 .PP
 The name of the file in which a definition module is stored must be the same as
 the module-name, apart from the extension.
-Also, in most Unix systems filenames are only 14 characters long.
-So, given an IMPORT declaration for a module called "LongModulName",
-the compiler will try to open a file called "LongModulN.def".
-The requirement does not hold for implementation or program modules,
-but is certainly recommended.
 .SH CALLING THE COMPILER
 The easiest way to do this is to let the \fIack\fR(1) program do it.
 So, to compile a program module "prog.mod", just call