tno need to be so forward about it - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2305af1c11b3cbf2f184cb45d8875676b584b33b
 (DIR) parent 29cfa3856775fb8ac5a0d0f3871852d83dfc4af6
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu,  3 May 2007 22:27:52 +0000
       
       no need to be so forward about it
       
       Diffstat:
         M src/cmd/grep/main.c                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/grep/main.c b/src/cmd/grep/main.c
       t@@ -1,7 +1,7 @@
        #define        EXTERN
        #include        "grep.h"
        
       -char *validflags = "bchiLlnsqv";
       +char *validflags = "bchiLlnsv";
        void
        usage(void)
        {