diff options
Diffstat (limited to 'docs/contributing.txt')
-rw-r--r-- | docs/contributing.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index 696e63c..d9a7d3d 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -197,6 +197,11 @@ Janitorial Work These are dirty jobs, but somebody's gotta do 'em. + - Converting applets to use getopt() for option processing. Type 'grep -L + getopt *.c' to get a listing of the applets that currently don't use + getopt. If a .c file processes no options, it should have a line that + reads: /* no options, no getopt */ somewhere in the file. + - Security audits: http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html |