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>
This commit is contained in:
Christian von Roques 2017-09-12 12:31:23 +02:00 committed by Christian von Roques
parent 2569f6f6f5
commit e3dd06ef41

View File

@ -121,7 +121,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</varlistentry>
<varlistentry>
<term>lxc-monitor -n '[f|b].*'</term>
<term>lxc-monitor -n '[fb].*'</term>
<listitem>
<para>
will monitor the different states for container with the