]> git.ipfire.org Git - thirdparty/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)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 4 Oct 2017 23:15:00 +0000 (19:15 -0400)
commitef9bac630aec693a563f56a375b28eae9751136c
tree50b5a03505eeb8fe7653bdfea9b3517de537aede
parenta43c2203998ae1cb1d967565015b04dafda4b3d7
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