diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-26 20:27:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-26 21:40:27 +0100 |
commit | 143db50760758ca340cc88f41f44955d4d16e1e7 (patch) | |
tree | dd8ecf41d4fa37275110a08ced9259b500b41dd2 /keywording | |
parent | More conventional syntax of definition lists. (diff) | |
download | devmanual-143db50760758ca340cc88f41f44955d4d16e1e7.tar.gz devmanual-143db50760758ca340cc88f41f44955d4d16e1e7.tar.bz2 devmanual-143db50760758ca340cc88f41f44955d4d16e1e7.zip |
Remove all p elements below dd.
Where necessary, use multiple dd elements instead.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keywording/text.xml b/keywording/text.xml index 2149f2d..a1dbed1 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -41,41 +41,33 @@ The different levels of keyword are: <c>arch</c> (<c>x86</c>, <c>ppc-macos</c>) </dt> <dd> - <p> Both the package version <e>and</e> the ebuild are widely tested, known to work and not have any serious issues on the indicated platform. - </p> </dd> <dt> <c>~arch</c> (<c>~x86</c>, <c>~ppc-macos</c>) </dt> <dd> - <p> The package version and the ebuild are believed to work and do not have any known serious bugs, but more testing is required before the package version is considered suitable for <c>arch</c>. - </p> </dd> <dt> No keyword </dt> <dd> - <p> If a package has no keyword for a given arch, it means it is not known whether the package will work, or that insufficient testing has occurred for <c>~arch</c>. - </p> </dd> <dt> <c>-arch</c> (<c>-x86</c>, <c>-ppc-macos</c>) </dt> <dd> - <p> The package version will not work on the arch. This could be caused by badly written code (for example, non-64-bit or endian clean code), relying upon particular hardware (for example, a BIOS querying tool would not work on non-BIOS architectures) or binary only packages. - </p> </dd> </dl> |