Scritta un'altra po' di roba sui segnali.
[gapil.git] / macro.tex
index c2ef967920a08819b51c1e1bc259ee8f642b65d5..e20120d89fc0d562e803ca545fcc706a87f0d5b6 100644 (file)
--- a/macro.tex
+++ b/macro.tex
@@ -115,10 +115,12 @@ tab.~\thechapter.\theusercount}
 % Wrapper for shell command, functions, filenames, links,
 % variables, macros,  and everything can be useul, 
 %
-\newcommand{\cmd}[1]{\texttt{#1}}
-\newcommand{\func}[1]{\texttt{#1}}
-\newcommand{\macro}[1]{\texttt{#1}}
-\newcommand{\var}[1]{\texttt{#1}}
-\newcommand{\file}[1]{\texttt{#1}}
-\newcommand{\link}[1]{\texttt{#1}}
+\newcommand{\cmd}[1]{\texttt{#1}}     % shell command
+\newcommand{\func}[1]{\texttt{#1}}    % library function (or system call)
+\newcommand{\macro}[1]{\texttt{#1}}   % macro constant
+\newcommand{\var}[1]{\texttt{#1}}     % variable 
+\newcommand{\file}[1]{\texttt{#1}}    % file name
+\newcommand{\link}[1]{\texttt{#1}}    % html link
+\newcommand{\type}[1]{\texttt{#1}}    % variable type
+\newcommand{\param}[1]{\texttt{#1}}   % function parameter