]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING, CONTRIBUTING.d/style: Split CONTRIBUTING file
authorAlejandro Colomar <alx@kernel.org>
Sat, 3 Feb 2024 21:13:07 +0000 (22:13 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 3 Feb 2024 21:53:10 +0000 (22:53 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING
CONTRIBUTING.d/style [new file with mode: 0644]

index e178f1e3f2b2311fb88a6dfd6051f4dfeea88f08..c00c666434b0df7136f0037039e5441f8d8f789a 100644 (file)
@@ -150,22 +150,11 @@ Description
        -  Make patches against the latest version of the manual page.
           Use git(1) for getting the latest version.
 
-   Style guide
-       For a description of the preferred layout of manual pages, as
-       well as some style guide notes, see:
-
-           $ man 7 man-pages
-
-       It will also be interesting to consult groff_man(7) and
-       groff_man_style(7) for understanding and writing good man(7)
-       source code.
-
 See also
        CONTRIBUTING.d/bugs
        CONTRIBUTING.d/external_pages
        CONTRIBUTING.d/lint
-
-       man-pages(7)
+       CONTRIBUTING.d/style
 
        <https://www.kernel.org/doc/man-pages/linux-man-ml.html>
        <https://www.kernel.org/doc/man-pages/missing_pages.html>
diff --git a/CONTRIBUTING.d/style b/CONTRIBUTING.d/style
new file mode 100644 (file)
index 0000000..da34d1b
--- /dev/null
@@ -0,0 +1,21 @@
+Name
+       Style - preferred layout of manual pages and style guide notes
+
+Description
+       For a description of the preferred layout of manual pages, as
+       well as some style guide notes, see:
+
+           $ man 7 man-pages
+
+       It will also be interesting to consult groff_man(7) and
+       groff_man_style(7) for understanding and writing good man(7)
+       source code.
+
+See also
+       CONTRIBUTING
+       CONTRIBUTING.d/*
+
+       man-pages(7)
+       groff_man(7)
+       groff_man_style(7)
+       groff_char(7)