diff --git a/docs/doc/devguide/docs.gml b/docs/doc/devguide/docs.gml index 0c784d8689..4fa845b10b 100644 --- a/docs/doc/devguide/docs.gml +++ b/docs/doc/devguide/docs.gml @@ -272,7 +272,7 @@ want PostScript for printing and we want another form for generation of online help. This second form is a non-printable form that is suitable for post-processing to turn it into IPF for the OS/2 IPF compiler, RTF for the WinHelp tools, special Watcom-defined format -for use with a DOS-based help tool (WHELP) or the ever-popular HTML. +for use with a character mode help tool (WHELP) or the ever-popular HTML. .np If you are a programmer, and that is likely, you'll be somewhat comfortable with the whole process of turning ASCII text into documentation. WGML is diff --git a/docs/doc/gs/docson.gml b/docs/doc/gs/docson.gml index 8433c26975..fd4d055a0a 100644 --- a/docs/doc/gs/docson.gml +++ b/docs/doc/gs/docson.gml @@ -72,8 +72,9 @@ This manual includes 5 major sections each of which describes operating system specific development issues. The operating systems covered include extended DOS, OS/2, Windows 3.x, Windows NT/2000/XP, Windows 95/98/Me, 32-bit Windows 3.x (using &company's Supervisor -technology) and Novell NLMs. Topics include creating a sample program, -operating system specific error messages, and debugging techniques. +technology), Novell NLMs and Linux. Topics include creating a sample +program, operating system specific error messages, and debugging +techniques. .* .* .if '&lang' eq 'FORTRAN 77' .do begin @@ -115,7 +116,7 @@ techniques. .point &lnkname User's Guide This manual describes how to use the &lnkname to generate executables for target systems such as extended DOS, Windows 3.x, Windows 95/98/Me, -Windows NT/2000/XP, OS/2, and Novell NLMs. +Windows NT/2000/XP, OS/2, Novell NLMs and Linux. .* :cmt..point Comprehensive Index :cmt.Comprehensive Index for entire package @@ -126,16 +127,16 @@ Windows NT/2000/XP, OS/2, and Novell NLMs. .* .np The following sections describe how to access the on-line help that is -available for DOS, Windows and OS/2. +available for DOS, Windows, OS/2 and Linux. .* .beglevel .* -.section On-line Documentation under DOS +.section On-line Documentation under DOS and Linux .* .np The &company Help program, .kw WHELP -.ct , may be used under DOS to access on-line documentation. +.ct , may be used under DOS or Linux to access on-line documentation. The &company Help command line syntax is: .millust begin WHELP help_file [topic_name] @@ -144,7 +145,7 @@ WHELP help_file [topic_name] .note If .us help_file -is specified without an extension then ".IHP" is assumed. +is specified without an extension then ".ihp" is assumed. .note The .us topic_name diff --git a/docs/doc/gs/install.gml b/docs/doc/gs/install.gml index aa86c110ca..5859fad6e9 100644 --- a/docs/doc/gs/install.gml +++ b/docs/doc/gs/install.gml @@ -39,6 +39,8 @@ Microsoft Windows 95 or higher Microsoft Windows NT version 3.1 or higher .bull IBM OS/2 2.1 or higher +.bull +Linux 32/64-bit with Kernel 3.x or higher .endbull .np .* diff --git a/docs/doc/gs/intro.gml b/docs/doc/gs/intro.gml index 658119a45d..b954475dd0 100644 --- a/docs/doc/gs/intro.gml +++ b/docs/doc/gs/intro.gml @@ -103,6 +103,8 @@ Windows NT/2000/XP upto Windows 11 32-bit OS/2 .bull Novell NLMs +.bull +Linux 32/64-bit Intel CPU .endbull .endnote .point Cross-Platform Development Tools