]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
Fixed another \files vs \filename
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Apr 2013 12:32:35 +0000 (14:32 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Apr 2013 12:32:35 +0000 (14:32 +0200)
trb3/CtsHowtos.tex

index cfbd95a21d1c228b179ed004f38b905ad34cfb0f..8c857cc00c2c757f6a76818b8dc800a0d272c6b8 100644 (file)
@@ -68,7 +68,7 @@ THE_ETM: <your-entity-here>
 \subsubsection{Obtaining a module id and registering the module}
    As discussed in chapter \ref{sec:cts_slow_control}, the software identifies the capabilities of any given CTS by enumerating
    over a sequence of module headers each containing a module id. The software then loads the drivers located in
-   \filename{daqtools/web/CtsPlugins/CtsMod<lower-case-hex-id>.pm}. This is also the central database of module ids. Just choose
+   \files{daqtools/web/CtsPlugins/CtsMod<lower-case-hex-id>.pm}. This is also the central database of module ids. Just choose
    a free number, use the template shown in listing \ref{lst:cts_howto_driver_template}) to create a new driver and check it in,
    to ensure nobody else takes this id.