From: Michael Kerrisk Date: Tue, 15 Sep 2020 08:44:00 +0000 (+0200) Subject: man-pages.7: Add some more requests re code examples X-Git-Tag: man-pages-5.09~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e2ed15006b87d4e028af6e4c587aff92640405;p=thirdparty%2Fman-pages.git man-pages.7: Add some more requests re code examples Signed-off-by: Michael Kerrisk --- diff --git a/man7/man-pages.7 b/man7/man-pages.7 index d1f24ba424..d23d7fcacd 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -948,6 +948,8 @@ Example programs should ideally be short though in some cases longer programs may be necessary to properly illustrate the use of an API. .IP * +Expressive code and useful comments are appreciated. +.IP * Example programs should do error checking after system calls and library function calls. .IP *