diff options
author | Patrick McDermott <pehjota> | 2020-06-20 20:47:19 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-06-20 20:47:19 (EDT) |
commit | 63156909788f1599515ff3a4cc3a04380f1dcbfc (patch) | |
tree | d62838ab5740dc4d932814f387a6b8c98c6b1608 | |
parent | ded735ae1b477e6dc7a55d1e55dfb1210c2dd4fd (diff) |
dev/multiarch: Make link clearer
-rw-r--r-- | dev/multiarch.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index fce463c..428c6c4 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -90,8 +90,8 @@ be done automatically at build time). One way to declare dependency semantics is by introducing a new single-purpose control field like Debian's and Ubuntu's `Multi-Arch`. However, ProteanOS will -instead use a control field that serves multiple purposes: -[`Section`][spf-fields-bin]. Section `lib` packages will be automatically made +instead use [a control field that serves multiple purposes: +`Section`][spf-fields-bin]. Section `lib` packages will be automatically made coinstallable by opkbuild, by architecture-qualifying their names as described above. Library dependencies generated by oh-shlibdeps will automatically use the architecture-qualified names. |