From 064fd52d52aeaa4d0ca549bfbcac416d3a6b7056 Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 2 Aug 2017 00:07:51 +0200 Subject: [PATCH] Update man page not to mention the filename length restriction removed in 893471a42eb4d189cc0ba1dac1864d6f151bccd7. --- lang/m2/comp/modula-2.1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lang/m2/comp/modula-2.1 b/lang/m2/comp/modula-2.1 index 206d33bb7..ee9bc94bd 100644 --- a/lang/m2/comp/modula-2.1 +++ b/lang/m2/comp/modula-2.1 @@ -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 -- 2.34.1