commit: 7a723385b93d3b864f17a9f14b1de73b734794bd Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 10 08:30:13 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Dec 10 08:31:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7a723385
ebuild-writing/users-and-groups: Fix document structure. Fixes: 9613e9e69ae16e6981f90135f92811ded641b52c Acked-by: Göktürk Yüksek <gokturk <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/users-and-groups/text.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml index 1a811bc..26d23ab 100644 --- a/ebuild-writing/users-and-groups/text.xml +++ b/ebuild-writing/users-and-groups/text.xml @@ -116,6 +116,7 @@ re-evaluate your user's name, shell, home directory, and its permissions. Our GLEP 81 implementation will reveal many user management issues that were allowed to fester in the past. </p> +</body> <subsection> <title>Choosing a shell</title> @@ -258,6 +259,9 @@ usually exploitable. </body> </subsection> +<subsection> +<title>Epilogue</title> +<body> <p> These suggestions are not rules and are not written in stone, except perhaps for the world-writable warning. There are packages in the tree @@ -273,6 +277,7 @@ Unless your package is exceptional, though, following these guidelines will minimize the potential for problems down the road. </p> </body> +</subsection> </section> <section>
