diff options
-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. |