From: Christian von Roques Date: Tue, 12 Sep 2017 10:31:23 +0000 (+0200) Subject: fix regex-typo in lxc-monitor.sgml.in X-Git-Tag: lxc-1.0.11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9bac630aec693a563f56a375b28eae9751136c;p=thirdparty%2Flxc.git 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 --- diff --git a/doc/lxc-monitor.sgml.in b/doc/lxc-monitor.sgml.in index e57314e58..b6b31cfe1 100644 --- a/doc/lxc-monitor.sgml.in +++ b/doc/lxc-monitor.sgml.in @@ -121,7 +121,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - lxc-monitor -n '[f|b].*' + lxc-monitor -n '[fb].*' will monitor the different states for container with the