mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 13:53:14 +00:00
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:
parent
2569f6f6f5
commit
e3dd06ef41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user