commit: e4018d0bb607ec164871ab536b2334507f46f069 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 28 05:54:30 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 28 05:54:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e4018d0b
appendices/devbook-guide: Fix misplaced parentheses. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> appendices/devbook-guide/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 66f85c2..72e51e9 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -114,7 +114,7 @@ at the tags that are allowed inside a <c><body></c> element in a bit. <note> The <c><chapter></c>, <c><section></c>, <c><subsection></c> -and <c><subsubsection></c>) elements contain a <c><body></c> and/or +and <c><subsubsection></c> elements contain a <c><body></c> and/or any number of section elements of the next lower level. Skipping of levels is not allowed, e.g., a subsection cannot be directly below a chapter. </note> @@ -619,7 +619,7 @@ Correct: <uri link="https://forums.gentoo.org/"> <p> Inside tables (<c><table></c>) and listings (<c><ul></c>, -<c><ol></c>) and <c><dl></c>, periods (".") should not be used +<c><ol></c> and <c><dl></c>), periods (".") should not be used unless multiple sentences are used. In that case, every sentence should end with a period (or other reading marks). </p>
