X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=fileunix.tex;h=c9712a72596999162df4bee2068b1a8a2c8da3d3;hp=8a1be8993c0be40b69033f0b6fd7b9897fbd984f;hb=85e7b3ed7aafdb66a7feda150f68649915a5e85d;hpb=0196c376e39fc18f8cd5e7fef47b61264f943faf diff --git a/fileunix.tex b/fileunix.tex index 8a1be89..c9712a7 100644 --- a/fileunix.tex +++ b/fileunix.tex @@ -1,6 +1,6 @@ %% fileunix.tex %% -%% Copyright (C) 2000-2008 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2009 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", @@ -1140,15 +1140,15 @@ l'argomento \param{dirfd}.\footnote{non staremo pertanto a riportarli uno per \begin{table}[htb] \centering \footnotesize - \begin{tabular}[c]{|l|l|} + \begin{tabular}[c]{|l|c|l|} \hline - \textbf{Funzione} & \textbf{Corrispondente} \\ + \textbf{Funzione} &\textbf{Flags} \textbf{Corrispondente} \\ \hline \hline - \func{faccessat} &\func{access} \\ - \func{fchmodat} &\func{chmod} \\ - \func{fchownat} &\func{chown} \\ - \func{fstatat} &\func{stat} \\ + \func{faccessat} & -- &\func{access} \\ + \func{fchmodat} &$\bullet$\func{chmod} \\ + \func{fchownat} &\func{chown},\func{lchown} \\ + \func{fstatat} &\func{stat},\func{lstat} \\ \func{futimesat} &\func{utimes} \\ \func{linkat} &\func{link} \\ \func{mkdirat} &\func{mkdir} \\