X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=38b2f074634b354efe5a44ace0d3e8e83d90132e;hp=67b85253957b78caddf4b62ab5cff8dbd3b1b447;hb=5afbcf1d6a84ab2a527859d8fd05b75a31e39736;hpb=99fa5a06cd27160cf673e3483ad552d32efa2c05 diff --git a/macro.tex b/macro.tex index 67b8525..38b2f07 100644 --- a/macro.tex +++ b/macro.tex @@ -262,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}% @@ -278,10 +284,15 @@ %\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]{% \texttt{#1}% %\index{struttura dati!{#1}@{{\tt {#1}}}}\texttt{#1}%