Aggiornamento note di copyright
[gapil.git] / process.tex
index 2e06276cc21cc13bd7609263e2ed4f590d325c24..0ad45f78eb246c474a3df77e8f770b1970cea91f 100644 (file)
@@ -1,6 +1,6 @@
 %% process.tex
 %%
-%% Copyright (C) 2000-2012 Simone Piccardi.  Permission is granted to
+%% Copyright (C) 2000-2013 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 "Un preambolo",
@@ -1966,22 +1966,22 @@ queste ed ulteriori variabili si può ottenere con il comando \cmd{man 7
     & \textbf{Linux} & \textbf{Descrizione} \\
     \hline
     \hline
-    \texttt{USER}   &$\bullet$&$\bullet$&$\bullet$& Nome utente\\
-    \texttt{LOGNAME}&$\bullet$&$\bullet$&$\bullet$& Nome di login\\
+    \texttt{USER}   &$\bullet$&$\bullet$&$\bullet$& Nome utente.\\
+    \texttt{LOGNAME}&$\bullet$&$\bullet$&$\bullet$& Nome di login.\\
     \texttt{HOME}   &$\bullet$&$\bullet$&$\bullet$& Directory base
-                                                    dell'utente\\
-    \texttt{LANG}   &$\bullet$&$\bullet$&$\bullet$& Localizzazione\\
+                                                    dell'utente.\\
+    \texttt{LANG}   &$\bullet$&$\bullet$&$\bullet$& Localizzazione.\\
     \texttt{PATH}   &$\bullet$&$\bullet$&$\bullet$& Elenco delle directory
-                                                    dei programmi\\
-    \texttt{PWD}    &$\bullet$&$\bullet$&$\bullet$& Directory corrente\\
-    \texttt{SHELL}  &$\bullet$&$\bullet$&$\bullet$& Shell in uso\\
-    \texttt{TERM}   &$\bullet$&$\bullet$&$\bullet$& Tipo di terminale\\
+                                                    dei programmi.\\
+    \texttt{PWD}    &$\bullet$&$\bullet$&$\bullet$& Directory corrente.\\
+    \texttt{SHELL}  &$\bullet$&$\bullet$&$\bullet$& Shell in uso.\\
+    \texttt{TERM}   &$\bullet$&$\bullet$&$\bullet$& Tipo di terminale.\\
     \texttt{PAGER}  &$\bullet$&$\bullet$&$\bullet$& Programma per vedere i
-                                                    testi\\
-    \texttt{EDITOR} &$\bullet$&$\bullet$&$\bullet$& Editor preferito\\
-    \texttt{BROWSER}&$\bullet$&$\bullet$&$\bullet$& Browser preferito\\
+                                                    testi.\\
+    \texttt{EDITOR} &$\bullet$&$\bullet$&$\bullet$& Editor preferito.\\
+    \texttt{BROWSER}&$\bullet$&$\bullet$&$\bullet$& Browser preferito.\\
     \texttt{TMPDIR} &$\bullet$&$\bullet$&$\bullet$& Directory dei file
-                                                    temporanei\\
+                                                    temporanei.\\
     \hline
   \end{tabular}
   \caption{Esempi delle variabili di ambiente più comuni definite da vari
@@ -2205,6 +2205,10 @@ versione ``\textsl{sicura}'' da zero.
 
 % TODO opzioni in formato esteso
 
+% TODO trattare il vettore ausiliario e getauxval (vedi
+% http://lwn.net/Articles/519085/)
+
+
 \section{Problematiche di programmazione generica}
 \label{sec:proc_gen_prog}