/[monit]/monit/l.l
ViewVC logotype

Diff of /monit/l.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.96 by martinp, Thu Aug 4 10:38:43 2005 UTC revision 1.97 by chopp, Fri Aug 5 09:38:09 2005 UTC
# Line 235  space             { return SPACE; } Line 235  space             { return SPACE; }
235  perm(ission)?     { return PERMISSION; }  perm(ission)?     { return PERMISSION; }
236  exec(ute)?        { return EXEC; }  exec(ute)?        { return EXEC; }
237  size              { return SIZE; }  size              { return SIZE; }
238    match             { return MATCH; }
239    not               { return NOT; }
240    ignore            { return IGNORE; }
241  connection        { return CONNECTION; }  connection        { return CONNECTION; }
242  unmonitor         { return UNMONITOR; }  unmonitor         { return UNMONITOR; }
243  icmp              { return ICMP; }  icmp              { return ICMP; }

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26