X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FREADME.developers;h=de321851fa6a95baceaa3001127349ba85d65d72;hb=5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35;hp=8b3da500351ebf5e8c74b835160d3c4c2e628faf;hpb=f30f5410a04ab0a6eed8ebcd99f5eaf51759cf8b;p=mmh diff --git a/docs/README.developers b/docs/README.developers index 8b3da50..de32185 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -38,7 +38,7 @@ directory structure Following is a list of nmh's directories along with a brief description of the purpose of each one. Meanings are given for the abbreviations, but note that these meanings are just informed guesses as to what the MH developers were -thinking. +thinking. ./ The top-level directory. Contains files like README and INSTALL. @@ -67,7 +67,7 @@ sbr/ "sbr" stands for "subroutine(s)". For the most part, each source file in this directory contains a single function with the same name as the source file. These functions are of general use and are called from throughout - nmh. + nmh. uip/ "uip" stands for "User Interface Programs". Most nmh commands have a file @@ -97,7 +97,7 @@ For some system functions whose availability or behavior varies from OS to OS, nmh conditionally uses a local definition with the same name as the OS function (e.g. snprintf()). For other functions, developers need to avoid the OS versions and always use the nmh-supplied function. Here is a list of such -functions: +functions: OS function nmh-local version to use instead =========== ================================