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-2.0.9~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2849f83a5d2d2c4dc72737cd0d16c35e51660b;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