diff --git a/doc/lxc-attach.sgml.in b/doc/lxc-attach.sgml.in
index 3b103f90b..7535bb114 100644
--- a/doc/lxc-attach.sgml.in
+++ b/doc/lxc-attach.sgml.in
@@ -50,15 +50,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
lxc-attach
- -n name
- -a arch
- -e
- -s namespaces
- -R
+ -n, --name name
+ -f, --rcfile config_file
+ -a, --arch arch
+ -e, --elevated-privileges privileges
+ -s, --namespaces namespaces
+ -R, --remount-sys-proc--keep-env--clear-env
+ -L, --pty-log file
+ -v, --set-var variable
+ --keep-var variable-- command
- -L file
@@ -102,6 +105,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+
+
+
+
+ Specify the configuration file to configure the virtualization
+ and isolation functionalities for the container.
+
+
+ This configuration file if present will be used even if there is
+ already a configuration file present in the previously created
+ container (via lxc-create).
+
+
+
+
@@ -252,6 +272,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+
+
+
+
+ Set an additional environment variable that is seen by the
+ attached program in the container. It is specified in the
+ form of "VAR=VALUE", and can be specified multiple times.
+
+
+
+
+
+
+
+
+
+
+ Keep a specified environment variable. It can only be
+ specified in conjunction
+ with --clear-env, and can be
+ specified multiple times.
+
+
+
+