X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9514ca81bd12a47df977822efc14ff285bd5bc10..301b187592add311148572a2a13833a86daa92cf:/docs/README.developers?ds=inline diff --git a/docs/README.developers b/docs/README.developers index 692f352b..fb7ad979 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -8,6 +8,7 @@ local info best encoded in a comment) are encouraged to share their wisdom here. Following a commit checklist, the topics are organized alphabetically. + ---------------- commit checklist ---------------- @@ -30,6 +31,7 @@ platform, contact the nmh-workers list.) --------------------------------- C library/system call usage notes --------------------------------- + * Use m_mktemp2() or m_mktemp() instead of mkstemp(3) (see section on nmh temporary files below). * Use m_unlink() instead of unlink(3).