From: Christian Brauner Date: Thu, 25 Jun 2020 22:46:04 +0000 (+0200) Subject: doc: add lxc.time.offset.{boot,monotonic} X-Git-Tag: lxc-5.0.0~407^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb5a8dfd2dcacd840921fcecdaad34cefad7a68;p=thirdparty%2Flxc.git doc: add lxc.time.offset.{boot,monotonic} Signed-off-by: Christian Brauner --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 740a02f33..b81e1a615 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1806,6 +1806,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + + + + + + + Specify a positive or negative offset for the boottime clock. The + format accepts hours (h), minutes (m), seconds (s), + milliseconds (ms), microseconds (us), and nanoseconds (ns). + + + + + + + + + + + Specify a positive or negative offset for the montonic clock. The + format accepts hours (h), minutes (m), seconds (s), + milliseconds (ms), microseconds (us), and nanoseconds (ns). + + + +