From: Alejandro Colomar Date: Sat, 3 Feb 2024 21:13:07 +0000 (+0100) Subject: CONTRIBUTING, CONTRIBUTING.d/style: Split CONTRIBUTING file X-Git-Tag: man-pages-6.06~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42fa24a282f06fca545d9bc839bc0d760dd5d579;p=thirdparty%2Fman-pages.git CONTRIBUTING, CONTRIBUTING.d/style: Split CONTRIBUTING file Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING b/CONTRIBUTING index e178f1e3f2..c00c666434 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -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 diff --git a/CONTRIBUTING.d/style b/CONTRIBUTING.d/style new file mode 100644 index 0000000000..da34d1b0d4 --- /dev/null +++ b/CONTRIBUTING.d/style @@ -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)