diff options
author | Greg Kurz <gkurz@fr.ibm.com> | 2012-01-05 23:34:46 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-01-05 23:34:46 +0100 |
commit | d73ef6ec7568b00481ccaa4ebdc233c65f3df9fb (patch) | |
tree | 3c65e5e0efed897cec1f2fb456a10f6ad26c9025 /doc | |
parent | lxc: line buffered output for lxc-monitor (diff) | |
download | lxc-d73ef6ec7568b00481ccaa4ebdc233c65f3df9fb.tar.gz lxc-d73ef6ec7568b00481ccaa4ebdc233c65f3df9fb.tar.bz2 lxc-d73ef6ec7568b00481ccaa4ebdc233c65f3df9fb.zip |
lxc: add Bugs section to lxc-monitor(1)
This lxc-monitor limitation deserves some lines in the manpage, until
something is done to allow several monitors to run concurrently.
Signed-off-by: Greg Kurz <gkurz@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc-monitor.sgml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lxc-monitor.sgml.in b/doc/lxc-monitor.sgml.in index 7f7e6b2..9d8711c 100644 --- a/doc/lxc-monitor.sgml.in +++ b/doc/lxc-monitor.sgml.in @@ -68,6 +68,18 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA &commonoptions; <refsect1> + <title>Bugs</title> + + <para> + Only one <command>lxc-monitor</command> can run at a time. Other + invocations will fail with the following error: + </para> + <para> + lxc-monitor: bind : Address already in use + </para> + + </refsect1> + <refsect1> <title>Examples</title> <variablelist> <varlistentry> |