Skip to content

Commit bb5ca6e

Browse files
committed
remove the commented out section
The table does not fit on the page anyway - tried translating it. fixes #46
1 parent ae15abc commit bb5ca6e

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

file-api.tex

-26
Original file line numberDiff line numberDiff line change
@@ -463,32 +463,6 @@
463463
\item A pipe has no file position, data is always appended to a pipe.
464464
\item All the information here applies to a unnamed pipes as well, see page
465465
\pageref{PIPE}.
466-
467-
%%%\item pro zápis platí toto (pøevzato z [Rochkind]):
468-
%%%
469-
%%%\renewcommand{\arraystretch}{1.3}
470-
%%%
471-
%%%\begin{tabularx}{1.0\textwidth}{|l|l|l|l|l|}
472-
%%%\hline
473-
%%%\texttt{O\_NONBLOCK} ? & bajtù k zápisu & nic nelze zapsat & èásteèný zápis
474-
%%%mo¾ný & kompletní zápis mo¾ný \\
475-
%%%\hline
476-
%%%není & \texttt{<= PIPE\_BUF} & zablokuje se; kompletní zápis; atomické &
477-
%%%zablokuje se; kompletní zápis; atomické & nezablokuje se; kompletní zápis;
478-
%%%atomické \\
479-
%%%\hline
480-
%%%není & \texttt{> PIPE\_BUF} & zablokuje se; kompletní zápis; není atomické &
481-
%%%zablokuje se; kompletní zápis; není atomické & mù¾e se zablokovat; kompletní
482-
%%%zápis; není atomické \\
483-
%%%\hline
484-
%%%nastaven & \texttt{<= PIPE\_BUF} & \texttt{EAGAIN} & \texttt{EAGAIN} &
485-
%%%nezablokuje se; kompletní zápis; atomické \\
486-
%%%\hline
487-
%%%nastaven & \texttt{> PIPE\_BUF} & \texttt{EAGAIN} & nezablokuje se; èásteèný
488-
%%%zápis nebo \texttt{EAGAIN}; není atomické & nezablokuje se; kompletní,
489-
%%%èásteèný zápis nebo \texttt{EAGAIN}; není atomické \\
490-
%%%\hline
491-
%%%\end{tabularx}
492466
\end{itemize}
493467

494468
%%%%%

0 commit comments

Comments
 (0)