[lxc-devel] [lxc/lxc] e3dd06: fix regex-typo in lxc-monitor.sgml.in

GitHub noreply at github.com
Tue Sep 12 17:15:19 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: e3dd06ef41b63d0ee362fea74a3f2d798dbfe929
      https://github.com/lxc/lxc/commit/e3dd06ef41b63d0ee362fea74a3f2d798dbfe929
  Author: Christian von Roques <roques at mti.ag>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M doc/lxc-monitor.sgml.in

  Log Message:
  -----------
  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 at z12.ch>


  Commit: 52109c4bacab7d90fad7d740fce2d0b679ea4f36
      https://github.com/lxc/lxc/commit/52109c4bacab7d90fad7d740fce2d0b679ea4f36
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M doc/lxc-monitor.sgml.in

  Log Message:
  -----------
  Merge pull request #1806 from roques/patch-1

[TRIVIAL] fix regex-typo in documentation example


Compare: https://github.com/lxc/lxc/compare/2569f6f6f537...52109c4bacab


More information about the lxc-devel mailing list