X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=process.tex;h=aeacae83df46fd91a9f3c6a104236432b3f48ca5;hp=17c6e37d58a6537bb9a8185d78fded8f2f405c74;hb=d25090faca15102552d77c38161a8a34b0bac41e;hpb=a051e3c3d3b403ee210274d8c2ec7d756c531a21 diff --git a/process.tex b/process.tex index 17c6e37..aeacae8 100644 --- a/process.tex +++ b/process.tex @@ -1,6 +1,6 @@ %% process.tex %% -%% Copyright (C) 2000-2002 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2003 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Prefazione", @@ -956,7 +956,7 @@ elementi di \param{argv} che cominciano con il carattere \texttt{'-'}. \begin{figure}[htb] \footnotesize \centering - \begin{minipage}[c]{15cm} + \begin{minipage}[c]{15.6cm} \includecodesample{listati/option_code.c} \end{minipage} \normalsize @@ -1286,7 +1286,7 @@ funzione chiamante un valore relativo ad uno dei suoi parametri. Per far questo si usa il cosiddetto \textit{value result argument}, si passa cioè, invece di una normale variabile, un puntatore alla stessa; vedremo alcuni esempi di questa modalità nelle funzioni che gestiscono i socket (in -\secref{sec:TCPel_functions}), in cui, per permettere al kernel di restituire +\secref{sec:TCP_functions}), in cui, per permettere al kernel di restituire informazioni sulle dimensioni delle strutture degli indirizzi utilizzate, viene usato questo meccanismo.