Overview
| Comment: | fix markdown syntax | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | ed18118c3c461c4b727cca2d58cd9080 | 
| User & Date: | lexi on 2020-05-20 17:40:24 | 
| Other Links: | manifest | tags | 
Context
| 2020-05-20 | ||
| 18:56 | switch to EUPL Leaf check-in: 95c138423b user: lexi tags: trunk | |
| 17:40 | fix markdown syntax check-in: ed18118c3c user: lexi tags: trunk | |
| 14:27 | add libk-config check-in: cfbfa7fcca user: lexi tags: trunk | |
Changes
Modified libk.md from [2a5151f961] to [0f6b34d277].
| 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | * C module headers: `*.h` * ancillary C headers: `*.inc.h` * assembly code: `*.s` **arches** these atoms will be used to reference particular system architectures. these will mostly be used in the filenames of assembly code. * Intel/AMD x86: `x86` * ARM: `arm` (aarch64 is specified by `os=arm bits=64`) * MIPS: `mips` * Itanium: `ia64` (no bits) * PowerPC: `ppc` # localization | > | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | * C module headers: `*.h` * ancillary C headers: `*.inc.h` * assembly code: `*.s` **arches** these atoms will be used to reference particular system architectures. these will mostly be used in the filenames of assembly code. * Intel/AMD x86: `x86` * ARM: `arm` (aarch64 is specified by `os=arm bits=64`) * MIPS: `mips` * Itanium: `ia64` (no bits) * PowerPC: `ppc` # localization |