From f57ba07492bda2d734c24c3ad53213f1e4798520 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Tue, 11 Feb 2014 08:52:22 -0200 Subject: [PATCH] Document :wait in the accepted options of #attach --- ext/lxc/lxc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/lxc/lxc.c b/ext/lxc/lxc.c index 78bbec5..f359e6a 100644 --- a/ext/lxc/lxc.c +++ b/ext/lxc/lxc.c @@ -612,6 +612,7 @@ err: * * +:stdin+ * * +:stdout+ * * +:stderr+ + * * +:wait+ */ static VALUE container_attach(int argc, VALUE *argv, VALUE self)