diff options
author | 2010-05-27 14:26:09 +0200 | |
---|---|---|
committer | 2010-05-27 14:26:09 +0200 | |
commit | b8da590f0e90f70baa2c29488db554d55507db0d (patch) | |
tree | 0fd05dc5b57d8a4c5f63950df201b2781e62be27 | |
parent | remove obsolete lxc_utils.h (diff) | |
download | lxc-b8da590f0e90f70baa2c29488db554d55507db0d.tar.gz lxc-b8da590f0e90f70baa2c29488db554d55507db0d.tar.bz2 lxc-b8da590f0e90f70baa2c29488db554d55507db0d.zip |
lxc-kill man update about SIGSTOP and SIGKILL
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | doc/lxc-kill.sgml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lxc-kill.sgml.in b/doc/lxc-kill.sgml.in index c3373c6..2b06ab8 100644 --- a/doc/lxc-kill.sgml.in +++ b/doc/lxc-kill.sgml.in @@ -43,10 +43,16 @@ </para> <para> + The <replaceable>SIGNUM</replaceable> is a numeric value, + the signal name is not supported. + </para> + <para> If this command is used on an application container ran by lxc-execute, the lxc-init will receive the signal and will forward it to the process 2 which is the command specified in the command line. See lxc-execute (1). + Obviously the SIGKILL and SIGSTOP signals are not able to be forwarded, + (as per the signal(7) man page). </para> </refsect1> |