]> 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)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 24 Sep 2017 04:23:47 +0000 (00:23 -0400)
commit96912df80ee990ee083bc280303f0eeac034e4a8
treef3f1b472208703a3a420f14843258de43d88eb77
parent878935fdd5b6913df8e5beda3d65203e450da429
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