Add spacing to tables so columns align
This commit is contained in:
parent
faf60a7b5b
commit
d52d76330f
4
main.tex
4
main.tex
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
\section{File I/O}
|
\section{File I/O}
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth}{lr>{\ttfamily}cX}
|
\begin{tabularx}{\textwidth}{p{4em}p{2em}>{\ttfamily}cX}
|
||||||
\toprule
|
\toprule
|
||||||
read & 0 & rdi & File descriptor to read from \\
|
read & 0 & rdi & File descriptor to read from \\
|
||||||
& & rsi & Address of buffer \\
|
& & rsi & Address of buffer \\
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
\section{Process Control}
|
\section{Process Control}
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth}{lr>{\ttfamily}cX}
|
\begin{tabularx}{\textwidth}{p{4em}p{2em}>{\ttfamily}cX}
|
||||||
\toprule
|
\toprule
|
||||||
fork & 57 & \textrm{\textendash} & No parameters \\
|
fork & 57 & \textrm{\textendash} & No parameters \\
|
||||||
\midrule
|
\midrule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user