Browse Source

+ removed underscores from filenames

michael 26 years ago
parent
commit
3fbf37d2f7
2 changed files with 10 additions and 10 deletions
  1. 6 6
      docs/go32.tex
  2. 4 4
      docs/sockets.tex

+ 6 - 6
docs/go32.tex

@@ -195,8 +195,8 @@ See also:
 The following examples illustrate the use of software interrupts.
 \latex{\inputlisting{go32ex/softint.pp}}
 \html{\input{go32ex/softint.tex}}
-\latex{\inputlisting{go32ex/rmpm_int.pp}}
-\html{\input{go32ex/rmpm_int.tex}}
+\latex{\inputlisting{go32ex/rmpmint.pp}}
+\html{\input{go32ex/rmpmint.tex}}
 \subsection{Real mode callbacks}
 The callback mechanism can be thought of as the converse of calling a real
 mode procedure (i.e. interrupt), which allows your program to pass
@@ -387,8 +387,8 @@ function.
 \seefl{set\_segment\_base\_address}{setsegmentbaseaddress} 
 
 \end{functionl}
-\latex{\inputlisting{go32ex/sel_des.pp}}
-\html{\input{go32ex/sel_des.tex}}
+\latex{\inputlisting{go32ex/seldes.pp}}
+\html{\input{go32ex/seldes.tex}}
 \begin{functionl}{allocate\_memory\_block}{allocatememoryblock}
 \Declaration
 Function allocate\_memory\_block (size:Longint) : Longint;
@@ -1431,8 +1431,8 @@ protected mode address.
 \seefl{set\_rm\_interrupt}{setrminterrupt},
 \seefl{get\_rm\_interrupt}{getrminterrupt} 
 \end{functionl}
-\latex{\inputlisting{go32ex/int_pm.pp}}
-\html{\input{go32ex/int_pm.tex}}
+\latex{\inputlisting{go32ex/intpm.pp}}
+\html{\input{go32ex/intpm.tex}}
 \begin{functionl}{set\_rm\_interrupt}{setrminterrupt}
 \Declaration
 Function set\_rm\_interrupt (vector : byte; const intaddr :

+ 4 - 4
docs/sockets.tex

@@ -120,8 +120,8 @@ operation.
 \SeeAlso
 \seef{Listen}, \seef{Connect}
 \end{function}
-\latex{\inputlisting{sockex/sock_svr.pp}}
-\html{\input{sockex/sock_svr.tex}}
+\latex{\inputlisting{sockex/socksvr.pp}}
+\html{\input{sockex/socksvr.tex}}
 \begin{functionl}{Accept}{AltAAccept}
 \Declaration
 Function Accept (Sock:longint;var addr:string;var SockIn,SockOut:text) : Boolean;
@@ -226,8 +226,8 @@ Errors are reported in \var{SocketError}.
 \SeeAlso
 \seef{Listen}, \seef{Bind},\seef{Accept}
 \end{function}
-\latex{\inputlisting{sockex/sock_cli.pp}}
-\html{\input{sockex/sock_cli.tex}}
+\latex{\inputlisting{sockex/sockcli.pp}}
+\html{\input{sockex/sockcli.tex}}
 \begin{functionl}{Connect}{AltAConnect}
 \Declaration
 Function Connect (Sock:longint;const addr:string;var SockIn,SockOut:text) : Boolean;