Reindicizzazioni e correzioni varie
[gapil.git] / macro.tex
index 0138e51ca232d770b1dd6bda485b90bee47410dd..a952fca60e983317e588cf8b8f3ed32ab6e6e823 100644 (file)
--- a/macro.tex
+++ b/macro.tex
 \newcommand{\ctyp}[1]{\texttt{#1}}    % C standard type
 
 \newcommand{\headfile}[1]{%
-\index{file!include!{#1}@{{\tt {#1}}}}\texttt{#1}%
-%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
+%\index{file!include!{#1}@{{\tt {#1}}}}\texttt{#1}%
+\texttt{#1}%
 }                                     % header file name
+
 \newcommand{\procfile}[1]{%
 \index{file!filesystem~\texttt{/proc}!{#1}@{{\tt {#1}}}}\texttt{#1}%
 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
 \newcommand{\acr}[1]{\textsl{#1}}     % acrostic (for glibc, ext2, ecc.)
 
 \newcommand{\ids}[1]{\textsl{#1}}     % Identifier (PID, GID, UID, TID, ecc.)
-
-
-
-
+\newcommand{\envvar}[1]{\texttt{#1}}   % environment variable
 
 \newcommand{\itindex}[1]{%
 \index{#1@{\textit{#1}}}%