]> git.proxmox.com Git - mirror_lxc.git/commit
fix regex-typo in lxc-monitor.sgml.in
authorChristian von Roques <roques@mti.ag>
Tue, 12 Sep 2017 10:31:23 +0000 (12:31 +0200)
committerChristian von Roques <roques@z12.ch>
Tue, 12 Sep 2017 16:37:06 +0000 (18:37 +0200)
commite3dd06ef41b63d0ee362fea74a3f2d798dbfe929
tree3776ce9f12a4b1ad0cb94bdba1b6ae496b9af50b
parent2569f6f6f537864494186006eddd57361a426232
fix regex-typo in lxc-monitor.sgml.in

To match names beginning with the letters "f" or "b" one can use
the regular expression "[fb].*" or "(f|b).*", but not "[f|b].*",
which would match strings beginning with "f", "|", or "b".

Signed-off-by: Christian von Roques <roques@z12.ch>
doc/lxc-monitor.sgml.in