diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 03:35:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-06 10:42:38 +0200 |
commit | d6b8eda527e3bef34092043ba4d11c48084aa2ba (patch) | |
tree | 25ea63b3c2423d98246a053f5c371ab4b5603198 /general-concepts/slotting | |
parent | ebuild-writing/functions/src_test: explicitly say USE=test is for only some c... (diff) | |
download | devmanual-d6b8eda527e3bef34092043ba4d11c48084aa2ba.tar.gz devmanual-d6b8eda527e3bef34092043ba4d11c48084aa2ba.tar.bz2 devmanual-d6b8eda527e3bef34092043ba4d11c48084aa2ba.zip |
general-concepts/slotting: s/soname/SONAME/
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/slotting')
-rw-r--r-- | general-concepts/slotting/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml index c675e85..870d8fa 100644 --- a/general-concepts/slotting/text.xml +++ b/general-concepts/slotting/text.xml @@ -60,8 +60,8 @@ automatically rebuilt</uri> when the subslot of a runtime dependency changes. </p> <p> -For example, suppose package <c>foo</c> installs a library whose soname is -different for different versions. It would be reasonable to use the soname version +For example, suppose package <c>foo</c> installs a library whose SONAME is +different for different versions. It would be reasonable to use the SONAME version as the sub-slot name: </p> |