]> granicus.if.org Git - procps-ng/commitdiff
add comment about an ugly hack
authoralbert <>
Thu, 6 Jan 2005 00:17:59 +0000 (00:17 +0000)
committeralbert <>
Thu, 6 Jan 2005 00:17:59 +0000 (00:17 +0000)
ps/parser.c

index 1ffc13af744063adb1501022f44eaa4b544060ee..6cb6d38805abad7923c1dd8ba2595f3d6c84add0 100644 (file)
@@ -226,6 +226,11 @@ static const char *parse_sysv_option(void){
     // This list of options is ONLY for those defined by the
     // "IEEE Std 1003.1, 2004 Edition", "ISO/IEC 9945:2003",
     // or "Version 2 of the Single Unix Specification".
+    //
+    // It may be time to re-think the existance of this list.
+    // In the meantime, please do not add to it. The list is
+    // intended to ONLY contain flags defined by the POSIX and UNIX
+    // standards published by The Open Group, IEEE, and ISO.
     if(!strchr("aAdefgGlnoptuU", *flagptr)) not_pure_unix = 1;
 
     switch(*flagptr){