Skip to content

Commit 7883e56

Browse files
committed
remove whitespaces
1 parent 40637d8 commit 7883e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
characters in the same output:
532532

533533
\begin{verbatim}
534-
$ hexdump -C test
534+
$ hexdump -C test
535535
00000000 69 6a 6b 6c |ijkl|
536536
00000004
537537
\end{verbatim}
@@ -867,7 +867,7 @@
867867
\begin{tabular}{ll}
868868
\texttt{-o \emph{file}} & output file name\\
869869
\texttt{-c} & only compile, do not link\\
870-
\texttt{-E} & only preprocessor\\
870+
\texttt{-E} & only preprocessor\\
871871
\texttt{-l} & link with the specified library\\
872872
\texttt{-L\emph{directory}} & add a directory to search when using \texttt{-l}\\
873873
\texttt{-O\emph{level}} & optimization level\\
@@ -936,7 +936,7 @@
936936
compiler might be same as \texttt{c89}.
937937

938938
\begin{verbatim}
939-
$ cat standards.c
939+
$ cat standards.c
940940
#define _XOPEN_SOURCE 600
941941
/* you must #include at least one header !!! */
942942
#include <stdio.h>

0 commit comments

Comments
 (0)