Revision ad48eacc man/ganeti.rst

b/man/ganeti.rst
362 362

  
363 363
  <condition> ::=
364 364
    { /* Value comparison */
365
      <field> { == | != } <value>
365
      <field> { == | != | < | <= | >= | > } <value>
366 366

  
367 367
      /* Collection membership */
368 368
      | <value> [ not ] in <field>
......
389 389
  Equality
390 390
*!=*
391 391
  Inequality
392
*<*
393
  Less than
394
*<=*
395
  Less than or equal
396
*>*
397
  Greater than
398
*>=*
399
  Greater than or equal
392 400
*=~*
393 401
  Pattern match using regular expression
394 402
*!~*

Also available in: Unified diff