Revision 16629d10 man/ganeti.rst

b/man/ganeti.rst
265 265
      */
266 266
      | <field> { =~ | !~ } m/<re>/<re-modifiers>
267 267

  
268
      /* Globbing */
269
      | <field> { =* | !* } <quoted-string>
270

  
268 271
      /* Boolean */
269 272
      | <field>
270 273
    }
......
283 286
  Pattern match using regular expression
284 287
*!~*
285 288
  Logically negated from *=~*
289
*=\**
290
  Globbing, see **glob**(7), though only * and ? are supported
291
*!\**
292
  Logically negated from *=\**
286 293
*in*, *not in*
287 294
  Collection membership and negation
288 295

  

Also available in: Unified diff