From 9ead68975c05100e4d1fda0b750fbc3688e68cfd Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Sat, 3 Mar 2001 00:44:55 +0000 Subject: Added some words on use of getopt in applets. --- docs/contributing.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/contributing.txt') diff --git a/docs/contributing.txt b/docs/contributing.txt index 696e63c2c..d9a7d3d00 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 -- cgit v1.2.3