From 4defb170bf20c7f3ea586611ffa2d4cdbe456dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 25 Feb 2023 11:34:04 +0100 Subject: [PATCH] Add a note on the man pages format --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 044139c..c4b3055 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,8 @@ If you want to submit a pull request, please : - refrain from including a new dependency - beware of potential repercussions on the default hooks: those should remain usable +Notice: man pages are written using the mdoc syntax, documentation is available in [`man 7 mdoc`](https://man.freebsd.org/cgi/man.cgi?query=mdoc&sektion=7&apropos=0&manpath=FreeBSD+13.1-RELEASE). + ## Author vs. contributor