Skip to content

Commit f42cdbf

Browse files
author
Vladimir Kotal
committed
fix translation
1 parent 4d85ba5 commit f42cdbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

intro.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -932,9 +932,9 @@
932932
the use of c99"
933933
cc: acomp failed for standards.c
934934
\end{verbatim}
935-
%\item zdroj maker pro standard tedy mù¾e být ji¾ na stranì
936-
%\pageref{UNIXSTANDARDS} zmiòovaný hla\-viè\-ko\-vý soubor
937-
%\texttt{feature\_tests.h} na Solarisu.
935+
%\item the source of macros for standard can be mentioned already on page
936+
%\pageref{UNIXSTANDARDS}. Mentioned header file \texttt{feature\_tests.h}
937+
%on Solaris
938938
\item See the documentation for your compiler about what other macros can be
939939
used.
940940
\item See page \pageref{C_LANGUAGE} for more information on standards.
@@ -966,8 +966,8 @@
966966
\sltitle{Link editor (linker)}
967967
\begin{itemize}
968968
\item Invocation:\\
969-
\texttt{ld [\emph{options}] \emph{soubor} \dots}\\
970-
\texttt{cc [\emph{options}] \emph{soubor} \dots}
969+
\texttt{ld [\emph{options}] \emph{file} \dots}\\
970+
\texttt{cc [\emph{options}] \emph{file} \dots}
971971
\item Often used options:\\
972972
\begin{tabular}{ll}
973973
\texttt{-o \emph{file}} & output file name (default \texttt{a.out})\\

0 commit comments

Comments
 (0)