Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/
Date: Tue, 06 Jul 2021 08:42:47
Message-Id: 1625560958.d6b8eda527e3bef34092043ba4d11c48084aa2ba.ulm@gentoo
1 commit: d6b8eda527e3bef34092043ba4d11c48084aa2ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 03:35:56 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 08:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d6b8eda5
7
8 general-concepts/slotting: s/soname/SONAME/
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 general-concepts/slotting/text.xml | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml
17 index c675e85..870d8fa 100644
18 --- a/general-concepts/slotting/text.xml
19 +++ b/general-concepts/slotting/text.xml
20 @@ -60,8 +60,8 @@ automatically rebuilt</uri> when the subslot of a runtime dependency changes.
21 </p>
22
23 <p>
24 -For example, suppose package <c>foo</c> installs a library whose soname is
25 -different for different versions. It would be reasonable to use the soname version
26 +For example, suppose package <c>foo</c> installs a library whose SONAME is
27 +different for different versions. It would be reasonable to use the SONAME version
28 as the sub-slot name:
29 </p>