Procházet zdrojové kódy

* fixed #include example

peter před 27 roky
rodič
revize
52f38ed4a5
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 5 3
      docs/user.tex

+ 5 - 3
docs/user.tex

@@ -1249,9 +1249,11 @@ have the global options that are set in a global configuration file.
 Example:
 Example:
 \begin{verbatim}
 \begin{verbatim}
 #IFDEF LINUX
 #IFDEF LINUX
-#INCLUDE /etc/ppc386.cfg
-#IFDEF DOS
-#INCLUDE c:\pp\bin\ppc386.cfg
+  #INCLUDE /etc/ppc386.cfg
+#ELSE
+  #IFDEF GO32V2
+    #INCLUDE c:\pp\bin\ppc386.cfg
+  #ENDIF
 #ENDIF
 #ENDIF
 \end{erbatim}
 \end{erbatim}
 This will include \file{/etc/ppc386.cfg} if you're on a linux machine,
 This will include \file{/etc/ppc386.cfg} if you're on a linux machine,