X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=38b2f074634b354efe5a44ace0d3e8e83d90132e;hp=1561d44675e4a796a6c792b3ed7d0c49d41eac11;hb=5afbcf1d6a84ab2a527859d8fd05b75a31e39736;hpb=04a547df13e4c672d95e1060e1ada9ae2e1fcb2f diff --git a/macro.tex b/macro.tex index 1561d44..38b2f07 100644 --- a/macro.tex +++ b/macro.tex @@ -214,14 +214,23 @@ \newcommand{\ctyp}[1]{\texttt{#1}} % C standard type \newcommand{\headfile}[1]{% -%\index{file!include!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{file!include!menzione{#1}@{{\tt {#1}}}}\texttt{#1}% \texttt{#1}% } % header file name +\newcommand{\headfiled}[1]{% +\index{file!include!{#1}@{{\tt {#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}% } % /proc file name +\newcommand{\procfilem}[1]{% +\texttt{#1}% +%\index{file!filesystem~\texttt{/proc}!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % /proc file name \newcommand{\sysfile}[1]{% \index{file!di~sistema!{#1}@{{\tt {#1}}}}\texttt{#1}% %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% @@ -253,6 +262,12 @@ %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% } % /proc/sys file name +\newcommand{\sysctlfilem}[1]{% +\texttt{/proc/sys/#1}% +%\index{file!file di controllo (sotto \texttt{/proc/sys})!{#1}@{{\tt {#1}}}}\texttt{/proc/sys/#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % /proc/sys file name + \newcommand{\sysctlrelfile}[2]{% \index{file!file di controllo (sotto \texttt{/proc/sys})!{#1/#2}@{{\tt {#1/#2}}}}\texttt{#2}% %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% @@ -269,17 +284,23 @@ %\index{struttura dati del kernel!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}% %\index{#1@{{\tt {#1}} (struttura dati)}!definizione di}\texttt{#1}% } % struttura dati -\newcommand{\type}[1]{% +\newcommand{\typed}[1]{% \index{tipo di dato!{#1}@{{\tt {#1}}}}\texttt{#1}% %\index{#1@{{\tt {#1}} (tipo)}}\texttt{#1}% } % system type +\newcommand{\type}[1]{% +\texttt{#1}% +%\index{tipo di dato!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (tipo)}}\texttt{#1}% +} % system type \newcommand{\struct}[1]{% -\index{struttura dati!{#1}@{{\tt {#1}}}}\texttt{#1}% +\texttt{#1}% +%\index{struttura dati!{#1}@{{\tt {#1}}}}\texttt{#1}% %\index{#1@{{\tt {#1}} (struttura dati)}}\texttt{#1}% } % struttura dati \newcommand{\structd}[1]{% -\index{struttura dati!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}% -%\index{#1@{{\tt {#1}} (struttura dati)}!definizione di}\texttt{#1}% +\index{struttura dati!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{struttura dati!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}% } % struttura dati \newcommand{\param}[1]{\texttt{#1}} % function parameter \newcommand{\acr}[1]{\textsl{#1}} % acrostic (for glibc, ext2, ecc.)