From 7fb5a8dfd2dcacd840921fcecdaad34cefad7a68 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Fri, 26 Jun 2020 00:46:04 +0200 Subject: [PATCH] doc: add lxc.time.offset.{boot,monotonic} Signed-off-by: Christian Brauner --- doc/lxc.container.conf.sgml.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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). + + + + -- 2.47.2