fix forgotten org-mode syntax

This commit is contained in:
2022-08-16 20:51:27 +02:00
parent 5ea66ddeb8
commit 7fdb46429b

View File

@@ -59,7 +59,7 @@ It appears that the MIT implementation may have some [export restrictions](https
### Naming ### Naming
We will use the following conventions : We will use the following conventions :
#+CAPTION: Table 1: Local names
| Name | Value | Comment | | Name | Value | Comment |
|:----------------------+:----------------+:--------------------------------| |:----------------------+:----------------+:--------------------------------|
| Kerberos realm | `LAN` | Always capital | | Kerberos realm | `LAN` | Always capital |
@@ -80,7 +80,6 @@ And on client(s), install the following :
``` ```
$ sudo apt-get install krb5-config heimdal-clients $ sudo apt-get install krb5-config heimdal-clients
``` ```
On your desktop, you may also want to install Heimdal [`info`](https://en.wikipedia.org/wiki/Info_(Unix)) documentation with: On your desktop, you may also want to install Heimdal [`info`](https://en.wikipedia.org/wiki/Info_(Unix)) documentation with:
``` ```