diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-08-31 15:11:00 +0206 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-08-31 15:11:00 +0206 |
| commit | eb84168cfbe0e53a054a4335a8a4bd4142eef70f (patch) | |
| tree | 62add263eb9d95baaa81a3e3755e4c70f977895a /application-devel/embedded-devel | |
| parent | 6f9ffcc6d9a9018a21855b29bf5fbedb48386da1 (diff) | |
embedded-devel: fix loader env-var table to fit
The table showing the dynamic loader environment variables was
running off the edge of the slide. The main reason was because
the description column was too wide.
Reduce the description column width.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'application-devel/embedded-devel')
| -rw-r--r-- | application-devel/embedded-devel/pres_embedded-devel_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application-devel/embedded-devel/pres_embedded-devel_en.tex b/application-devel/embedded-devel/pres_embedded-devel_en.tex index afd91cc..0d32d0c 100644 --- a/application-devel/embedded-devel/pres_embedded-devel_en.tex +++ b/application-devel/embedded-devel/pres_embedded-devel_en.tex @@ -351,7 +351,7 @@ Contents of section .interp: \begin{frame}[containsverbatim] \frametitle{The Dynamic Loaded: Environment Variables} -\begin{tabular}{|l|p{5cm}|} +\begin{tabular}{|l|p{4cm}|} \hline \textbf{Environment Variable} & \textbf{Description} \\ \hline |
